Changes between Version 16 and Version 17 of ldap


Ignore:
Timestamp:
Nov 10, 2016, 3:49:53 AM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ldap

    v16 v17  
    11= Setting Up Institutional IDP =
    22
    3 OpenLDAP provides an LDAP directory service that is flexible and well-supported. In this lab, we will demonstrate how to encrypt connections to OpenLDAP using STARTTLS.
     3OpenLDAP provides an LDAP directory service that is flexible and well-supported. In this lab, we will also demonstrate how to encrypt connections to OpenLDAP using STARTTLS.
    44
    55== Setting the Hostname and FQDN ==
    66
    7 [wiki:ipallocation dilum added for ip table]
    8 
    9 Before you get started, make sure you set up our server so that it correctly resolves its hostname and fully qualified domain name (FQDN). This will be necessary in order for our certificates to be validated by clients.
     7[wiki:ipallocation IP allocation table]
     8
     9Before you get started, make sure you set up your server so that it correctly resolves its hostname to fully qualified domain name (FQDN). This will be necessary in order for your certificates to be validated by clients.
    1010
    1111check FQDN by
     
    3535
    3636  - Omit OpenLDAP server configuration? '''No''' (we want an initial database and configuration)
    37   - DNS domain name: '''inst.ac.lk''' (use the server's domain name, minus the hostname. This will be used to create the base entry for the information tree)
     37  - DNS domain name: '''yoursub-dmain.ac.lk''' (use the server's domain name, minus the hostname. This will be used to create the base entry for the information tree)
    3838  - Organization name: '''Example Inc''' (This will simply be added to the base entry as the name of your institute)
    3939  - Administrator password: '''[whatever you'd like]'''
     
    102102{{{
    103103organization = "Name of your institution"
    104 cn = idp.inst.ac.lk
     104cn = ldap.your-subdomain.ac.lk
    105105tls_www_server
    106106encryption_key
     
    583583
    584584Enter your apache password first and then ldap admin password
    585 
    586