View previous topic :: View next topic |
Author |
Message |
meyer37 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/3118119473e80c70f5e83e.jpg)
Joined: 04 Feb 2003 Posts: 41 Location: Milwaukee, WI
|
Posted: Wed Apr 21, 2004 3:27 pm Post subject: samba pdc password problem |
|
|
Hey all I have been running a samba PDC for a couple of years now off of FreeBSD. Now I am building a gentoo machine to replace the BSD machine, but I have run ito 1 problem.
Samba is running as a PDC and I can connect to it (log in form window clients), however when on the windows end I try to change the password I get the following error:
Code: |
The system cannot change your password now because the domain LABNET1 is not available |
Oddly enouugh the password is correctly changed and I don't get an error when I use smbpasswd from the gentoo commandline, my windows clients only recieve this error. Any thoughts would be greattly appreciated. I never had this problem with samba on my FreeBSD machine.
Here is my smb.conf
Code: |
[global]
workgroup = LABNET1
netbios name = LABSRV2
server string = LABSRV2 running %V
security = user
encrypt passwords = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *\n*
passwd chat debug = yes
username map = /etc/samba/smbusers
log file = /var/log/samba/%m.log
max log size = 50
log level = 100
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = yes
os level = 64
domain master = yes
preferred master = yes
###5. Domain Control Options###
domain logons = yes
logon path =
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
berarul Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Southpark/South_Park_-_Sumo.jpg)
Joined: 12 Apr 2004 Posts: 75 Location: Bucuresti
|
Posted: Sat Apr 24, 2004 10:05 pm Post subject: |
|
|
I noticed
Code: |
passwd chat debug = yes
|
If password changes normally, have you tried setting debug to no? _________________ You need to stand up to your mother, smack her in the face and say "That's enough of your shit, you fucking bitch!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MarkG Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 28 Apr 2002 Posts: 90 Location: Dorset, UK
|
Posted: Sat Jun 05, 2004 6:54 pm Post subject: Re: samba pdc password problem |
|
|
meyer37 wrote: | ...on the windows end I try to change the password I get the following error:
Code: |
The system cannot change your password now because the domain LABNET1 is not available
|
|
I'm getting the same problem although I'm not truing to sync unix and smb passwords. Has anyone fixed this?
MarkG |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MarkG Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 28 Apr 2002 Posts: 90 Location: Dorset, UK
|
Posted: Sat Jun 05, 2004 9:42 pm Post subject: |
|
|
Google is my freind...
It looks like I'm doing nothing wrong, its a bug fixed in 3.0.4 caused by am MS security update.
I found thin in the Samba mail archive, and on the Samba home page:
Quote: | There have been several issues fixed since the 3.0.3 release, the most visible of which is the problem with user password changes after applying the Microsoft security hotfix described in KB828741 to Windows NT 4.0/200x/XP clients. |
MarkG |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|