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: Des Dougan
Subject: Re: [Phpgroupware-users] More LDAP questions
Date: Sat, 26 Oct 2002 20:48:58 -0700

I've been trying to get some help on the OpenLDAP list for the problem I'm seeing (configuring phpGW to use LDAP results in only the last ID in the database being displayed in the "Modify an existing LDAP account store" step). After some discussion earlier this week, I added a loglevel parameter to my slapd.conf. When I run the modify, I see:

Oct 26 20:32:31 bertie slapd[2620]: daemon: conn=0 fd=9 connection from IP=192.168.100.1:1050 (IP=0.0.0.0:34049) accepted. Oct 26 20:32:31 bertie slapd[2641]: conn=0 op=0 BIND dn="CN=ROOT,DC=DOUGANCONSULTING,DC=COM" method=128
Oct 26 20:32:31 bertie slapd[2641]: conn=0 op=0 RESULT tag=97 err=0 text=
Oct 26 20:32:31 bertie slapd[2620]: daemon: conn=1 fd=12 connection from IP=192.168.100.1:1051 (IP=0.0.0.0:34049) accepted. Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=0 BIND dn="CN=ROOT,DC=DOUGANCONSULTING,DC=COM" method=128
Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=0 RESULT tag=97 err=0 text=
Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=1 SRCH base="dc=DouganConsulting,dc=com" scope=2 filter="(|(uid=*))" Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=1 ENTRY dn="uid=des,dc=DouganConsulting,dc=com" Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=1 ENTRY dn="uid=test,dc=DouganConsulting,dc=com" Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=1 ENTRY dn="uid=test2,dc=DouganConsulting,dc=com" Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=1 ENTRY dn="uid=test3,dc=DouganConsulting,dc=com" Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=1 ENTRY dn="uid=test4,dc=DouganConsulting,dc=com" Oct 26 20:32:31 bertie slapd[2641]: conn=1 op=1 SEARCH RESULT tag=101 err=0 text=
Oct 26 20:32:32 bertie slapd[2641]: conn=0 op=1 UNBIND
Oct 26 20:32:32 bertie slapd[2641]: conn=-1 fd=9 closed
Oct 26 20:32:32 bertie slapd[2641]: conn=1 op=2 UNBIND
Oct 26 20:32:32 bertie slapd[2641]: conn=-1 fd=12 closed

As I can see all my LDAP accounts (this is on my test box) above, but only test4 displays in phpGW after running the modify, I would surmise that the LDAP code is not working properly in cases where there are no OUs for people or groups, as in my case. I say this because others seem to have this working OK.

Is this a bug or a feature? More importantly, how do I get this working properly?

Thanks,




Des Dougan





reply via email to

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