めも

技術メモとその他

2012-11-18から1日間の記事一覧

ldap with c# 2

search way 1)with protocol SearchRequest findme = new SearchRequest(); findme.DistinguishedName = "ou=People,dc=example,dc=com"; //Find all People in this ou findme.Filter = "(objectClass=person)"; //The type of entry we are looking for fi…

ldap with c#

http://www.codeproject.com/Articles/34468/Talk-to-Sun-One-LDAP-with-NET-DirectoryServices1)way 1 //Use the servername and port that you setup LDAP Directory Service on //9605 is the example port here LdapDirectoryIdentifier ldapDir = new L…