From 5238488e60dd46229263bc5880ed0a77f79d3ae6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 22 Jun 2004 04:33:18 +0000 Subject: [PATCH] Replaced MSAD specific stuff --- doc/man/man5/slapd-ldap.5 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/man/man5/slapd-ldap.5 b/doc/man/man5/slapd-ldap.5 index 454fff2ad4..7dd8c9d07d 100644 --- a/doc/man/man5/slapd-ldap.5 +++ b/doc/man/man5/slapd-ldap.5 @@ -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 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 -- 2.39.5