This is a discussion on LDAP schema within the Courier-Imap forums, part of the Mail Servers and Related category; Hello, Can someone point me out an url for a schema such as courier.schema to store my virtual email ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
Can someone point me out an url for a schema such as courier.schema to store my virtual email accounts in OpenLDAP? All articles I read seems to be able to add entries with only objectClass top and CourierMailAccount but my schema wants another objectClass in addition (a structural objectClass). Thanks Xavier |
|
|||
|
> All articles I read seems to be able to add entries with only
> objectClass top and CourierMailAccount but my schema wants another > objectClass in addition (a structural objectClass). I found that since OpenLDAP 2.2.1, all objects *must* have a structural objectClass. Hence I simply include inetOrgPerson in addition for instance and problem is solved. Xavier |