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

Date        : 2010/02/15 23:27
Browser     : Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.1.7) 
Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7
IP-Address  : 82.225.22.177
Hostname    : lyon.oodo.net
Old Revision: 
http://ltb-project.org/wiki/documentation/self-service-password?rev=1265404096
New Revision: http://ltb-project.org/wiki/documentation/self-service-password
Edit Summary: 
User        : coudot

@@ -6,8 +6,12 @@
  
  {{  :documentation:self_service_password.png?300  |}}
  
  The application can be used on standard LDAPv3 directories (OpenLDAP, OpenDS, 
ApacheDS, SUN, Novell, etc.) and also on Active Directory.
+ 
+ Samba mode can be activated to change Samba password.
+ 
+ A local password policy can be applied before password is sent to directory.
  
  ===== Installation =====
  
  Download the tarball from the 
[[http://tools.ltb-project.org/projects/list_files/ltb|Forge files section]].
@@ -46,13 +50,26 @@
    * $ldap_binddn: Manager DN (not mandatory)
    * $ldap_bindpw: Manager password (not mandatory)
    * $ldap_base: Base of search (users branch)
    * $ldap_filter: Filter to find the user (the string {login} is replaced by 
submitted login)
-   * $ad_mode: Set to "on" if you use Active Directory
-   * $hash: Set to "SSHA" to hash the password in SSHA before sending it to 
the directory. Default is "clear". This option is ignored with $ad_mode "on".
+   * $ad_mode: Set to true if you use Active Directory
+   * $samba_mode : Set to true to change Samba password too (modify 
sambaNTpassword and sambaPwdLastSet attributes)
+   * $hash: Password hashing. Default is "clear". This option is ignored with 
$ad_mode. Available hashing are:
+     * SHA
+     * SSHA
+     * MD5
+     * SMD5
+     * CRYPT
+   * $pwd_min_lenght: Minimal length
+   * $pwd_max_lenght: Maximal length
+   * $pwd_min_lower: Minimal lower characters
+   * $pwd_min_upper: Minimal upper characters
+   * $pwd_min_digit: Minimal digit
+   * $pwd_show_policy: Set to true to display password policy constraints on 
the page
    * $who_change_password: Set "user" if the user do the modification on the 
directory or "manager" else (depending on ACLs)
-   * $lang: Choose "en" or "fr"
+   * $lang: Choose "en", "fr" or "de"
    * $logo: Path to image logo
+   * $debug: Set to true to print debug information
  
  ===== Active Directory =====
  
  If you use Active Directory, you should adapt the configuration:
@@ -62,4 +79,5 @@
  
  ===== Tips =====
  
  You can fill the login field by setting the value in the URL, like 
http://ssp.example.com/?login=mylogin. This is usefull if you link to this page 
from another program which already knows the user login.
+ 



-- 
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