]> git.sur5r.net Git - openldap/commitdiff
Replaced MSAD specific stuff
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Jun 2004 04:33:18 +0000 (04:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Jun 2004 04:33:18 +0000 (04:33 +0000)
doc/man/man5/slapd-ldap.5

index 454fff2ad41cc26a7d395c52cd091881a957e30f..7dd8c9d07ddc8d6bcb587619955c0f0670278f7e 100644 (file)
@@ -84,8 +84,7 @@ proxy for acl checking.
 There is no risk of giving away such values; they are only used to
 check permissions.
 .B The acl-authcDN identity is by no means implicitly used by the proxy 
-.B when the client connects anonymously, so it cannot be used to
-.B anonymously query Active Directory.
+.B when the client connects anonymously.
 .TP
 .B acl-passwd <password>
 Password used with the bind DN above.
@@ -254,12 +253,14 @@ The rewrite options are described in the "REWRITING" section of the
 .BR slapd-meta (5)
 manual page.
 .SH EXAMPLES
-This maps the OpenLDAP objectclass `groupOfNames' to the Active
-Directory objectclass `group':
+The following directives map the object class `groupOfNames' to
+the object class `groupOfUniqueNames' and the attribute type
+`member' to the attribute type `uniqueMember':
 .LP
 .RS
 .nf
-map objectclass groupOfNames group
+map objectclass groupOfNames groupOfUniqueNames
+map attribute uniqueMember member
 .fi
 .RE
 .LP