On Tuesday 15 July 2008 11:34:02 John Kellen wrote:
Hello,
what schema do i need to have configured in slapd.conf to use this ldif file:
*dn: cn=aderaede,ou=People,dc=vub,dc=ac,dc=be objectClass: top objectClass: person objectClass: organizationalPerson objectClass: inetOrgPerson objectClass: posixAccount objectClass: inetLocalMailRecipient objectClass: shadowAccount uid: aderaede sn: *********** givenName: Anouk cn: aderaede userPassword: {crypt}WZpdKybON0LAQ loginShell: /bin/csh uidNumber: 25556 gidNumber: 3294 homeDirectory: /u/aderaede gecos: *************** mail: ************* displayName: ***************
** I have the following configured in slapd.conf *# Schema and objectClass definitions include /etc/ldap/schema/core.schema include /etc/ldap/schema/cosine.schema include /etc/ldap/schema/nis.schema include /etc/ldap/schema/inetorgperson.schema include /etc/ldap/schema/openldap.schemaµ*
Thanks J
What is your problem? i see a common ldif, is it hard to look that objectclasses into the schemas directory? you could find in which file the objectclass is, im not sure if your problem is with > objectClass: inetLocalMailRecipient, that should be in misc.schema