OpenLDAP installation

  • OpenLDAP can be downloaded from http://www.openldap.org, compiled and installed on major Unix systems
  • Linux Server Installation (Debian packages):
    slapd
    ldap-utils
    migrationtools
    libldap2
    
    apt-get install slapd 
    apt-get install ldap-utils
    apt-get install migrationtools 
    

  • Linux Client Installation (Debian packages):
    ldap-utils
    libldap2
    libpam-ldap
    libnss-ldap
    
    apt-get install ldap-utils
    apt-get install libpam-ldap
    apt-get install libnss-ldap
    

    Previous Pageprevious First Pagetop Next Pagenext