From 6a78ea3b4ee6d48ed2559e20378e7fa43b076cb9 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 19 Feb 2008 17:56:59 +0100 Subject: add gidnumber to LDAP auth userdata FS#1338 darcs-hash:20080219165659-7ad00-e957772a651073b3e3af19c5300a6c6880c4876c.gz --- inc/auth/ldap.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/auth') diff --git a/inc/auth/ldap.class.php b/inc/auth/ldap.class.php index c2e96ba75..a9f4f4e21 100644 --- a/inc/auth/ldap.class.php +++ b/inc/auth/ldap.class.php @@ -188,6 +188,7 @@ class auth_ldap extends auth_basic { // general user info $info['dn'] = $user_result['dn']; + $info['gid'] = $user_result['gidnumber'][0]; $info['mail'] = $user_result['mail'][0]; $info['name'] = $user_result['cn'][0]; $info['grps'] = array(); -- cgit v1.2.3