Vincent a écrit : > Thank you for your answer! > > > The server LDAP is working correctly (it's already used by an open exchange > server) and I can connect > to this server with a LDAP client. > > > I think that I've got a problem with the tag "<schema>". The default > configuration in the > default-ldap-users-directory-bundle.xml file was "<schema>user</schema>" and > I've tried to > use nuxeo with this conf but I've got this error : > > 17:22:29,657 ERROR [LDAPDirectory] [LDAP: error code 49 - Invalid Credentials] > 17:22:29,681 ERROR [NuxeoLoginModule] > org.nuxeo.ecm.directory.DirectoryException: could not initialise LDAP > directory context: [LDAP: error code 49 - Invalid Credentials] > > > What does it mean (error code 49)? > > > And when I modify these tags (<schema>members_ldap</schema>), I've got a new > error :
You should not change the schema unless you write a new one (.xsd file + deployment to the schema extension point) but you should not do that unless you have need for new fields that are not in the default schema. If you get invalid credentials error, ensure that the bind dn / password are correct (try them by copy and pasting your configuration into a LDAP client such as Apache Directory Studio). You should also check that you configured the right field mappings. Be sure to read the documentation at http://svn.nuxeo.org/trac/nuxeo/wiki/LDAPSetup and esp. the extension point documentation first: http://svn.nuxeo.org/nxpointdoc/org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory.html -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
