Guest User

Untitled

a guest
Aug 14th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. How do I restrict teamcity.users to members of an Active Directory (LDAP) group?
  2. teamcity.users.filter=(objectClass=user)
  3.  
  4. teamcity.users.filter=(&(objectClass=user)(memberOf=CN=FNC_TEAMCITY_USERS,OU=Groups,DC=group,DC=ourdomain,DC=com))
Add Comment
Please, Sign In to add comment