phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #1122] Group instead of user


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1122] Group instead of user
Date: Thu, 20 Mar 2003 20:46:24 -0500

=================== BUG #1122: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1122&group_id=509

Changes by: Dave Hall <address@hidden>
Date: Fri 03/21/03 at 12:46 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | lkneschke




=================== BUG #1122: FULL BUG SNAPSHOT ===================


Submitted by: andreettopl             Project: phpGroupWare                 
Submitted on: Wed 09/04/02 at 19:49
Category:  API - phpGWapi             Bug Group:  0.9.14 release            
Severity:  5 - Major                  Priority:  None                       
Resolution:  None                     Assigned to:  lkneschke               
Status:  Open                         Component Version:  None              
Platform Version:  Linux - Debian     Reproducibility:  Every Time          

Summary:  Group instead of user

Original Submission:  My situation is the following:
I'm using LDAP as source for users and groups, according to
RFC2307 schemas for authentication.
I import an user with uidNumber=101, for example.
There's no group with gidNumber=101.
Everything works fine, for instance phpwebhosting tries to use /home/<uid>.
I create a new group into LDAP with gidNumber=101 and import
it. Now phpwebhosting tries to use /home/<gid> instead of
/home/<uid>.
Hacking the code of phpwebhosting I see that homedirectory
is stored into $GLOBALS['homedir'] or is retrieved from the
db via phpgw->session->appsession('vfs','').
Does this behaviour depend on LDAP management or on vfs_sql
implementation of VFS?
Thanks
Paolo

Follow-up Comments
*******************

-------------------------------------------------------
Date: Mon 12/02/02 at 20:46         By: gaio
I pefer adding some more info to this bug instead of opening new one.

Also i (debian woody, 0.9.14.001 from tarball) am using phpgw and i've found 
some problem with LDAP account.

+ if i dump the LDAP database i can see some user that have no group (eg, they 
have no memberUid <user> filed in no group) but phpgw report correctly that 
they belong to some group. Seems that this information are saved eslsewere, and 
i think it is not the case...

+ phpgw do some confusion with user and group in general, list some groups in 
memberUid for some other groups and so on.

+ big confision about user and group are done by Company Profile.

+ every time i create a user, they assign to user UID=GID, not a default group.

In general i think that phpgw could (would) be used to manage LDAP ``system'' 
account, and this is now possible, but some minor problem have to be fixed.




CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1122&group_id=509




reply via email to

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