View previous topic :: View next topic |
Author |
Message |
sneak147 n00b
Joined: 18 Sep 2003 Posts: 22
|
Posted: Thu Jun 24, 2004 1:05 pm Post subject: LDAP Migration - missing schema |
|
|
Hi,
Im following the LDAP howto by Gentoo.
I have generarted passwd.ldif and want to migrate it into the directory but I get the following errors which according to some googling
is due to missing schema. Below are two errors from different occations. Does anyone know what schemas are missing and where i can get them?
additional info: krbName: attribute type undefined
additional info: unrecognized objectClass 'mailRecipient'
Thanks,
Ilo Lorusso. |
|
Back to top |
|
|
flickerfly l33t
Joined: 08 Nov 2002 Posts: 677 Location: Lanham, MD
|
Posted: Fri Jul 02, 2004 10:13 pm Post subject: |
|
|
I just setup a SAMBA/LDAP DC today and had no problems with Schema. I had some other ones related to permissions on the database files, but I don't think that's what you are seeing. Check your USE flags maybe?
You might need inetOrgPerson or some sort of Kerebros schemas from what I can see there. _________________ An Evil Genious' Guide to Sheeple and How To Avoid Becoming One | 0x4C9EF4A |
|
Back to top |
|
|
paras_rasmatazz n00b
Joined: 21 Apr 2004 Posts: 39
|
Posted: Thu Mar 10, 2005 1:39 am Post subject: found schema..... |
|
|
Download http://www.grotan.com/ldap/kerberosobject.schema, copy it into /etc/openldap/schema and include the
Code: | include /etc/openldap/schema/kerberosobject.schema | line in your slapd.conf file. |
|
Back to top |
|
|
|