A page in your DokuWiki was added or changed. Here are the details:

Date        : 2010/07/30 12:38
Browser     : Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.8) 
Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8
IP-Address  : 213.41.232.151
Hostname    : dslm0.nerim.lyon.linagora.net
Old Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_ldap?rev=1280485828
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_ldap
Edit Summary: 
User        : coudot

@@ -52,5 +52,32 @@
  <file>
  $ldap_filter = "(&(objectClass=person)(uid={login}))";
  </file>
  
- <note>The string {login} is replaced by submitted login.</note>
+ <note>The string ''{login}'' is replaced by submitted login.</note>
+ 
+ ===== Special modes =====
+ 
+ ==== Active Directory ====
+ 
+ Password in Active Directory is not managed like in other LDAP directories. 
Use option ''$ad_mode'' to use ''unicodePwd'' as password field:
+ <file>
+ $ad_mode = true;
+ </file>
+ 
+ You must also use SSL on LDAP connection because AD refuses to change a 
password on a clear connection.
+ 
+ Adapt the search filter too:
+ <file>
+ $ldap_filter = "(&(objectClass=user)(sAMAccountName={login}))";
+ </file>
+ 
+ ==== Samba ====
+ 
+ To manage compatibility with Windows world, Samba stores a specific hash of 
the password in a second attribute (''sambaNTpassword''). It also store 
modification date in ''sambaPwdLastSet''. Use ''$samba_mode'' to manage these 
attributes:
+ <file>
+ $samba_mode = true;
+ </file>
+ 
+ <note important>You must enable Samba schema on your LDAP directory, else 
LDAP modifications will fail.</note>
+ 
+ 



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to