[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
slapcat problems
All,
a week ago, I was backing up my LDAP-tree with the following command:
slapcat -l ldif-file4 -f /etc/openldap/slapd.conf -d -1
and it worked fine. I could check with GQ that all entries were present
in the LDIF file (it's a very small tree). At the moment however, it
doesn't work anymore. I can still see some entries in my GQ (I've been
testing to delete entries...) , but the
command doesn't work any more. I don't get any error's with debug mode
on, so I
really have no clue what there can be wrong...
[...]
line 13 (objectclass ( 1.3.6.1.4.1.2312.4.2.4 NAME
'kerberosSecurityObject' SUP top AUXILIARY DESC 'A uid with an associated
Kerberos principal' MUST ( krbName ) ))
line 9 (pidfile /var/run/slapd.pid)
line 10 (argsfile /var/run/slapd.args)
line 11 (schemacheck on)
line 17 (database ldbm)
line 18 (suffix "dc=be")
line 19 (rootdn "cn=manager,dc=bayo75,dc=be")
line 21 (rootpw secret)
line 23 (directory /var/lib/ldap)
line 35 (access to * by dn="cn=manager,dc=bayo75,dc=be" write by * write
by * read)
slapcat startup: initiated.
backend_startup: starting database
=> ldbm_cache_open( "/var/lib/ldap/id2entry.gdbm", 16, 600 )
ldbm_cache_open (blksize 4096) (maxids 1022) (maxindirect 9)
<= ldbm_cache_open (opened 0)
slapcat shutdown: initiated
ldbm backend syncing
ldbm flushing db (/var/lib/ldap/id2entry.gdbm)
ldbm closing db (/var/lib/ldap/id2entry.gdbm)
ldbm backend done syncing
====> cache_release_all
slapcat shutdown: freeing system resources.
Does anybody have some clues?
System -> 2.0.11, RedHat 7.2
Thanks,
Raf
PS. Don't mind my ACL settings, they are just for testing...