Baron Robert wrote:

        c) adding samba server to domain:
            net ads join -U administrator
            ==> no problem

d) I start samba with a script:
#####begin of script#####
/usr/local/samba/sbin/nmbd -D --configfile=/usr/local/samba/lib/smb.conf
/usr/local/samba/sbin/smbd -D --configfile=/usr/local/samba/lib/smb.conf
/usr/local/samba/sbin/winbind -D --configfile=/usr/local/samba/lib/smb.conf
#####end of script#####


-------------------------------------------------
Communication test from the linux server:

ping 10.0.0.1 => ok
smbclient -L -U administrateur => list all the share on the windws server.


test from the windows server:
ping melkor       => ok
\\melkor\data => fail and re-ask me to enter password and username

Is it administrator or administrateur ? You might need username map = /usr/local/samba/lib/smbusers and define root=TESTREDHAT+administrateur

or whatever unix account it should map to

I use winbind trusted domains only = yes, so I don't have any experience with on the fly account creation with the ad option.

also, winbindd has no -D option. It just is a daemon unless you pass a flag for interactive.

Regards, Doug

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to