diff options
author | John Terpstra <jht@samba.org> | 2005-07-08 08:17:16 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:04 -0500 |
commit | 9953c886c64bd94778d8b78aea4699748a15abac (patch) | |
tree | 13c81a0b9de647c6787f19b99c235d64f8078d15 /docs/Samba3-HOWTO/TOSHARG-Passdb.xml | |
parent | 67f04891277c7a7d40e15ee7e942a514ffa71719 (diff) | |
download | samba-9953c886c64bd94778d8b78aea4699748a15abac.tar.gz samba-9953c886c64bd94778d8b78aea4699748a15abac.tar.bz2 samba-9953c886c64bd94778d8b78aea4699748a15abac.zip |
Minor fixups.
(This used to be commit 3d393afa21a1d5da34ec59877b52a41093d7bb6b)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-Passdb.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-Passdb.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml index 1b4916d92f..8c247d0428 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml @@ -2502,15 +2502,15 @@ sambaNTPassword: 878D8014606CDA29677A44EFA1353FC7 <title>Using OpenLDAP Overlay for Password Syncronization</title> <para> - Howard Chu has written a special overlay called <emphasis>smbk5pwd</emphasis>, which modifies - <constant>SambaNTPassword</constant>, <constant>SambaLMPassword</constant> and <constant>Heimdal</constant> - hashes in an OpenLDAP entry when LDAP_EXOP_X_MODIFY_PASSWD is performed. + Howard Chu has written a special overlay called <command>smbk5pwd</command>. This tool modifies the + <literal>SambaNTPassword</literal>, <literal>SambaLMPassword</literal> and <literal>Heimdal</literal> + hashes in an OpenLDAP entry when an LDAP_EXOP_X_MODIFY_PASSWD operation is performed. </para> <para> The overlay is shipped with OpenLDAP-2.3 and can be found in the - <filename>contrib/slapd-modules/smbk5pwd</filename> subdirectory. This module can be used with OpenLDAP-2.2 - also. + <filename>contrib/slapd-modules/smbk5pwd</filename> subdirectory. This module can also be used with + OpenLDAP-2.2. </para> </sect3> |