Penguins Unbound
Penguins Unbound > Past Meetings > 20090926 - LDAP Enterprise Authentication > 11.1 Configuration

11.1 Configuration

Page last modified 16:27, 21 Dec 2011 by goeko
    Table of contents
    1. 1. Configuring
    2. 2. Links

    LDAP is very flexible but this flexibility comes with the draw back of making LDAP complicated.

     

    Configuring

     

    You will be prompted for the admin password.

    You may also be prompted for your Base Name, or you may need to edit the configuration file in

    /etc/ldap and modify the "suffix" parameter.

    suffix          "dc=ties2,dc=net"

     

    Why does it refer to a dabase in the config file ? LDAP is not database software, it still relies on a database under the slapd program. Often Berkley DB, a specialized database is used.

     

    You may also need to modify the "BASE" in /etc/ldap/ldap.conf

    BASE    dc=ties2,dc=net

     

     

    Note there is some documentation in /usr/share/doc, As with with Debian/Ubuntu installed software.


    Links

    The Ubuntu Guide to installing and configufing OpenLDAP

    https://help.ubuntu.com/community/OpenLDAPServer

    Powered by MindTouch Core