Skip to content
Snippets Groups Projects
Commit 5238488e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Replaced MSAD specific stuff

parent 528b6c7e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment