[Tickets #5056] shadowLastChange LDAP attribute are not updated
bugs@bugs.horde.org
bugs at bugs.horde.org
Fri Mar 2 17:41:38 PST 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5056
-----------------------------------------------------------------------
Ticket | 5056
Created By | david at tmv.gov.tw
Summary | shadowLastChange LDAP attribute are not updated
Queue | Passwd
Version | 3.0.1-RC1
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
david at tmv.gov.tw (2007-03-02 17:41) wrote:
The shadowLastChange didn't wrote after passwd was changed successfully.And
then i still can change my ldap'passwd in the same day again even shadowMin
was set to 7.
Here are my ldap's attributes about shadow:
===================================
shadowLastChange: 13473
shadowFlag: 134544124
shadowInactive: -1
shadowMin: 7
shadowMax: -1
shadowWarning: 7
And here are my backend.conf :
$backends['ldap'] = array(
'name' => 'LDAP server',
'preferred' => 'localhost',
'password policy' => array(
'minLength' => 6
//'maxLength' => 8
),
'driver' => 'ldap',
'params' => array(
'host' => 'localhost',
'port' => 389,
'basedn' => 'dc=example,dc=com',
'uid' => 'uid',
// this will be appended to the username when looking for the
userdn.
'realm' => '',
'encryption' => 'ssha',
// make sure the host == cn in the server certificate
'tls' => false
)
);
More information about the bugs
mailing list