A page in your DokuWiki was added or changed. Here are the details: Date : 2016/11/30 09:02 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 IP-Address : 90.65.162.178 Hostname : LFbn-1-1546-178.w90-65.abo.wanadoo.fr Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.1/config_ldap?rev=1444292332 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.1/config_ldap Edit Summary: [Shadow] User : coudot
@@ -129,7 +129,13 @@ If using ''shadowAccount'' object class for users, you can update the ''shadowLastChange'' attribute when changing password: <file php> $shadow_options['update_shadowLastChange'] = true; + </file> + + You can also update the ''shadowExpire'' attribute to define when the password will expire. Use ''-1'' to never expire, else configure the number of days: + <file php> + $shadow_options['update_shadowExpire'] = true; + $shadow_options['shadow_expire_days'] = 365; </file> <note tip>Shadow modifications will only be done on entries of class ''shadowAccount''</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
