Public bug reported: Binary package hint: ubuntu-docs
The following doc is a bit off: https://help.ubuntu.com/10.10/serverguide/C/openldap-server.html When trying this against a fresh install of Maverick, you will end up with the following error when trying to import the "backend" ldif file as specified: ldap_add: Other (e.g., implementation specific) error (80) additional info: <olcModuleLoad> handler exited with 1 The reason behind this error is that the olcModuleLoad line needs the extension added to the module name. So, changing this line: olcModuleload: back_hdb to this: olcModuleload: back_hdb.la will fix this error. This is also discussed in http://ubuntuforums.org/showthread.php?t=1594138 TIA! ** Affects: ubuntu-docs (Ubuntu) Importance: Undecided Status: New -- openldap-server instructions have a small bug https://bugs.launchpad.net/bugs/677998 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
