Displaying 1 result from an estimated 1 matches for "96e3b942381cbe5baad3b435b51404ee".
2010 Dec 28
1
Newbie : bad uid in the smbpasswd file ?
...# cat /etc/samba/smbpasswd # no output, the file is empty
# pdbedit -L # no result, no samba user
# smbpasswd -a francois # I create the user francois
New SMB password:
Retype new SMB password:
Added user francois.
# cat /etc/samba/smbpasswd # In this file, the uid is 0, like root ?!
francois:0:96E3B942381CBE5BAAD3B435B51404EE:BBB4013EC9D4E3D7A88CA89C2519DB11:[U
]:LCT-4D116896:
# pdbedit -L # With this command, the uid is 1000 ?!
francois:1000:francois
# cat /etc/passwd | grep francois # 1000 is the *real* uid of francois
francois:x:1000:1000:francois,,,:/home/francois:/bin/bash
#-----------------------------...