This site requires JavaScript to be enabled

Using an LDAP Bind with CalGroups

51 views

2.0 - Last modified on 2026-09-08 Revised by Summer Scanlan

1.0 - Created on 2026-08-27 Authored by Summer Scanlan

Using an LDAP Bind with CalGroups

Table of Contents

Requesting an LDAP Bind

If you need an LDAP bind for your CalGroups folder space, request one via Service Request in ServiceNow. Be sure to note that you are requesting a CalGroups LDAP bind. You will need to gather the following information to complete the request:

Using your LDAP Bind to Access your CalGroups Info

Use the berkeleyEduIsMemberOf attribute in LDAP to determine a person's group membership.

LDAP Search Filter Examples

If you want to determine who is in your group, you might use the filter:

'(berkeleyEduIsMemberOf=cn=edu:berkeley:org:myDept:some-group,ou=campus groups,dc=berkeley,dc=edu)'

If you want to find all the accounts that are in the all-staff group, you would use the filter:

'(berkeleyEduIsMemberOf=cn=edu:berkeley:official:employees:staff:all-staff,ou=campus groups,dc=berkeley,dc=edu)'

If you want to determine if a person is in the group, you can AND their uid and the group:

'(&(uid=1234)(berkeleyEduIsMemberOf=cn=edu:berkeley:official:employees:staff:all-staff,ou=campus groups,dc=berkeley,dc=edu))'

Click here to find out more about LDAP.

Support

Request a new CalGroups folder space, or change or delete an existing space via Service Request in ServiceNow.

If you have questions about CalGroups, including LDAP questions, contact: calnet-admin@berkeley.edu.