[Tickets #7067] Problem with shadowlastchange attribute
bugs at horde.org
bugs at horde.org
Tue Jul 15 12:21:27 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7067
------------------------------------------------------------------------------
Ticket | 7067
Created By | h35.office at bmlv.gv.at
Summary | Problem with shadowlastchange attribute
Queue | Passwd
Version | 3.0.1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
h35.office at bmlv.gv.at (2008-07-15 08:21) wrote:
Hi,
The smbldap Driver does not change the shadowlastchange attribute.
My backend:
$backends['smbldap'] = array(
'name' => 'Samba-Server',
'preferred' => 'xxxxxx.NET',
'password policy' => array(
'minLength' => 3,
'maxLength' => 8
),
'driver' => 'smbldap',
'params' => array(
'host' => 'localhost',
'port' => 389,
'basedn' => 'dc=xxxxxxxx,dc=net',
'uid' => 'uid',
// this will be appended to the username when looking for the userdn.
'realm' => '',
'encryption' => 'crypt',
// make sure the host == cn in the server certificate
'tls' => false,
'lm_attribute' => 'sambaLMPassword',
'nt_attribute' => 'sambaNTPassword',
'pw_set_attribute' => 'sambaPwdLastSet',
'pw_expire_attribute' => 'sambaPwdMustChange',
'pw_expire_time' => 180, // number of days until samba
password expires
)
);
greetings Paul
More information about the bugs
mailing list