Go to main content

Working With Oracle® Solaris 11.3 Directory and Naming Services: LDAP

Exit Print View

Updated: September 2018
 
 

Modifying an LDAP Client Configuration

You can use the ldapclient command without a profile to modify a client configuration. Because the modification affects only a limited number of client attributes, you can use the following commands to modify all the selected attributes.

  • Modify an LDAP client to use simple authentication method. For example:

    # ldapclient mod -a authenticationMethod=simple
  • Modify a configured LDAP client to enable updating of shadow data. For example:

    # ldapclient mod -a enableShadowUpdate=TRUE \
    -a adminDN=cn=admin,ou=profile,dc=west,dc=example,dc=com \
    -a adminPassword=admin-password
    System successfully configured