Ok pour le mailbox mais je n'arrive pas a trouve la syntax correcte: Lors de l'ajout du mailbox via phpldapadmin j'ai une erreur:
Error number: 0x41 (LDAP_OBJECT_CLASS_VIOLATION)
Description: You tried to perform an operation that would cause an undefined attribute to exist or that would remove a required attribute, given the current list of ObjectClasses. This can also occur if you do not specify a structural objectClass when creating an entry, or if you specify more than one structural objectClass.
Pour le schéma je l'ai définit comme suite dans mail.schéma:
objectclass ( 1.3.6.1.4.1.40098.1.2.13.4
NAME 'CompteMail'
DESC 'Mail Account'
SUP top
AUXILIARY
MUST (
mail $ sn $ cn $ userPassword
)
MAY (
mailbox
)
)
[^] # Re: Configuration ?
Posté par xillion . En réponse au message Installation Dovecot Postfix. Évalué à 1.
Error number: 0x41 (LDAP_OBJECT_CLASS_VIOLATION)
Description: You tried to perform an operation that would cause an undefined attribute to exist or that would remove a required attribute, given the current list of ObjectClasses. This can also occur if you do not specify a structural objectClass when creating an entry, or if you specify more than one structural objectClass.
Pour le schéma je l'ai définit comme suite dans mail.schéma:
objectclass ( 1.3.6.1.4.1.40098.1.2.13.4
NAME 'CompteMail'
DESC 'Mail Account'
SUP top
AUXILIARY
MUST (
mail $ sn $ cn $ userPassword
)
MAY (
mailbox
)
)
As tu une idée de ou peut venir le soucis ?