Results 1 to 7 of 7

Thread: ubuntu 1104 ldap server error 80

  1. #1
    Join Date
    Jan 2006
    Beans
    631

    ubuntu 1104 ldap server error 80

    reflowing guid at http://tuxnetworks.blogspot.com/2010...cid-short.html

    only change i mad is dc=lbermudez,dc=net
    to match my stuff. I'm creating a new database as in their is no prier database. every thing should be new.

    lance@Therese:~$ sudo ldapadd -Y EXTERNAL -H ldapi:/// -f ~/backend.ldif
    SASL/EXTERNAL authentication started
    SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn =auth
    SASL SSF: 0
    adding new entry "cn=module,cn=config"
    ldap_add: Other (e.g., implementation specific) error (80)
    additional info: <olcModuleLoad> handler exited with 1

  2. #2
    Join Date
    Jan 2006
    Beans
    631

    Re: ubuntu 1104 ldap server error 80

    what is in the ldif file
    # Load dynamic backend modules
    dn: cn=module,cn=config
    objectClass: olcModuleList
    cn: module
    olcModulepath: /usr/lib/ldap
    olcModuleload: back_hdb

    # Database settings
    dn: olcDatabase=hdb,cn=config
    objectClass: olcDatabaseConfig
    objectClass: olcHdbConfig
    olcDatabase: {1}hdb
    olcSuffix: dc=lbermudez,dc=net
    olcDbDirectory: /var/lib/ldap
    olcRootDN: cn=admin,dc=lbermudez,dc=net
    olcRootPW: luminous
    olcDbConfig: set_cachesize 0 2097152 0
    olcDbConfig: set_lk_max_objects 1500
    olcDbConfig: set_lk_max_locks 1500
    olcDbConfig: set_lk_max_lockers 1500
    olcDbIndex: objectClass eq
    olcLastMod: TRUE
    olcDbCheckpoint: 512 30
    olcAccess: to attrs=userPassword by dn="cn=admin,dc=lbermudez,dc=net" write by anonymous auth by self write by * none
    olcAccess: to attrs=shadowLastChange by self write by * read
    olcAccess: to dn.base="" by * read
    olcAccess: to * by dn="cn=admin,dc=lbermudez,dc=net" write by * read

  3. #3
    Join Date
    Sep 2010
    Location
    Indian Capital City
    Beans
    916
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: ubuntu 1104 ldap server error 80

    Maybe the following entry in ldif file is causing this
    Code:
    olcDatabase: {1}hdb
    Try removing the {1} from there
    When you have eliminated the impossible, whatever remains, however improbable, must be the truth !!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Mark it [SOLVED] if the issue has been resolved

  4. #4
    Join Date
    Feb 2009
    Beans
    5

    Re: ubuntu 1104 ldap server error 80

    hi, i have exactly the same problem
    lance did you solve yours?

    luvshines, i did try to remove "{1}" but it does not help. i don't think it should be removed. few tutorials have this in.

    i have no idea why ldap has to be so unhumanly complicated

    help!

  5. #5
    Join Date
    Sep 2010
    Location
    Indian Capital City
    Beans
    916
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: ubuntu 1104 ldap server error 80

    I think I got carried away with some other thoughts while making earlier comment

    Maybe this launchpad bug points to same behavior you are observing:https://bugs.launchpad.net/ubuntu/+s...cs/+bug/677998

    See if that fix helps
    When you have eliminated the impossible, whatever remains, however improbable, must be the truth !!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Mark it [SOLVED] if the issue has been resolved

  6. #6
    Join Date
    Feb 2009
    Beans
    5

    Re: ubuntu 1104 ldap server error 80

    thank you luvshines U R * it works!

  7. #7
    Join Date
    Dec 2007
    Beans
    82

    Re: ubuntu 1104 ldap server error 80

    I also encountered this error. The fix provided from the launchpad works!

    Just modify old backend ldif as suggested.


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •