[Date Prev][Date Next] [Chronological] [Thread] [Top]

URI="(null)" DN="" (Was: ldap && rwm && pcache && transparent)



On Wed, 14 Sep 2011 20:53:03 +0200, Turbo Fredriksson wrote:
I'm trying to proxy an AD and an OpenLDAP server on a
separate machine to get a 'combined' view.

Some more testing and finding a loglevel that doesn't drown me
in information, I see this:

----- s n i p -----
[...]
slapd starting
conn=1000 fd=13 ACCEPT from IP=127.0.0.1:54815 (IP=0.0.0.0:389)
conn=1000 op=0 BIND dn="" method=128
conn=1000 op=0 RESULT tag=97 err=0 text=
conn=1000 op=1 SRCH base="dc=company,dc=tld" scope=2 deref=0 filter="(uid=kpxb140)"
conn=1000 op=1 SRCH attr=uid
[...]
conn=1015 fd=43 ACCEPT from IP=127.0.0.1:54830 (IP=0.0.0.0:389)
conn=1015 op=0 BIND dn="" method=128
conn=1015 op=0 RESULT tag=97 err=0 text=
conn=1015 op=1 SRCH base="dc=company,dc=tld" scope=2 deref=0 filter="(uid=kpxb140)"
conn=1015 op=1 SRCH attr=* +
daemon: shutdown requested and initiated.
conn=1015 op=1 SEARCH RESULT tag=101 err=52 nentries=0 text=Proxy operation retry failed
slapd shutdown: waiting for 18 operations/tasks to finish
conn=1015 fd=43 closed (slapd shutdown)
daemon: accept(-1) failed errno=9 (Bad file descriptor)
[...]
conn=1000 op=1 ldap_back_retry: retrying URI="(null)" DN=""
conn=1000 fd=13 closed (slapd shutdown)
RESETTING CACHED QUERY URLS
slapd stopped.
----- s n i p -----


So on the last connection, I get 'Proxy operation retry failed' and on all the rest 'retrying URI="(null)" DN=""'. So I'll asume that there's a URI
on conn=1000.


But why do I get these problems? Isn't slapo-translucent supposed to work
with slapd-{ldap,meta}?