phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bug #22811] bad id2name in accounts_ldap causes


From: christian bac
Subject: [Phpgroupware-tracker] [bug #22811] bad id2name in accounts_ldap causes bad group memberships
Date: Wed, 02 Apr 2008 11:09:20 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080129 Iceweasel/2.0.0.12 (Debian-2.0.0.12-1)

URL:
  <http://savannah.gnu.org/bugs/?22811>

                 Summary: bad id2name in accounts_ldap causes bad group
memberships
                 Project: phpGroupWare
            Submitted by: cbac
            Submitted on: Wednesday 04/02/2008 at 11:09
              Item Group: CVS HEAD (aka dev code)
                Category: API - phpGWapi
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: None
        Operating System: None
         Reproducibility: None
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

group memberships are not well set they contain cn instead of uid.

I think this comes from id2name that uses cn instead of uid.

Here is the diff with my version.

C.Bac

diff class.accounts_ldap.inc.php class.accounts_ldap-chris.inc.php 
489c489
<                               $name = $account['cn'][0];
---
>                               $name = $account['uid'][0];





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?22811>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]