Displaying 1 result from an estimated 1 matches for "pwdaccountlockedtime".
2011 Aug 31
0
Account locking synchronization between Linux and Windows (my solution)
...lock the account on Linux as well.
We are using Samba 3.0.33 on CentOS 5.3 and this is the change I made:
To configure samba to perform proper windows lockout in conjunction
with a linux lockout, we need to modify the samba source code to look
for the pwdaccountlockedtime rather than sambaKickoffTime
Download the source RPM for samba for the OS you're using. This example uses samba-3.0.33-3.7.el5.src.rpm from CentOS 5.3
rpm -ivh samba-3.0.33-3.7.el5.src.rpm
cd /usr/src/redhat/SOURCES
tar -xzf samba-3.0.33.tar.gz
cd samba-3.0.33/source/lib
edit smbl...