jason
2001-Oct-24 06:21 UTC
password expires in 10 days no matter what Win2k Sp2 (All critical updates)
No matter who I log in as, I always get the message, Password expires in 10 days. Checking the /etc/shadow file shows that it is set to 99999 which means it shouldn't expire. I am using Samba 2.2.2, Win2k with SP2 and all critical updates. I searched deja news for this problem and I couldn't find anyone else who is having this problem. Not that this matters, here is the log.jweber file which was created by the machine jweber: [2001/10/14 05:36:42, 0] smbd/service.c:make_connection(238) jweber (192.168.0.3) couldn't find service jweber [2001/10/14 05:36:43, 0] smbd/service.c:make_connection(238) jweber (192.168.0.3) couldn't find service jweber ~ -------------------------------Here is my smb.conf file again: # Samba config file created using SWAT # from 192.168.0.6 (192.168.0.6) # Date: 2001/10/12 12:18:37 # Global parameters [global] netbios name = hereslife workgroup = LIFE # Act as domain and local master browser os level = 64 prefered master = yes domain master = yes local master = yes # security settings security = user # encrypt passwords required for pdc encrypt passwords = yes # support domain logins domain logons = yes logon path = \\%N\profiles\$u # users home directory and drive logon drive = I: logon home = \\%N\%u add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u domain admin group = root # server string = Here's Life Server # socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 log file = /var/log/samba/log.%m max log size = 50 [netlogon] comment = The domain logon service path = /home/NETLOGON public = no writeable = no browseable = no write list = ntadmin [profiles] comment = User profiles path = /home/profiles create mode = 0600 directory mode = 0700 writable = yes browsable =no [home] comment = Users Home Directory path = %H read only = No [install] path = /usr/install read only = No guest ok = yes [public] path = /home/public read only = No Thanks, -Jason