Hi! Ive searched the net now for a couple of days, after the answer for this one: How do I enable encrypted passwords in samba so that nt4 sp3+ can access shares? ( I do not have access to the registry on those machines) Im using samba on debian, and I read someplace that youll have to recompile in support for enrypted password. I have put "enrypted passwords = yes" in smb.conf, doesnt seem to work. Does this mean I need to recompile? If so, how to recompile? Using switches to the configure script? And what switches if any? Has the security mode any effect on this? Im using "security share" right now, is this a problem? -- John B?ckstrand
> Hi! > > Ive searched the net now for a couple of days, after the answer for this > one: How do I enable encrypted passwords in samba so that nt4 sp3+ can > access shares? ( I do not have access to the registry on those machines) Im > using samba on debian, and I read someplace that youll have to recompile in > support for enrypted password. I have put "enrypted passwords = yes" in > smb.conf, doesnt seem to work. Does this mean I need to recompile?No, you do not have to recompaile. Put "enrypted passwords = yes" in smb.conf (like you did), and setup an smbpasswd file. For this run smbpasswd -a user as root for every user who whants to have acces. I'm not realy sure if this will create a new smbpasswd file for the first user, so if the command fails, mail us again. Use testparam to check your smb.conf and look where the smbpasswd file is stored.> If so, > how to recompile? Using switches to the configure script? And what switches > if any? Has the security mode any effect on this? Im using "security > share" right now, is this a problem?I do not think so. But you may try "user" Christian> -- > John B?ckstrand > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >_(_)_ wWWWw _ @@@@ (_)@(_) vVVVv _ @@@@ (___) _(_)_ @@()@@ wWWWw (_)\ (___) _(_)_ @@()@@ Y (_)@(_) @@@@ (___) `|/ Y (_)@(_) @@@@ \|/ (_)\ / Y \| \|/ /(_) \| |/ | \ | \ |/ | / \ | / \|/ |/ \| \|/ jgs|// \\|/// \\\|//\\\|/// \|/// \\\|// \\|// \\\|// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hi Johan witch version of debian are you using? and what samba. If it came packaged with debian it supports encrypted passwords. If you are using encrypted passwords you have to maintain a smbpasswd file besides passwd. In debian it's stored in /etc/samba. For instructions on howto set up samba see the unix-install doc. I think that comes with the samba-doc package. To check if you have it installed do dpkg -L |grep samba-doc else it's on the first cd /mats>From: John B?ckstrand <sandos@home.se> >To: <samba@lists.samba.org> >Subject: [Samba] nt4+encryption >Date: Sun, 17 Feb 2002 23:56:14 +0100 > >Hi! > >Ive searched the net now for a couple of days, after the answer for this >one: How do I enable encrypted passwords in samba so that nt4 sp3+ can >access shares? ( I do not have access to the registry on those machines) Im >using samba on debian, and I read someplace that youll have to recompile in >support for enrypted password. I have put "enrypted passwords = yes" in >smb.conf, doesnt seem to work. Does this mean I need to recompile? If so, >how to recompile? Using switches to the configure script? And what switches >if any? Has the security mode any effect on this? Im using "security >share" right now, is this a problem? > >-- >John B?ckstrand > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba_________________________________________________________________ Chatta med v?nner online, prova MSN Messenger: http://messenger.msn.se
dont forget that you will have to create a machine account also using either a) the manual way eg smbpasswd -a -m machine_name and adduser machine_name$ etc (something like that). or using B) the auto way read SAMBA-howto.PS under PDC.