<div id="body" class="messagebody"><div class="pws"><p>Hi Folks,
</p><p>
I had a crack at setting up a Samba PDC using a fresh installation of 
FDS 1.2.4  as the backend on one of our RHEL  5.3 servers per the Wiki 
Howto:Samba but ran into a few issues.

</p><p>In the section 'Populating FDS with PDC Entry', it instructs the user to 
run 'net getlocalsid'. This results in the following:

</p><p>[root@mybox logs]# net getlocalsid <br></p><p> lib/smbldap.c:smbldap_search_domain_info(1392)
  Adding domain info for CMOMA failed with NT_STATUS_UNSUCCESSFUL
SID for domain mybox is: S-1-5-21-4207250186-2406131440-3849861866

</p><p>Thinking that I might just have a Samba configuration problem, I 
continued by attempting to add the following ldif:

</p><p>dn: sambaDomainName=CMOMA,dc=cmoma,dc=mycompany,dc=com <br></p><p>objectclass: sambaDomain</p><p>
objectclass: sambaUnixIDPool <br></p><p>objectclass: top <br></p><p>sambaDomainName: CMOMA
samba</p><p>SID: S-1-5-21-4207250186-2406131440-3849861866 <br></p><p>uidNumber: 550 <br></p><p>gidNumber: 550 <br></p><p><br></p><p>which resulted in the following error:

</p><p>adding new entry sambaDomainName=CMOMA,dc=cmoma,dc=mycompany,dc=com
ldap_add: Object class violation
ldap_add: additional info: unknown object class "sambaUnixIDPool"

</p><p>I double checked 
/opt/fedora-ds/slapd-<server>/config/schema/61samba.ldif created in the 
initial setup steps and was unable to find a sambaUnixIDPool 
objectclass, but did see a sambaUnixIdPool. However, after I edited 
/tmp/sambaDomainName.ldif to reflect this objectclass name, ldif2ldap 
still complains about an 'unknown object class'.

</p><p>Any idea of what might be happening here?
</p></div></div>