[Ldapusrmgr-software] Re: LDAP User Manager
A LDAP User Management System
Status: Abandoned
Brought to you by:
nobull
From: Curtis R. <cu...@ou...> - 2003-05-29 20:13:46
|
For reference ----- Forwarded message from curtis ----- To: Ugo Viti <u....@i-...> Subject: Re: LDAP User Manager Hello, I see your problem. The UM_groups[] array is supposed to be pointed to a Posix group. Usermanager looks for the user (root) in the memberuid attribute in the groups specified to grant access. For example (ldif): dn: cn=admin,ou=group,dc=i-synapse,dc=it objectClass: top objectClass: posixGroup cn: admin description: Admin group memberuid: root gidnumber: 5000 On Thu, May 29, 2003 at 09:01:01PM +0200, Ugo Viti wrote: > Hi! > > I'm trying to use your very useful software, but i've a little problem after web > login... > > I'm logging in as 'root' user and i receive the folloving message: > > ERROR: User (root) does not have access to the site. > > I configured correctly ldap server and php files of LDAP User Manager, but this > problem persist. > > This is the output of ldif of user root: > --------------- > dn: uid=root,ou=People,dc=i-synapse,dc=it > uid: root > cn: root > sn: root > mail: ro...@i-... > objectClass: person > objectClass: organizationalPerson > objectClass: inetOrgPerson > objectClass: posixAccount > objectClass: top > objectClass: shadowAccount > shadowLastChange: 12156 > shadowMax: 99999 > shadowWarning: 7 > loginShell: /bin/bash > uidNumber: 0 > gidNumber: 0 > homeDirectory: /root > gecos: root > --------------- > > In UM_config.inc.php i added the following line: > > $UM_groups[] = "cn=root,ou=People,dc=i-synapse,dc=it;root_grp"; > > For your info in attachment i submited the UM_config.inc.php > > Thanks very much for your time and help. > > Regards > > -- > Ugo Viti > Linux Red Hat Certified Engineer > Synapse Snc di Marco Pancini & C. > via Martiri di Civitella, 3 - 52100 Arezzo > cel. 348 8714731 - tel. 0575 324772 - fax. 0575 324772 > P.IVA 01740760515 -- Curtis Robinson cro...@fi... |