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

creating databases corruption



Default install with debian, dc=nodomain as the database...

This is my ldif

dn: olcDatabase=hdb,cn=config
objectClass: olcDatabaseConfig
objectClass: olcHdbConfig
olcDatabase: hdb
olcSuffix: o=myTestDB
olcDbDirectory: /var/lib/ldap
olcAccess: to attrs=userPassword,shadowLastChange by self write by anonymou
 s auth by dn="cn=admin,o=myTestDB" write by * none
olcAccess: to dn.base="" by * read
olcAccess: to * by self write by dn="cn=admin,o=myTestDB" write by * read
olcRootDN: cn=admin,o=myTestDB
olcRootPW:: e1NTSEF9MERCYWRzYXpicy9zQ1dSRmJUbFRuRlUyVFdwK0p6Qi8=
olcDbIndex: objectClass eq


ldapadd -vH ldapi:/// -Y EXTERNAL -f filewithldif

Now slapcat just freezes when run, doesn't end, doesn't give out any text.

slapcat -n 0 does give:

dn: olcDatabase={2}hdb,cn=config
objectClass: olcDatabaseConfig
objectClass: olcHdbConfig
olcDatabase: {2}hdb
olcDbDirectory: /var/lib/ldap
olcSuffix: o=myTestDB
olcAccess: {0}to attrs=userPassword,shadowLastChange by self write by anonymou
 s auth by dn="cn=admin,o=myTestDB" write by * none
olcAccess: {1}to dn.base="" by * read
olcAccess: {2}to * by self write by dn="cn=admin,o=myTestDB" write by * read
olcRootDN: cn=admin,o=myTestDB
olcRootPW:: e1NTSEF9MERCYWRzYXpicy9zQ1dSRmJUbFRuRlUyVFdwK0p6Qi8=
olcDbIndex: objectClass eq
structuralObjectClass: olcHdbConfig
entryUUID: 8f41159e-b658-1030-8ee3-253edcff5134
creatorsName: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
createTimestamp: 20111209022343Z
entryCSN: 20111209022343.389564Z#000000#000#000000
modifiersName: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
modifyTimestamp: 20111209022343Z

 slapd -V
@(#) $OpenLDAP: slapd 2.4.23 (Jun 16 2011 02:53:39) $
        buildd@murphy:/build/buildd-openldap_2.4.23-7.2-i386-Y1mwvF/openldap-2.4.23/debian/build/servers/slapd

Fresh install on squeeze debian



 along with nodomain one.


Mark