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/



_______________________________________________
phpGroupWare-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to