Bonjour,
j'ai un problème : j'ai créé un serveur local LDAP sur Eclipse pour mon projet et j'ai des données à importer mais j'ai une erreur et je sais pas comment résoudre parce que je n'ai jamais utilisé LDAP avant. vous pouvez m'aider svp 
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| dn: uid=xxxxx, ou=0, ou=1, ou=abonnes,ou=particuliers,ou=mefi,o=go,c=fr
givenName: Emma
sn: PEEL
personalTitle: MLE
mail: xxx@xxx.fr
spi: Pxxxxx
typecertificat: E
objectClass: particulier
uid: xxxxx
profilApplicatif: xx
profilApplicatif: xx
profilApplicatif: xx_xx
profilApplicatif: xx_xx
nDSPKINotAfter: 20090130105948Z
cn: Emma PEEL
nDSPKINotBefore: 20090109105948Z
flagActif: S |
l'erreur :
!ERROR [LDAP: error code 16 - NO_SUCH_ATTRIBUTE: failed for MessageType : ADD_REQUEST Message ID : 21 Add Request : Entry dn[n]: uid=xxx, ou=0, ou=1, ou=abonnes,ou=particuliers,ou=mefi,o=go,c=fr objectClass: particulier uid: xxx mail: <a href="mailto:xxx@xxx.fr">xxx@xxx.fr</a> sn: PEEL profilApplicatif: xxx profilApplicatif: xx profilApplicatif: xx_xx profilApplicatif: xx_xx flagActif: S nDSPKINotAfter: 20090130105948Z nDSPKINotBefore: 20090109105948Z cn: Emma PEEL spi: Pxxxxx givenName: Emma personalTitle: MLE typecertificat: E : ERR_04269 ATTRIBUTE_TYPE for OID profilapplicatif does not exist!]
Partager