cancel
Showing results for 
Search instead for 
Did you mean: 

Multidirectory ldap group problem

Patrick_Delage
Confirmed Champ
Confirmed Champ

I configure NUXEO 6.0 HF02 as "Utilisateurs et groupes" : "Utilisateurs et groupes dans des annuaires combinés" For information, i have an ldap/sql configuration wich works on 5.8 LTS plateform. So I believe my Ldap config is good. I can login with local admin account (sql) or ldap admin account. But, I can search group (local or ldap). This error is return : executeQuery failed servor.log : Caused by: javax.naming.directory.InvalidSearchFilterException: invalid attribute description; remaining name 'ou=group,dc=univ-lemans,dc=fr' at com.sun.jndi.ldap.Filter.encodeSimpleFilter(Filter.java:446) I can retrieve the "admin" group when i configure : Annuaire combinés pour les utilisateurs + annuaire SQL pour les groupes.

Mes recherche sur Answers m'ont amené à passé en HF-01 et HF-02.

Merci pour votre aide

4 REPLIES 4

Thierry_Martins
Star Collaborator
Star Collaborator

hello,

I think your problem is the same as in NXP-16116 which is fixed since HF01: the search filter expression for the user directory was not filled with what is typed in the wizard. With the new template provided by the HF01, it should be ok.

You can check that you have now something in nxserver/config/default-ldap-users-directory-bundle.xml.nxftl in the searchFilter tag

<searchFilter>(objectClass=user)</searchFilter>

Kind regards,

Thierry

Hello Thierry

is it possible to attach your file nxserver/config/default-ldap-users-directory-bundle.xml after having obfuscated sensible data (password, url, etc)?

I just find the solution