OpenLdap Error [help]

Discussion in 'HOWTO-Related Questions' started by kOe, Apr 22, 2010.

  1. kOe

    kOe New Member

    Hi there,
    I`m new to openLdap I was following the tutorial http://www.howtoforge.org/install-and-configure-openldap-on-ubuntu-karmic-koala all went good till the last part with acl.ldif ...

    I get this error when I
    ldapmodify -x -D cn=admin,cn=config -W -f acl.ldif

    Code:
    root@ldap-desktop:/etc/ldap# ldapmodify -x -D cn=admin,cn=config -W -f acl.ldif
    Enter LDAP Password: 
    modifying entry "olcDatabase={1}hdb,cn=config"
    ldap_modify: Other (e.g., implementation specific) error (80)
            additional info: <olcAccess> handler exited with 1
    I`m trying to "play" with openLdap on virtual box with ubuntu 9.10 workstation ...

    Thx,
    Regards kOe.
     
  2. dfed

    dfed New Member

    I will actually be building an Ubuntu LDAP guest tonight or tomorrow. I'll see if I can replicate your problem.
     
  3. LaurenJadeTaylor

    LaurenJadeTaylor New Member

    This is often due to incorrect permissions on the actual db files, I don't know where openldap on Centos keep them (though I'd guess /var/lib/ldap or so), verify that the user slapd will run with has access.

    If that isn't the issue, I'd try running with strace what (if any) error occurs.

    Another approach is to use db_verify/db_recover to verify and salvage the db if necessary.
     

Share This Page