Did you check that both machine and user sufficies point to the same location? I suspect that IDEALXs scripts and Samba assume that.Not necessarily... My IDEALX scripts are configured to store SAMBA machines in ou=Computers.
Exctract from my smb.conf: ldap machine suffix = ou=People ldap user suffix = ou=People
So SAMBA is.
extract from IDEALX config
# Where are stored Users
# Ex: usersdn="ou=Users,dc=IDEALX,dc=ORG"
usersdn="ou=people,${suffix}"
# Where are stored Computers
# Ex: computersdn="ou=Computers,dc=IDEALX,dc=ORG"
computersdn="ou=Computers,${suffix}"
# computersdn="ou=people,${suffix}"# Where are stored Groups
# Ex groupsdn="ou=Groups,dc=IDEALX,dc=ORG"
groupsdn="ou=Groups,${suffix}"Extract from smb.conf
ldap user suffix = ou=People
ldap group suffix = ou=Groups
ldap machine suffix = ou=ComputersDid you check your LDAP tree if Posix record was added for machine?
Positive. Posix machine account is created during join operation, under ou=Computers, as it is desired...
A.
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
