Web Development
ldap.txt
Associated article: Understanding LDAP
Tags: Web Development
Published source code accompanying the article by Basit Hussain in which he examines LDAP, short for "Lightweight Directory Access Protocol," a platform-independent mechanism of searching, storing, and replicating information. Basit examines LDAP and presents examples of how you can use it. Also see LDAP.ZIP.
Understanding LDAP
by Basit Hussain
Listing One
dn: o=MicroWidgets Inc, c=US
objectclass: top
objectclass: organization
o: MicroWidgets Inc.
subtreeaci: +(&(privilege=write)(target=ldap:///self))
subtreeaci: +(&(privilege=write)(clientGroup=ldap:///cn=Directory
Administrators, o=MicroWidgets Inc, c=...


