Hi all,
I try to migate my old pdc (samba + openldap server + smbldap tools) to a new pdc (last stable version of FreeBSD 9, samba 3.6, openldap server 24 + smbldap tools).
So I have save the ldap base on my old pdc and restore on my new pdc with slapcat and slapadd. And after I make a slapindex, then a smbldap-populate. And I define passwd with smb-passwd -w.
I see all my accounts with ldapsearch and smbldap-userlist and all my groups with smbldap-grouplist.
I can join pc to the domain with root account, but other accounts don't work.
show user search failed and with net rpc info I have my 8 groups but 0 users
Please someone can help me, or give me clues because I don't find solution.
Thanks for learning.
I try to migate my old pdc (samba + openldap server + smbldap tools) to a new pdc (last stable version of FreeBSD 9, samba 3.6, openldap server 24 + smbldap tools).
Code:
# On utilise LDAP comme backend
passdb backend = ldapsam:ldap://127.0.0.1/
ldap suffix = dc=iutge1,dc=ujf-grenoble,dc=fr
ldap admin dn = "cn=samba,ou=DSA,dc=iutge1,dc=ujf-grenoble,dc=fr"
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Computers
ldap idmap suffix = ou=Users
ldap passwd sync = yes
ldap delete dn = no
So I have save the ldap base on my old pdc and restore on my new pdc with slapcat and slapadd. And after I make a slapindex, then a smbldap-populate. And I define passwd with smb-passwd -w.
I see all my accounts with ldapsearch and smbldap-userlist and all my groups with smbldap-grouplist.
I can join pc to the domain with root account, but other accounts don't work.
# pdbedit -L
show user search failed and with net rpc info I have my 8 groups but 0 users
Please someone can help me, or give me clues because I don't find solution.
Thanks for learning.