X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapo-translucent.5;h=f28a3769cf384ce5f8f6f34630703a12c42fd1df;hb=2dd578221b3dbaf7ba2308b63c3cc46154323cae;hp=99d36b1c07f8d8758aa5b2c32bc2372c1e0aa8c5;hpb=1a7479a16bc90be4103090f24c59243d0ad24257;p=openldap diff --git a/doc/man/man5/slapo-translucent.5 b/doc/man/man5/slapo-translucent.5 index 99d36b1c07..f28a3769cf 100644 --- a/doc/man/man5/slapo-translucent.5 +++ b/doc/man/man5/slapo-translucent.5 @@ -1,14 +1,14 @@ .TH SLAPO-TRANSLUCENT 5 "RELEASEDATE" "OpenLDAP LDVERSION" -.\" Copyright 2004-2008 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 2004-2011 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" $OpenLDAP$ .SH NAME -slapo-translucent \- Translucent Proxy overlay to slapd +slapo\-translucent \- Translucent Proxy overlay to slapd .SH SYNOPSIS ETCDIR/slapd.conf .SH DESCRIPTION The Translucent Proxy overlay can be used with a backend database such as -.BR slapd-bdb (5) +.BR slapd\-bdb (5) to create a "translucent proxy". Entries retrieved from a remote LDAP server may have some or all attributes overridden, or new attributes added, by entries in the local database before being presented to the @@ -33,8 +33,8 @@ remote database. .SH CONFIGURATION The Translucent Proxy overlay uses a proxied database, typically a (set of) remote LDAP server(s), which is configured with the options shown in -.BR slapd-ldap (5), -.BR slapd-meta (5) +.BR slapd\-ldap (5), +.BR slapd\-meta (5) or similar. These .B slapd.conf @@ -90,7 +90,13 @@ before being returned to the client. .TP .B translucent_bind_local Enable looking for locally stored credentials for simple bind when binding -to the remote database fails. +to the remote database fails. Disabled by default. + +.TP +.B translucent_pwmod_local +Enable RFC 3062 Password Modification extended operation on locally stored +credentials. The operation only applies to entries that exist in the remote +database. Disabled by default. .SH ACCESS CONTROL Access control is delegated to either the remote DSA(s) or to the local database @@ -123,4 +129,5 @@ ETCDIR/slapd.conf default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), -.BR slapd-ldap (5). +.BR slapd\-config (5), +.BR slapd\-ldap (5).