Change Certificate Settings for LDAP TLS

Contents

1Introduction
1.1Prerequisites

2

Procedure

1   Introduction

This document describes how to change the certificate settings for Lightweight Directory Access Protocol (LDAP) Transport Layer Security (TLS).

Authentication of the LDAP server and the Managed Element (ME), and encryption of the LDAP communication, are established by Public-Key Infrastructure (PKI) X.509 certificates.

The administrator needs to change the certificate settings for LDAP TLS because of a change in the certificate configuration and more specifically when a different ME node credential for LDAP TLS has to be used.

1.1   Prerequisites

This section describes the prerequisites, which must be fulfilled before using the procedure.

1.1.1   Conditions

The following conditions must apply:

2   Procedure

To change the node credential certificate settings for LDAP TLS:

  1. Navigate to the Ldap MO, for example:

    >dn ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,UserManagement=1,LdapAuthenticationMethod=1,Ldap=1

  2. Enter Config mode:

    (Ldap=1)>configure

  3. Set the reference to the applicable node credential certificate, for example:

    (config-Ldap=1)>nodeCredential=“ManagedElement=NODE06ST,SystemFunctions=1,SecM=1,CertM=1,NodeCredential=1”

  4. Commit the setting:

    (config-Ldap=1)>commit

  5. Verify the result:

    (Ldap=1)>show

    The following is an example output:

    Ldap=1
       baseDn="dc=my-domain,dc=com"
       bindDn="cn=proxyaccount,dc=ericsson,dc=com"
       bindPassword="1:XUC+jE8QV05dG57Ouv7hWi1s/wa+uWi0"
       fallbackLdapIpAddress="192.0.2.11"
       ldapIpAddress="192.0.2.10"
       nodeCredential=”ManagedElement=NODE06ST,SystemFunctions=1,⇒
    SecM=1,CertM=1,NodeCredential=1”
       profileFilter=ERICSSON_FILTER
       serverPort=636
       tlsMode=LDAPS
       trustCategory=”ManagedElement=NODE06ST,SystemFunctions=1,⇒
    SecM=1,CertM=1,TrustCategory=aurora”
       userLabel="LDAP based login authentication"
       useTls=true
       useTlsFallback=true
    [...]