Hi, I am trying to setup a Samba3 server as PDC with OpenLDAP as the backend. To enable a smaba based SSO, I also install winbind. However, I saw this error message in winbind log : [2003/09/18 14:08:00, 1] nsswitch/winbindd_util.c:init_domain_list(215) Could not fetch sid for our domain EXAMPLE My guess is there must be some initial record(objects) installed in the LDAP server database but it seems that this is not mentioned in the Howto's. So what should I add the the LDAP server to make a proper PDC ? thanks in advance. gary __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
jean-marc pouchoulon
2003-Sep-18 07:35 UTC
[Samba] Samba 3 as PDC with LDAP as passwd backend
>So what should I add the the LDAP server to make a > proper PDC ?Here it is. dn: sambaDomainName=DOMAIN,o=xxxx,c=Country sambadomainname: DOMAIN sambaalgorithmicridbase: 1000 objectclass: sambaDomain creatorsname: cn=Directory Master createtimestamp: 20030818142849Z sambasid: S-1-5-21-XXXXXXXXXX-XXXXXXX-XXXXXXXX modifiersname: cn=Directory Master modifytimestamp: 20030818171356Z I didn't create this. I think (not sure) pdbedit -a create it when you add the first user. Jean-Marc