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: Bradley W. Langhorst
Subject: Re: [Phpgroupware-users] More LDAP questions
Date: 13 Oct 2002 23:47:15 -0400

On Sun, 2002-10-13 at 23:28, Des Dougan wrote:
> Mark,
> 
> At 20:12 13/10/2002, you wrote:
> >  I'm not sure if there
> >are errors in that process, but that process should add the appropriate
> >attributes.
> 
> I should have included the messages log:
> 
> Oct 13 20:23:23 bertie slapd[23324]: daemon: conn=15 fd=17 connection from 
> IP=127.0.0.1:1067 (IP=0.0.0.0:34049) accepted.
> Oct 13 20:23:23 bertie slapd[23324]: conn=15 op=0 BIND dn="" method=128
> Oct 13 20:23:23 bertie slapd[23324]: conn=15 op=0 RESULT tag=97 err=0 text=
> Oct 13 20:23:23 bertie slapd[23324]: conn=15 op=1 SRCH 
> base="dc=DouganConsulting,dc=com" scope=2 filter="(cn=*)"
> Oct 13 20:23:23 bertie slapd[23324]: conn=15 op=1 SEARCH RESULT tag=101 
> err=0 text=
> Oct 13 20:23:23 bertie slapd[23324]: conn=15 op=2 UNBIND
> Oct 13 20:23:23 bertie slapd[23324]: conn=-1 fd=17 closed
> Oct 13 20:24:37 bertie slapd[23324]: daemon: conn=16 fd=17 connection from 
> IP=192.168.0.2:1068 (IP=0.0.0.0:34049) accepted.
> Oct 13 20:24:57 bertie slapd[23324]: conn=16 op=0 BIND 
> dn="CN=ROOT,DC=DOUGANCONSULTING,DC=COM" method=128
> Oct 13 20:24:57 bertie slapd[23324]: conn=16 op=0 RESULT tag=97 err=0 text=
> Oct 13 20:24:57 bertie slapd[23324]: daemon: conn=17 fd=18 connection from 
> IP=192.168.0.2:1069 (IP=0.0.0.0:34049) accepted.
> Oct 13 20:25:17 bertie slapd[23324]: conn=17 op=0 BIND 
> dn="CN=ROOT,DC=DOUGANCONSULTING,DC=COM" method=128
> Oct 13 20:25:17 bertie slapd[23324]: conn=17 op=0 RESULT tag=97 err=0 text=
> Oct 13 20:25:17 bertie slapd[23324]: conn=17 op=1 SRCH 
> base="dc=DouganConsulting,dc=com" scope=2 filter="(|(uid=*))"
> Oct 13 20:25:17 bertie slapd[23324]: conn=17 op=1 SEARCH RESULT tag=101 
> err=0 text=
> Oct 13 20:25:18 bertie slapd[23324]: conn=16 op=1 UNBIND
> Oct 13 20:25:18 bertie slapd[23324]: conn=-1 fd=17 closed
> Oct 13 20:25:18 bertie slapd[23324]: conn=17 op=2 UNBIND
> Oct 13 20:25:18 bertie slapd[23324]: conn=-1 fd=18 closed
> 
> It looks like the filter has a | ("not" symbol) at conn=17. Is that correct?

i don't know what that symbol means in this context - i don't remember
it meaning not though (are you thinking of !)

I don't think these logs are very informative
all they tell yo uis that a connection was made by root to the specified
base...

more interesting would be the actual ldap queries being run against the
db so you can figure out what phpgw is trying to do.

you should be able to figure that out by looking at the code for
ldapmodify.php
I don't see anything obviously wrong with your setup - but it is
different from mine in that you don't have any of the objectClasses that
i have.
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: shadowAccount
objectClass: sambaAccount
objectClass: phpgwAccount
objectClass: phpgwAccount

Maybe the lack of account is a problem.
The double phpgwAccount is a result of an earlier bug that has been
fixed (i think).  I've just not got around to cleaning up my db yet.

brad





reply via email to

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