From: rodrigo tavares <rodrigofar...@yahoo.com.br>
Date: Tue, 22 Jan 2013 03:17:44 -0800 (PST)

> Hello,
> 
> I create one user, with the command.
> 
> smbldap-useradd -a -P user
> 
> The option -a (atributtes samba) and -P call smbldap-passwd.
> This command make atributtes.
> 
> Then, i try to login in domain, but some error.
> 
> root@replica:~# smbclient -L localhost -U user
> Enter user's password:
> session setup failed: NT_STATUS_LOGON_FAILURE

Because you set:

-----
    passdb backend = ldapsam:ldap://10.65.8.95
    passdb backend = tdbsam
-----

in your smb.conf. If you set a parameter twice in smb.conf, latter one is
enabled. So you use tdbsam now.

---
TAKAHASHI Motonobu <mo...@monyo.com> / @damemonyo 
                   facebook.com/takahashi.motonobu



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

Reply via email to