[EMAIL PROTECTED] a écrit : > Hello, > > thanks for the setup guide you gave me. > But I have no good results. > > I know the LDAP is working because he is in use with another application. > > I have all parameters to connect to the LDAP and I think I filled the > default-ldap-users-directory-bundle.xml well. > > But some tags remain unknown, for example : > <schema> Have I to modify this one? > <searchClass> And this one?
schema is the schema used to define the fields types of the entries. You should usethe default schema. searchClass is the typical LDAP class of your users (such as one of 'person', 'inetOrgPerson', ...). Take a look to at your LDAP content to guess wich to choose. > When I reach the Nuxeo starting page the connection page only says > "Invalid username or password" > > Is there a mean to know if Nuxeo 5 is well connected with the LDAP ? You can use a ldap client (such as ldap_search or LDAP Browser) from the Nuxeo machine to ensure you have no network settings preventing the nuxeo box to reach the LDAP port of the LDAP box. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
