[Ldapusrmgr-software] Re: all about usermanager
A LDAP User Management System
Status: Abandoned
Brought to you by:
nobull
From: Curtis R. <cu...@ou...> - 2002-10-22 14:01:37
|
Ok, let me explain the design of the $UM_groups and $UM_group_base. $UM_groups defines the acl levels for the specified group in LDAP. By looking up the group name by cn=<group> and looking at the attributes (uniquemember or memberuid attribute) in the group entry. For example, you have defined: $UM_groups[] = "root,read_grp"; $UM_group_base = "ou=group,o=mu"; So, when a user (user1) logs in it searches the $UM_groups for the propriate permissions. It would then look in root group (cn=root,ou=group,o=mu) for the existance of the memberuid=user1 or uniquemember=uid=user1,$UM_people_base. If it finds the user is in the group (cn=root), then it lets the user1 account log in. On Tue, Oct 22, 2002 at 09:51:29AM -0400, Howard Bagcat wrote: > curtis, > > Greetings! > > im workin on installing your usermanager and i end up having this problem: > > ERROR: Could not get a list of groups the user (user1)... > > i guess this is something to do with group setting in /include/UM_config.inc.php. here's my settings: > > $UM_groups[] = "root,read_grp"; > $UM_group_base = "ou=group,o=mu"; > > in my ldap directory, i have a user named as root. here's my slapd.conf & slapd.access.conf setings for > ou=group > > slapd.conf > access to * > by dn="uid=root,ou=Group,o=mu" write > by * read > > slapd.access.conf > access to dn=".*,ou=Group,o=mu" > by * read > > any hints and suggestion? thanks > > > H o w a r d R. B a g c a t > WebAdmin, MUWeb - Edition 4 Project <http://www.mu.edu.ph> > Systems Programmer, RBT/RBK & MUMC Project > Misamis University.Ozamiz City.Philippines > tel: 088.521.0367.local.109 | cel: 63.0919.5536179 > > Imagination is more important than knowledge > -Albert Einstein > > > Sulat @MU v.2.0.0 > ....................................................................................... > An extended module for MUWeb4 Project of Howard R. Bagcat > Powered by GNU General Public License softwares. > > http://my.mu.edu.ph - a personalized portal is soon to come. > > -- Curtis Robinson cro...@fi... |