Hi, i searched for this and also looked at confluence connecting to LDAP notes, but its still not working.
At the moment I have the following which is working:
Base DN: dc=domain,dc=local
Additional User DN: ou=mybusiness
This is pulling all the users from the 'mybusiness' ou.
I want to do this but i only want to pull the users in that ou that are part of the 'wiki-users' group, which is also in that ou under a 'security groups' folder.
MyBusiness
> Security Groups
wiki-users
>Users
users
Thanks!
Stefan
You can add a User Object filter. Something like:
(&(objectCategory=Person)(sAMAccountName=*)(memberOf=CN=group-name,OU=OU Name,DC=domain,DC=corp))
Sorted, i downloaded apache directory studio and was able to get the corrent syntax for the specific group, thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan!
As Jobin said, you'll need to create a filter to allow just a few users to login in Confluence.
For more tips of how how to create this filter, you may check the link below:
https://confluence.atlassian.com/display/DEV/How+to+write+LDAP+search+filters
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorted, i downloaded apache directory studio and was able to get the corrent syntax for the specific group, thanks
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.