diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-02 15:04:12 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-02 15:04:12 +0000 |
commit | 28696e37f55efbfbffbee54732f4674a8d357b5f (patch) | |
tree | 71c89c5c79b6b9d373b54d1a80758df2e417ba7a | |
parent | 4361af3b7c17bce87ce602c3aecd25a2f0814e95 (diff) | |
download | samba-28696e37f55efbfbffbee54732f4674a8d357b5f.tar.gz samba-28696e37f55efbfbffbee54732f4674a8d357b5f.tar.bz2 samba-28696e37f55efbfbffbee54732f4674a8d357b5f.zip |
Add note on LDAP_EXOP_X_MODIFY_PASSWD. ldap passwd sync documentation should be
complete now.
(This used to be commit a9e1edbbf23c9648de0054da474eda9c19d57551)
-rw-r--r-- | docs/docbook/projdoc/passdb.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml index 672b914cb0..b2ae40f0b7 100644 --- a/docs/docbook/projdoc/passdb.xml +++ b/docs/docbook/projdoc/passdb.xml @@ -831,7 +831,8 @@ using pam_ldap, this allows changing both unix and windows passwords at once. <varlistentry> <term>only</term> <listitem><para>Only update the LDAP password and let the LDAP server worry - about the other fields.</para></listitem> + about the other fields. This option is only available when + the LDAP library supports LDAP_EXOP_X_MODIFY_PASSWD. </para></listitem> </varlistentry> </variablelist> |