"Samuele Giovanni Tonon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi, > i have read that someone has similar problem to mines, however i didn't > find how it solved them . > > The problem is this: samba as a PDC for a window domain. > The authentication is managed with openldap. > > if i try to change the password of any ldap account with smbpassword i > have no error. > if i try to access to the shared folder of samba, with windows, it asks > me for authentication and it all work. > The only thing i'm not able to do is to manage the windows > authentication through domain: when i try to join the domain using > Administrator it says to me "Can't find user" but in samba log i have:
Make sure that the ou=machines exists in LDAP. It sounds as if Samba is trying to create the trust account but cannot find something that it needs. I have gotten this message when using /etc/passwd and /etc/group to store POSIX information. This will happen when I have forgotten to create the group "machines" in the /etc/group file. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
