Hi! My Samba server in my Linux Server is running just fine. But now I have some problem with NT40. Each user have to login in my NT4 server. Can I synchronize my SAMBA password with NT40. The reason is because all my user have login into Winnt4 with there password. But my LINUX password did not match with the Winnt4 password. Someone please guide me ..what to do Best Regards, SKLIM
how many users are you talking about? One way that will require little work on your part but is not the most secure way is to change some things in your /etc/smb.conf file in /etc/smb.conf, set the following null passwords = yes encrypt passwords = no update encrypted = yes now whenever someone logs, the password they type will be encrypted and stored in /etc/smbpasswd. once everyone has an encrypted entry in the file, you can change the /etc/smb.conf file back to the way it was, encrypt passwords = yes update encrypted = no or if you dont have that many users, you can do a smbpasswd -a username for each one an manually enter the password (if you know them) On Thu, 5 Jul 2001, SK wrote:
Hi!
My Samba server in my Linux Server is running just fine. But now I have some problem with NT40. Each user have to login in my NT4 server. Can I synchronize my SAMBA password with NT40.
The reason is because all my user have login into Winnt4 with there password. But my LINUX password did not match with the Winnt4 password.
Someone please guide me ..what to do
Best Regards, SKLIM
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
Chad Whitten Network/Systems Administrator Nexband Communications chadwick@nexband.com
I have more then 200 user like to share with my linux server. How about those user not in my Linux list. Can Linux samba auto create a new user ? Or I create manualy in my Linux and synchronize it with my NT4 server. Best Regards, SKLIM ----- Original Message ----- From: <dog@intop.net> To: SK <sklim@elm-net.com> Cc: <suse-linux-e@suse.com> Sent: Thursday, July 05, 2001 9:35 PM Subject: Re: [SLE] smbpasswd with winnt4
how many users are you talking about?
One way that will require little work on your part but is not the most secure way is to change some things in your /etc/smb.conf file in /etc/smb.conf, set the following null passwords = yes encrypt passwords = no update encrypted = yes
now whenever someone logs, the password they type will be encrypted and stored in /etc/smbpasswd. once everyone has an encrypted entry in the file, you can change the /etc/smb.conf file back to the way it was, encrypt passwords = yes update encrypted = no
or if you dont have that many users, you can do a smbpasswd -a username for each one an manually enter the password (if you know them)
On Thu, 5 Jul 2001, SK wrote:
Hi!
My Samba server in my Linux Server is running just fine. But now I have some problem with NT40. Each user have to login in my NT4 server. Can I synchronize my SAMBA password with NT40.
The reason is because all my user have login into Winnt4 with there password. But my LINUX password did not match with the Winnt4 password.
Someone please guide me ..what to do
Best Regards, SKLIM
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
Chad Whitten Network/Systems Administrator Nexband Communications chadwick@nexband.com
SK wrote:
Hi!
My Samba server in my Linux Server is running just fine. But now I have some problem with NT40. Each user have to login in my NT4 server. Can I synchronize my SAMBA password with NT40.
There are some settings in smb.conf: securety=server password server=your nt domain controler encrypt passwords=yes I think these are the major settings. The samba server relies now on the NT domain controler for authentication. If you want to share out users home dirs, at least they need to have the same user name as on NT. You might be able to set up a mapping, but it's wiser to synchronise user names in the end. If it doesn't work, give me a shout, I need to look up the setting at work. Juergen
The reason is because all my user have login into Winnt4 with there password. But my LINUX password did not match with the Winnt4 password.
Someone please guide me ..what to do
Best Regards, SKLIM
-- =========================================== __ _ Juergen Braukmann juergen.braukmann@gmx.de| -o)/ / (_)__ __ ____ __ Tel: 0201-743648 dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ / ===========================================_\_v __/_/_//_/\_,_/ /_/\_\
participants (3)
-
dog@intop.net
-
Juergen Braukmann
-
SK