@ -145,25 +145,25 @@ Adds the following fields:
Uses the following fields:
Uses the following fields:
- Group Search Base (optional)
- Group Search Base DN (optional)
- The LDAP DN used for groups.
- The LDAP DN used for groups.
- Example: `ou=group,dc=mydomain,dc=com`
- Example: `ou=group,dc=mydomain,dc=com`
- Group Name Filter (optional)
- Group Attribute Containing List Of Users (optional)
- The attribute of the group object that lists/contains the group members.
- An LDAP filter declaring how to find valid groups in the above DN.
- Example: `memberUid` or `member`
- Example: `(|(cn=gitea_users)(cn=admins))`
- User Attribute in Group (optional)
- User Attribute Listed in Group (optional)
- The user attribute that is used to reference a user in the group object.
- The user attribute that is used to reference a user in the group object.
- Example: `uid` if the group objects contains a `member: bender` and the user object contains a `uid: bender` .
- Example: `uid` if the group objects contains a `member: bender` and the user object contains a `uid: bender` .
- Example: `dn` if the group object contains a `member: uid=bender,ou=users,dc=planetexpress,dc=com` .
- Example: `dn` if the group object contains a `member: uid=bender,ou=users,dc=planetexpress,dc=com` .
- Group Attribute for User (optional)
- Verify group membership in LDAP (optional)
- The attribute of the group object that lists/contains the group members.
- Example: `memberUid` or `member`
- An LDAP filter declaring how to find valid groups in the above DN.
- Example: `(|(cn=gitea_users)(cn=admins))`
## PAM (Pluggable Authentication Module)
## PAM (Pluggable Authentication Module)