Goutam Baul skrev, on 28-08-2007 07:33:
Thanks a lot for your response. I tried to include the authldap.schema as
advised by copying it from the
/usr/share/doc/courier-authlib-ldap-0.58/authldap.schema folder and then
included it in the slapd.conf file. After that when I try restart ldap
service it fails with the message:
Checking configuration files for slapd:
/etc/openldap/schema/authldap.schema: line 81: Duplicate attributeType:
"mailhost"
So comment this attribute out in one of the schemas where it occurs
redundantly, then.
Another point. The mailQuotaSize is being used from a schema called
rh-mail.schema and the corresponding entry in the schema file is given
below:
attributetype ( 1.3.6.1.4.1.7914.1.2.1.15 NAME 'mailQuotaSize'
DESC 'The size of space the user can have until further messages get
bounced.'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )
I presume that the attribute is able to accept character input as the
present content of the attribute as displayed from phpldpadmin is 52428800S.
The crunch is, that my setup *works* and yours doesn't. If you follow my
advice, yours will work, too.
If you want to see whether mailQuotaSize is an integer or not, without
reading rfcs, use gq instead of phpldpadmin, which is deprecated (i.e.
useless) for any serious LDAP administration.
Best,
--Tonni