[Ldapusrmgr-software] Re: Usermanager
A LDAP User Management System
Status: Abandoned
Brought to you by:
nobull
From: Curtis R. <cu...@ou...> - 2002-10-07 01:49:34
|
From the UM_config.inc.php, details what groups have what access to the Usermanager. ie. cn=admin,<group base>. It searches the group base and looks in the groups which matches to the ACLs in UM_config.inc.php and the user is in the group (memberuid=<uid>). For example: User 'admin' (uid=admin,ou=people,dc=company,dc=com) belongs to several groups. One of the groups gives the user access to the Usermanager (cn=stdadmin,ou=groups,dc=company,dc=com) from the ACL config options in UM_config.inc.php ($UM_groups[] = "stdadmin,root_grp";). The group searching does not search beyond the group base defined. I hope that explains things. On Mon, Oct 07, 2002 at 12:11:49AM +0200, Anthon Walters wrote: > Hi there, > > I'm trying to install your Usermanager interface to LDAP. > > Could you you give me a sample of the "group" DN that needs to be present in > the LDAP tree in order for a user to log in. I am able to log in but then > get the error "ERROR: User (anthon) does not have access to the site." > instead of the menu. > > My UserDN corresponds with the sample in the INSTALL FAQ. I am not a > programmer which makes it very difficult to interpret the PHP. > > Any help is much appreciated. > > Regards > Anthon Walters > South Africa > -- Curtis Robinson cro...@fi... |