Vincent wrote: > Thanks for your quick answer. > The name is already userDirectory. Here is a piece of my > default-ldap-users-directory-bundle.xml : > > <extension target="org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory" > point="servers"> > <server name="default"> > <ldapUrl>ldap://10.2.100.1:389</ldapUrl> > <bindDn>ou=Users,ou=OxObjects,dc=mairie-tampon,dc=fr</bindDn> > <bindPassword>****</bindPassword> > </server> > </extension> > > <extension target="org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory" > point="directories"> > <directory name="userDirectory"> > <server>default</server> > <schema>user</schema> > <idField>uid</idField> > <passwordField>userPassword</passwordField> > ... > > How do you check that it's deployed? (I've looked in the boot.log and > server.log files but > I don't understand all that is described) > first check that the log level for org.nuxeo is at least info (in JBOSS/server/default/conf/log4j.xml),
then just do a search for ldap in the log, you should get something like: 2008-07-25 14:31:54,769 INFO [org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory] directory registered: userDirectory If you can't find it, look for this line: 2008-07-25 14:31:05,790 INFO [org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Sub Deployment order is: it will list all jar/config.xml/bundle.xml that are going to be deployed. alex (please keep the mail in the list, with thunderbird, use reply all, not just reply) -- Alexandre Russel Open Source, Java EE based, Enterprise Content Management (ECM) New! Nuxeo TV on http://nuxeo.blip.tv/ Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87 _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
