From: John Terpstra Date: Thu, 7 Jul 2005 05:31:30 +0000 (+0000) Subject: Ilia Chipitsine patches. X-Git-Tag: samba-3.3.0pre1~1931 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a12ddad2d8ab0d05862bf4cba7a073052683a8be;p=thirdparty%2Fsamba.git Ilia Chipitsine patches. --- diff --git a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml index 191eb3ab790..a7d6672f648 100644 --- a/docs/Samba3-HOWTO/TOSHARG-Passdb.xml +++ b/docs/Samba3-HOWTO/TOSHARG-Passdb.xml @@ -2498,6 +2498,23 @@ sambaNTPassword: 878D8014606CDA29677A44EFA1353FC7 + + Using OpenLDAP Overlay for Password Syncronization + + + Howard Chu has written a special overlay called smbk5pwd, which modifies + SambaNTPassword, SambaLMPassword and Heimdal + hashes in an OpenLDAP entry when LDAP_EXOP_X_MODIFY_PASSWD is performed. + + + + The overlay is shipped with OpenLDAP-2.3 and can be found in the + contrib/slapd-modules/smbk5pwd subdirectory. This module can be used with OpenLDAP-2.2 + also. + + + + diff --git a/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml b/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml index 21f8ff6c305..3bbdd5f073b 100644 --- a/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml +++ b/docs/Samba3-HOWTO/TOSHARG-ProfileMgmt.xml @@ -1302,6 +1302,19 @@ so they do not interoperate with domain profiles. This requires a PROFILES share that is world writable. + + + +Debugging Roaming Profiles and NT4-style Domain Policies + + +Roaming profiles and domain policies are implemented via USERENV.DLL. +Microsoft Knowledge Base articles 221833 and +154120 + describe how to instruct that DLL to debug the login process. + +