egold@fsa.com
2004-Aug-20 18:25 UTC
[Samba] how to use /etc/passwd and /etc/shadow for samba passwords?
How can i configure samba to use /etc/passwd and /etc/shadow for the samba passwords? I dont want to use smbpasswd for samba and would like it to just get its passwords from unix OS. Im running solaris8 and samba 3. thanks! ____________________________________ This e-mail message is for the sole use of the intended recipient(s) and may contain proprietary, confidential and/or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient (or an employee or agent responsible to deliver it to the intended recipient), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply e-mail.
Jason C. Waters
2004-Aug-20 18:32 UTC
[Samba] how to use /etc/passwd and /etc/shadow for samba passwords?
I don't think you can. I think the only way you can get rid of smbpasswd would be using ldap, pam_ldap and nss_ldap. I think...> > > > > How can i configure samba to use /etc/passwd and /etc/shadow for the samba > passwords? > I dont want to use smbpasswd for samba and would like it to just get its > passwords from unix OS. > > Im running solaris8 and samba 3. > > thanks! > > > ____________________________________ > This e-mail message is for the sole use of the intended recipient(s) and > may contain proprietary, confidential and/or privileged information. Any > unauthorized review, use, disclosure or distribution is prohibited. If > you > are not the intended recipient (or an employee or agent responsible to > deliver it to the intended recipient), you may not copy or deliver this > message to anyone. In such case, you should destroy this message and > kindly > notify the sender by reply e-mail. > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >
Michael Lueck
2004-Aug-20 20:38 UTC
[Samba] Re: how to use /etc/passwd and /etc/shadow for samba passwords?
You probably don't want to as it would involve updating the clients to this Samba server to send passwords over in plain text. Samba / Linux / Unix do not have password encryption which matches MS password encryption thus the Linux/Unix password goes in /etc/shaddow and the Samba one goes in smbpasswd, LDAP, etc... -- Michael Lueck Lueck Data Systems Remove the upper case letters NOSPAM to contact me directly.
Sigmund Straumsnes
2004-Aug-23 04:27 UTC
[Samba] how to use /etc/passwd and /etc/shadow for samba passwords?
>How can i configure samba to use /etc/passwd and /etc/shadow for the samba >passwords? >I dont want to use smbpasswd for samba and would like it to just get its >passwords from unix OS. > >Im running solaris8 and samba 3. > >thanks!Add encrypt passwords = no to smb.conf. If you have Windows clients, you may have to add a registry key (EnablePlainTextPasswords=1 under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP or something similar). This ensures that the Windows clients don't encrypt the passwords before transfering them. Regards, Sigmund