Passwds

Nuno Loureiro nuno at lwp.ualg.pt
Mon Feb 23 14:59:36 GMT 1998


>Gerald W. Carter wrote:
>
>>Nuno Loureiro wrote:
>> 
>> Hi!!
>> 
>> I can detect the domain, and logon from NT4+SP3 Wrkts, but the
>> users can logon using any password. I did the smbpasswd file using
>> mksmbpasswd.sh and I did "smbpasswd -add user pass" to change users
>> passwords. I also tried "smbpasswd user" to change users passwords, but
>> the users still can logon without or with any password.
>> If the user doesn't exist, or if it has Xs in the passwd field,
>> he is not able to login. The only users that can login without or with
>> any passwd are the users that I changed their passwords with smbpasswd.
>> I already compiled with ARCFOUR, using the makefile that luke
>> posted to the list, and I grabbed the BRANCH_NTDOM using cvs, on a
>> 1.9.18p3 sources.
>> Anyone knows the problem!?

> Dumb question, but the problem sounds like an absence of the arcfour.c
> file in the compile. If the user logs in with an invalids passwd, he /
> she doesn't have to access to their roaming profile, correct? This may

Correct.

> be way off base since you said you grabbed the Makefile from Luke's
> previous message and the reference to arcfour.c was in the same
> message.

> The message archive is 
> http://samba.anu.edu.au/listproc/samba-ntdom/0114.html

Sorry, I didn't get the point. That's the URL from where I got luke's
makefile, and I got arcfour.c from luke's page. I think it's compiling
with arcfour. Here's an extract from a make:

rtfm.root:/install/net/samba/source > make
Using CFLAGS =  -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr/local/samba/var/log.nmb"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DWEB_ROOT="/usr/local/samba"
-DLOCKDIR="/usr/local/samba/var/locks"
-DSMBRUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages" -DWORKGROUP="RESNET"
-DGUEST_ACCOUNT="nobody" -DDRIVERFILE="/usr/local/samba/lib/printers.def"
-O3 -m486 -DLINUX -DSHADOW_PWD -DQUOTAS -DFAST_SHARE_MODES
-DSMB_PASSWD="/usr/local/samba/bin/smbpasswd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"  -I./include/
-I./lib/ -I./daemon/nmbd/
Using LIBS =  -lshadow    
(...)
Compiling lib/rpc/server/srv_lsa_hnd.c 
Compiling /usr/local/src/arcfour/arcfour.c
Compiling daemon/smbd/trans2.c
(...)


Regards,
	Nuno Loureiro



More information about the samba-ntdom mailing list