On Sun, 2003-06-15 at 01:21, Sam Varshavchik wrote:James Doherty writes:
> /etc/ldap/schema/courier.schema: line 50: Duplicate attributeType: > "1.3.6.1.4.1.10018.1.1.7"
There's a duplicate entry in authldap.schema, which can simply be removed.
Thanks, now I'm getting this error:
beehive:/etc/init.d# ./slapd start Starting OpenLDAP: slapd - failed: /etc/ldap/schema/courier.schema: line 58: AttributeType not found: "homeDirectory" beehive:/etc/init.d#
This is the line it is complaining about now:
MAY ( mailbox $ uid $ cn $ gecos $ description $ loginShell $ quota $
u$ Any ideas? I guess I have to type in "$ homeDirectory" into that line,
but that doesn't make sense to me because it is specified in the line
before.
No, it complaints that you do not have the attribute itself defined.
The homeDirectory LDAP attribute should be defined in your nis.schema file:
attributetype ( 1.3.6.1.1.1.1.3 NAME 'homeDirectory' DESC 'The absolute path to the home directory' EQUALITY caseExactIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
pgp00000.pgp
Description: PGP signature
