[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Odd LDAP display problem
I use the Mitel SME Server Linux distribution. This distro is primarily
managed via a web interface and generally doesn't have local users. Users
normally log into a samba domain, and LDAP is used primarily to provide
access to webmail and other services. I'm trying to configure phpGroupWare
to read the LDAP database (ldbm) for setting up users for the application.
As far as I can tell, I have configured everything correctly. However, when
I run the phpGW process to select the users from LDAP, to confirm whether
they should be set up as phpGW users, only the last username in the LDAP
database is displayed. I've listed the message log section for the search here:
Oct 18 19:59:07 bertie slapd[26619]: daemon: conn=15 fd=7 connection from
IP=192.168.100.1:1096 (IP=0.0.0.0:34049) accepted.
Oct 18 19:59:07 bertie slapd[26619]: conn=15 op=0 BIND
dn="CN=ROOT,DC=DOUGANCONSULTING,DC=COM" method=128
Oct 18 19:59:07 bertie slapd[26619]: conn=15 op=0 RESULT tag=97 err=0 text=
Oct 18 19:59:07 bertie slapd[26619]: daemon: conn=16 fd=14 connection from
IP=192.168.100.1:1097 (IP=0.0.0.0:34049) accepted.
Oct 18 19:59:07 bertie slapd[26619]: conn=16 op=0 BIND
dn="CN=ROOT,DC=DOUGANCONSULTING,DC=COM" method=128
Oct 18 19:59:07 bertie slapd[26619]: conn=16 op=0 RESULT tag=97 err=0 text=
Oct 18 19:59:07 bertie slapd[26619]: conn=16 op=1 SRCH
base="dc=DouganConsulting,dc=com" scope=2 filter="(|(uid=*))"
Oct 18 19:59:07 bertie slapd[26619]: conn=16 op=1 SEARCH RESULT tag=101
err=0 text=
Oct 18 19:59:08 bertie slapd[26619]: conn=15 op=1 UNBIND
Oct 18 19:59:08 bertie slapd[26619]: conn=-1 fd=7 closed
Oct 18 19:59:08 bertie slapd[26619]: conn=16 op=2 UNBIND
Oct 18 19:59:08 bertie slapd[26619]: conn=-1 fd=14 closed
From my less than expert understanding of LDAP, I see no errors displayed,
but as I noted, I consistently only get the last entry displayed. Can some
kind soul shed any light on why this is happening?
Many thanks,
Des Dougan