Changes between Version 16 and Version 17 of ldap
- Timestamp:
- Nov 10, 2016, 3:49:53 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ldap
v16 v17 1 1 = Setting Up Institutional IDP = 2 2 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.3 OpenLDAP 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. 4 4 5 5 == Setting the Hostname and FQDN == 6 6 7 [wiki:ipallocation dilum added for iptable]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 forour certificates to be validated by clients.7 [wiki:ipallocation IP allocation table] 8 9 Before 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. 10 10 11 11 check FQDN by … … 35 35 36 36 - 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) 38 38 - Organization name: '''Example Inc''' (This will simply be added to the base entry as the name of your institute) 39 39 - Administrator password: '''[whatever you'd like]''' … … 102 102 {{{ 103 103 organization = "Name of your institution" 104 cn = idp.inst.ac.lk104 cn = ldap.your-subdomain.ac.lk 105 105 tls_www_server 106 106 encryption_key … … 583 583 584 584 Enter your apache password first and then ldap admin password 585 586