View previous topic :: View next topic |
Author |
Message |
Fraggle Apprentice
Joined: 13 Mar 2003 Posts: 187 Location: Washington, DC
|
Posted: Sun Jun 29, 2003 6:45 am Post subject: Why can't I change passwords from a xp machine... |
|
|
...using the Samba PDC. Here is my smb.conf, let me know if there is something else wrong. When I try to change the password, it says that the password entered was incorrect...
Code: |
[global]
netbios name = main
server string = Samba %v on %L
workgroup = cburgnet
os level = 65
prefered master = yes
domain master = yes
local master = yes
domain logons = yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8102
time server = yes
hosts allow = 10.1.1.
hide dot files = yes
security = user
guest ok = no
admin users = @wheel
domain admin group = @wheel
encrypt passwords = yes
smb passwd file = /etc/samba/private/smbpasswd
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
username map = /etc/samba/smbusers
pam password change = yes
obey pam restrictions = yes
add user script = /usr/sbin/useradd -d /dev/null -g 407 -c 'Machine Account' -s /bin/false -M %u
add user script = /usr/sbin/useradd -s /bin/false %u
log level = 2
log file = /var/log/samba/log.%L
max log size = 1000
debug timestamp = yes
syslog = 1
logon path = \\main\profiles\%u
logon script = logon.bat
[netlogon]
path = /home/samba/netlogon
public = no
writeable = no
browsable = yes
valid users = @smbusers
[profiles]
path = /home/samba/profiles
writeable = yes
create mask = 0770
directory mask = 0770
browsable = yes
valid users = @smbusers
|
|
|
Back to top |
|
|
Fraggle Apprentice
Joined: 13 Mar 2003 Posts: 187 Location: Washington, DC
|
Posted: Sun Jun 29, 2003 5:25 pm Post subject: |
|
|
^^ |
|
Back to top |
|
|
Fraggle Apprentice
Joined: 13 Mar 2003 Posts: 187 Location: Washington, DC
|
Posted: Sun Jun 29, 2003 5:26 pm Post subject: |
|
|
^^ |
|
Back to top |
|
|
Chris W l33t
Joined: 25 Jun 2002 Posts: 972 Location: Brisbane, Australia
|
Posted: Mon Jun 30, 2003 8:11 am Post subject: |
|
|
Quote: | When I try to change the password, it says that the password entered was incorrect... |
What says this? XP's password entry box, Samba's log? What is the exact text of the message? _________________ Cheers,
Chris W
"Common sense: The collection of prejudices acquired by age 18." -- Einstein |
|
Back to top |
|
|
Fraggle Apprentice
Joined: 13 Mar 2003 Posts: 187 Location: Washington, DC
|
Posted: Mon Jun 30, 2003 2:01 pm Post subject: |
|
|
Chris W wrote: | Quote: | When I try to change the password, it says that the password entered was incorrect... |
What says this? XP's password entry box, Samba's log? What is the exact text of the message? |
Well, I got a step further, encrypt passwords has to equal no. Yes, insecure, yes, the only way to do it from how I am reading.
Now it tells me I do not have the permission to change my password. This error comes from winxp.
Thanks! |
|
Back to top |
|
|
Celestial Wizard n00b
Joined: 21 Apr 2003 Posts: 4 Location: Brisbane, Australia
|
Posted: Mon Jun 30, 2003 2:24 pm Post subject: Registry Settings |
|
|
Have you made the registry change for SignOrSeal?
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
"requiresignorseal"=dword:00000000 |
|
Back to top |
|
|
Celestial Wizard n00b
Joined: 21 Apr 2003 Posts: 4 Location: Brisbane, Australia
|
Posted: Mon Jun 30, 2003 2:27 pm Post subject: user authentication |
|
|
I know you have set encrypted passwords, but i'll ask anyway. does the user have an entry in smbpasswd?
What does pam say? |
|
Back to top |
|
|
|