I am trying to follow <a href="http://directory.fedora.redhat.com/wiki/Howto:Samba">http://directory.fedora.redhat.com/wiki/Howto:Samba</a> and running into trouble.<br>
<br>
I'm at the &quot;Populating FDS with PDC Entry&quot; section.&nbsp; I get my SID,
and create my domainName.ldif file as sepcified (contents below).<br>
<br>
I then run the command:<br>
<br>
<pre>/opt/fedora-ds/slapd-rheles4rs1/ldif2ldap &quot;cn=Directory manager&quot; myDMPassword /tmp/forayadams.ldif<br></pre>
What this gives me is:<br>
<br>
<font size="1"><span style="font-family: courier new,monospace;">adding new entry sambaDomainName=forayadams,dc=forayadams,dc=foray,dc=com</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ldap_add: Already exists</span><br style="font-family: courier new,monospace;">
</font><br>
I can't find anything on this.<br>
<br>
None of the log files (admin-serv/logs/access, admin-serv/logs/error,
slapd-rheles4rs1/logs/access, slapd-rheles4rs1/logs/errors) show
anything when I issue this command.<br>
<br>
Any ideas as to what I've done wrong?<br>
<br>
Thanks,<br>
-Mont<br>
<br>
Contents of my /tmp/forayadams.ldif:<br>
<br>
dn: sambaDomainName=forayadams,dc=forayadams,dc=foray,dc=com<br>
objectclass: sambaDomain<br>
objectclass: sambaUnixIDPool<br>
objectclass: top<br>
sambaDomainName: forayadams<br>
sambaSID: S-1-5-21-807157010-1821471989-4121009367<br>
uidNumber: 550<br>
gidNumber: 550<br>
<br>
<br>