Taymour A. El Erian
2005-Dec-13 15:42 UTC
[Fedora-directory-users] Unable to import ldif from OpemLDAP
All,
I am trying to add an entry exported from OpenLDAP but I keep
getting the error
Error adding object ''dn: ou=email,o=xyz,c=eg''. The error sent
by the
server was ''No such object''. The object is: LDAPEntry:
ou=email,o=xyz,c=eg; LDAPAttributeSet: LDAPAttribute
{type=''ou'',
values=''email''} LDAPAttribute
{type=''objectclass'',
values=''top,organizationalUnit''}.
The ldif is:
dn: ou=email,o=xyz,c=eg
objectClass: top
objectClass: organizationalUnit
ou: email
I already created the suffix o=xyz,c=eg from the admin console.
--
Taymour A El Erian
System Division Manager
RHCE, LPIC, CCNA, MCSE, CNA
TE Data
E-mail: taymour.elerian@tedata.net
Web: www.tedata.net
Tel: +(202)-4166600
Fax: +(202)-4166700
Ext: 1101
Richard Megginson
2005-Dec-14 00:01 UTC
Re: [Fedora-directory-users] Unable to import ldif from OpemLDAP
You need to have an entry for o=xyz,c=eg dn: o=xyz,c=eg objectclass: top objectclass: organization o: xyz This entry needs to exist before the entry ou=email,o=xyz,c=eg can be added/imported. Taymour A. El Erian wrote:>All, > > I am trying to add an entry exported from OpenLDAP but I keep >getting the error > >Error adding object ''dn: ou=email,o=xyz,c=eg''. The error sent by the >server was ''No such object''. The object is: LDAPEntry: >ou=email,o=xyz,c=eg; LDAPAttributeSet: LDAPAttribute {type=''ou'', >values=''email''} LDAPAttribute {type=''objectclass'', >values=''top,organizationalUnit''}. > >The ldif is: >dn: ou=email,o=xyz,c=eg >objectClass: top >objectClass: organizationalUnit >ou: email > >I already created the suffix o=xyz,c=eg from the admin console. > > > >