I'm trying to setup external LDAP directory service for stash. After setting up the ldap configuration page the test is not entirely successful:
Test basic connection: Succeeded
Test retrieve user: Succeeded
Test get user's memberhips with 0 groups retrieved. : Failed
Test retrieve group: Not performed
Test get group members.: Not performed
Test user can authenticate: Succeded
Looking in the LDAP log I see this query:
base=ou=Group,dc=develer,dc=com filter=(&(objectClass=posixGroup)(memberUid=uid=username,ou=people,dc=develer,dc=com))
With our LDAP directory structure this query will not work. How can I configure stash to use this query filter:
(&(objectClass=posixGroup)(memberUid=username))
i.e. the memberUid attribute contains only the username, without all the rest of the user DN.
(memberUid is the value specified in stash configuration: Membership schema settings/Group Members attribute)
I discovered what was wrong: it's sufficient to select the right directory type in configuration: the right one for our ldap configuration is "OpenLDAP (read-only posix schema)". I thought it was only the read only version of "OpenLDAP" entry, instead these two configurations use different schemas for groups.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simone,
You should be able to configure the Group Object Filter to fit your needs in the LDAP configuration of Stash:
- Pelle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.