Skip to content

Commit c3298e7

Browse files
authored
Update README with LDAP gecos attribute details
Add gecos attribute creation for LDAP users.
1 parent 90493ad commit c3298e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ rm "$prod" && ln -s "$old" "$prod"
114114
* `offset_PIGID`
115115
* `offset_ORGGID`
116116
* `custom_user_mappings` can no longer match with just the 1st segment of the logged in user's UID, an exact match is required
117+
* LDAP:
118+
* create the `gecos` attribute for all users by concatenating `givenName` and `sn`
117119

118120
### 1.2.0 -> 1.2.1
119121
* SQL:

0 commit comments

Comments
 (0)