Vincent wrote:
> Hi,
>
> I'm trying to use Nuxeo 5 with a ldap server but the connection between
> nuxeo and the server fails.The LDAP server is working correctly and I
> can connect on it with a LDAP Client.
> I've add the three files default-ldap-groups-directory-bundle.xml,
> default-ldap-users-directory-bundle.xml,
> default-virtual-groups-bundle.xml in the nuxeo.ear/config directory
> after modifying them but
> I can't connect to the server using nuxeo.
> I have this error :  
> ERROR [NuxeoLoginModule]org.nuxeo.ecm.directory.DirectoryException: no 
> directory registered with name 'userDirectory'
>
> Please, can you tell me what i could do to fix that ? 
>
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm
>   
check the name(it should be userDirectory):
    <extension
        target="org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory"
        point="directories">
        <directory name="userDirectory">
and check in the log that it is deployed

alex

-- 
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

Reply via email to