mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
backport #21227 author @svenseeberg Co-authored-by: Sven Seeberg <[email protected]> Co-authored-by: Giteabot <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
Sven Seeberg
Giteabot
parent
6df1396468
commit
e5bf9e041c
@@ -157,12 +157,13 @@ Uses the following fields:
|
|||||||
|
|
||||||
- User Attribute in Group (optional)
|
- User Attribute in Group (optional)
|
||||||
|
|
||||||
- Which user LDAP attribute is listed in the group.
|
- The user attribute that is used to reference a user in the group object.
|
||||||
- Example: `uid`
|
- 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`.
|
||||||
|
|
||||||
- Group Attribute for User (optional)
|
- Group Attribute for User (optional)
|
||||||
- Which group LDAP attribute contains an array above user attribute names.
|
- The attribute of the group object that lists/contains the group members.
|
||||||
- Example: `memberUid`
|
- Example: `memberUid` or `member`
|
||||||
|
|
||||||
## PAM (Pluggable Authentication Module)
|
## PAM (Pluggable Authentication Module)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user