Skip to content

Commit 3898cb1

Browse files
committed
add gecos
1 parent 0f33a42 commit 3898cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/lib/UnityLDAP.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ public static function parseUserChildrenArray(array $userChildrenArray): array
355355
"sn",
356356
"uid",
357357
"uidnumber",
358+
"gecos",
358359
];
359360
foreach ($required_string_attributes as $key) {
360361
$output[$key] = $userChildrenArray[$key][0];

0 commit comments

Comments
 (0)