Re: [Cpu-users] problem running cpu
Brought to you by:
matheny
From: Blake M. <bma...@pu...> - 2003-04-24 15:14:57
|
What happens when you specify the user base with -U at the command line? -Blake Paul Stevens wrote: > > Hi all, > > I've compiled and installed 1.3.99a > > I think I have it configured correctly but I keep getting > > #> cpu cat > ldap: ldapCat: ldap_search_st: No such object (32) > ldap: CPU_init: Error in ldapOperation. > #> > > Setting the debug level on my ldap server reveals: > > slapd[13539]: conn=113 op=0 BIND dn="DC=NFG,DC=NL" method=128 > slapd[13539]: conn=113 op=0 RESULT tag=97 err=0 text= > slapd[13654]: conn=113 op=1 SRCH base="" scope=2 > filter="(objectClass=posixAccount)" > slapd[13654]: conn=113 op=1 RESULT tag=101 err=32 text= > slapd[13532]: conn=-1 fd=9 closed > > even though I've set cpu.conf to read: > > BIND_DN = dc=nfg,dc=nl > BIND_PASS = xxxxxxx > USER_BASE = ou=People,dc=nfg,dc=nl > GROUP_BASE = ou=Groups,dc=nfg,dc=nl > USER_OBJECT_CLASS = posixAccount,shadowAccount,top > GROUP_OBJECT_CLASS = posixGroup,top > USER_FILTER = (objectClass=posixAccount) > GROUP_FILTER = (objectClass=posixGroup) > CN_STRING = cn > > Running > > ldapsearch -D dc=nfg,dc=nl -x -w xxxxxxx -b ou=People,dc=nfg,dc=nl > '(objectClass=posixAccount)' > > works just fine though. > > So why doesn't cpu sent the correct basedn ? > > > |