I am trying to create a Samba Admin account in FDS as per the final steps of http://directory.fedora.redhat.com/wiki/Howto:Samba

I've created a sambaAdmin file with contents:

Administrator:x:0:0:Samba Admin:/root:/bin/bash

I then ran:

/usr/share/openldap/migration/migrate_passwd.pl /tmp/sambaAdmin > /tmp/sambaAdmin.ldif

but when I get to converting the ldif to ldap via:

/opt/fedora-ds/slapd-<server>/ldif2ldap "cn=Directory manager" password /tmp/sambaAdmin.ldif

I get the following error:

adding new entry uid=Administrator,ou=People,dc=forayadams,dc=foray,dc=com
ldap_add: Object class violation
ldap_add: additional info: unknown object class "kerberosSecurityObject"

As far as I know I haven't enabled kerberos anywhere.  Does anyone know what I need to do to resolve this?

Thanks,
-Mont