I maintain two user directories
Now my question is
How to make sure certain users are not added in the import. We have an issue where set of users for eg a,b,c have problem using atlassian tools by using their AD credentials for which I created the same user names in a crowd internal directory and deleted the users from Delegated Authentication Directory.
Now when I import or update the Delegated Authentication Directory with the AD, it picks up the deleted users and adds them back, which actually triggers a situation where both the directories have now users a,b,c and due to that they have problems logging in JIRA and Confluence.
How to handle this ?
If it is a small number of users, you can creata a User Object Filter to not include some users. If it is a large number of users with a particular AD group, Group Object Filter could help as well. The following links might help:
* https://confluence.atlassian.com/display/CROWD/Configuring+a+Delegated+Authentication+Directory
* https://confluence.atlassian.com/display/CROWD/Restricting+LDAP+Scope+for+User+and+Group+Search
* https://confluence.atlassian.com/display/DEV/How+to+write+LDAP+search+filters
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.