Hello, On a Win2k domain with Active Directory, I'm adding a linux server. On this server, samba is configured with winbind, and in the logon screen, I can see the users of my Win2k domain. The problem is : I cannot login with these usernames : user : DOMAIN+user password : pass "user or password incorrect" (approx translation from french ....). So I log in as a linux user, and test "su - DOMAIN+user", give the password, and get the same error. If I do that as root user, it doesn't ask for a password and it works. smb.conf contains : "security = domain" and "encrypt passwords = yes". Any ideas ? Thanks. Romain Surleau.
On Thu, 2002-04-04 at 05:08, surleau@robur.u-bourgogne.fr wrote:> Hello, > > On a Win2k domain with Active Directory, I'm adding a linux server. > On this server, samba is configured with winbind, and in the logon screen, > I can see the users of my Win2k domain. > The problem is : I cannot login with these usernames : > user : DOMAIN+user > password : pass > > "user or password incorrect" (approx translation from french ....).Try using DOMAIN\user instead of DOMAIN+user, the syntax is incorrect. Thomas
> > On a Win2k domain with Active Directory, I'm adding a linux server. > > On this server, samba is configured with winbind, and in the logon screen, > > I can see the users of my Win2k domain. > > The problem is : I cannot login with these usernames : > > user : DOMAIN+user > > password : pass > > > > "user or password incorrect" (approx translation from french ....). > > Try using DOMAIN\user instead of DOMAIN+user, the syntax is incorrect.No, default "winbind separator" is "+" in smb.conf. Thanks. Romain.