phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] More LDAP questions


From: Romeo Bandinelli
Subject: Re: [Phpgroupware-users] More LDAP questions
Date: Sun, 13 Oct 2002 03:19:08 +0200

This is my configuration:

LDAP accounts context:
LDAP groups context: dc=openenterprise,dc=it
LDAP rootdn:
LDAP root password:


In this way "Modify an existing LDAP account store for use with phpGroupWare" seems to works, my log in message are: Oct 12 12:40:09 qbiz56 slapd[749]: daemon: conn=46 fd=9 connection from IP=192.168.0.6:1095 (IP=0.0.0.0:34049) accepted. Oct 12 12:40:09 qbiz56 slapd[1372]: conn=46 op=0 SRCH base="dc=openenterprise,dc=it" scope=2 filter="(uid=demo)" Oct 12 12:40:09 qbiz56 slapd[1372]: conn=46 op=0 SEARCH RESULT tag=101 err=0 text= Oct 12 12:40:09 qbiz56 slapd[1371]: conn=46 op=1 BIND dn="UID=DEMO,DC=OPENENTERPRISE,DC=IT" method=128 Oct 12 12:40:09 qbiz56 slapd[1371]: conn=46 op=1 RESULT tag=97 err=48 text= Oct 12 12:40:09 qbiz56 slapd[1372]: conn=46 op=2 UNBIND Oct 12 12:40:09 qbiz56 slapd[1372]: conn=-1 fd=9 closed Oct 12 12:40:09 qbiz56 slapd[1371]: conn=45 op=1 UNBIND Oct 12 12:40:09 qbiz56 slapd[1371]: conn=-1 fd=16 closed Oct 12 12:40:09 qbiz56 slapd[749]: daemon: conn=47 fd=9 connection from IP=192.168.0.6:1096 (IP=0.0.0.0:34049) accepted. Oct 12 12:40:10 qbiz56 slapd[1372]: conn=47 op=0 BIND dn="" method=128 Oct 12 12:40:10 qbiz56 slapd[1372]: conn=47 op=0 RESULT tag=97 err=0 text= Oct 12 12:40:10 qbiz56 slapd[1371]: conn=47 op=1 UNBIND Oct 12 12:40:10 qbiz56 slapd[1371]: conn=-1 fd=9 closed Oct 12 12:40:31 qbiz56 slapd[749]: daemon: conn=48 fd=9 connection from IP=192.168.0.6:1097 (IP=0.0.0.0:34049) accepted. Oct 12 12:40:31 qbiz56 slapd[1372]: conn=48 op=0 BIND dn="" method=128 Oct 12 12:40:31 qbiz56 slapd[1372]: conn=48 op=0 RESULT tag=97 err=0 text= Oct 12 12:40:31 qbiz56 slapd[749]: daemon: conn=49 fd=16 connection from IP=192.168.0.6:1098 (IP=0.0.0.0:34049) accepted. Oct 12 12:40:31 qbiz56 slapd[1371]: conn=49 op=0 BIND dn="" method=128 Oct 12 12:40:31 qbiz56 slapd[1371]: conn=49 op=0 RESULT tag=97 err=0 text= Oct 12 12:40:31 qbiz56 slapd[1372]: conn=49 op=1 SRCH base="dc=openenterprise,dc=it" scope=2 filter="(|(uid=*))" Oct 12 12:40:31 qbiz56 slapd[1372]: conn=49 op=1 SEARCH RESULT tag=101 err=0 text= Oct 12 12:40:31 qbiz56 slapd[1371]: conn=49 op=2 SRCH base="dc=openenterprise,dc=it" scope=2 filter="(|(cn=*))" Oct 12 12:40:31 qbiz56 slapd[1371]: conn=49 op=2 SEARCH RESULT tag=101 err=0 text= Oct 12 12:40:31 qbiz56 slapd[1372]: conn=48 op=1 UNBIND Oct 12 12:40:31 qbiz56 slapd[1372]: conn=-1 fd=9 closed Oct 12 12:40:31 qbiz56 slapd[1371]: conn=49 op=3 UNBIND Oct 12 12:40:31 qbiz56 slapd[1371]: conn=-1 fd=16 closed

but I can't login into phpgroupware with an e-smith account.

Just another effort and I think we will find out to use ot on smitel server...

Post any ideas!!

Romeo

At 17.58 12/10/02 -0700, you wrote:
Like one of the other recent posters, I'm running the Mitel SME Server Linux distribution (formerly e-smith), which uses gdbm. And like others, I'm having LDAP problems.

I'm trying to configure, in the Authentication/Accounts section of the main configuration screen, phpGW to use LDAP for authentication and user accounts. There are several issues from my perspective:

1. If "LDAP accounts context" and "LDAP groups context" are left blank, only the last entry in the LDAP database is displayed. In looking through the mailing list archives, I saw a posting that indicated these two configuration values were required. As, by default, the SME Server has a flat LDAP structure, this seems to be causing a problem.

2. On my test box, I therefore added to the LDAP database, using the LDAP Browser utility, two OUs ("people" and "groups"). I moved all my people entries (just 5 on this box) into the "ou=people" container. I then went back to the configuration screen and added the two entries, including the "ou=" portion. When I go into the "Modify an existing LDAP account store for use with phpGroupWare (for a new install using LDAP accounts)" menu option, I see no user names at all. My messages file shows:

Oct 12 17:11:38 bertie slapd[16661]: conn=80 op=0 BIND dn="CN=ROOT,DC=DOUGANCONSULTING,DC=COM" method=128
Oct 12 17:11:38 bertie slapd[16661]: conn=80 op=0 RESULT tag=97 err=0 text=
Oct 12 17:11:38 bertie slapd[16661]: conn=80 op=1 SRCH base="ou=people" scope=2 filter="(|(uid=*))"
Oct 12 17:11:38 bertie slapd[16661]: conn=80 op=1 RESULT tag=101 err=32 text=
Oct 12 17:11:38 bertie httpd: PHP Warning: LDAP: Unable to perform the search: No such object in /opt/phpgroupware/setup/ldapmodify.php on line 81 Oct 12 17:11:38 bertie httpd: PHP Warning: 0 is not a LDAP result index in /opt/phpgroupware/setup/ldapmodify.php on line 82

I'm no programmer and can't debug what the ldapmodify.php file is doing here.

3. Another poster stated a belief that LDAP wasn't working in the current 0.9.14 release. However, postings in the archive seem to indicate otherwise. Could someone associated with the project provide a definitive statement on the status of LDAP?

I've been trying to use phpGW ad it looks a really good tool (bugs and incomplete features notwithstanding), and I have a client interested in it for its global address book features (and perhaps time tracking). To me it seems streets ahead of other PHP applications like Twiggi, and it would be a great shame if LDAP support let it down.

Thanks,




Des Dougan



_______________________________________________
Phpgroupware-users mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-users






reply via email to

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