mc-ldap-sslproxy
This command assigns an SSL proxy profile with the LDAP credentials server.
Syntax
mc-ldap-sslproxy name
Parameters
- name
- Specifies the name of an SSL proxy profile.
Guidelines
The mc-ldap-sslproxy command assigns an SSL proxy profile to secure communication with the LDAP credentials server. When specified, LDAP communication uses the configuration in the assigned SSL proxy profile. If not specified, communications is nonsecure.
This command is relevant only in the following situation:
- LDAP search is enabled with the mc-ldap-search command
- When the credentials mapping method, as defined with the mc-method command,
is
local
orxmlfile
.
Beyond an SSL proxy profile to secure communication to search the LDAP for the group name, use
the following commands to complete the configuration.
- How to connect to the LDAP server. Use either of the following approaches.
- The mc-server-host and mc-server-port commands
- The mc-loadbalancer-group command
- Specify the login DN to access the LDAP server with the mc-ldap-bind-dn command
- Specify the user's password with the mc-ldap-bind-password command
- Optionally associate LDAP search parameters with the mc-ldap-parameters command
Example
Use a local XML file to map credentials and search the LDAP retrieve the distinguished name.
# mc-method xmlfile
# mc-info-url local:///RBM-MC.xml
# mc-ldap-search on
# mc-server-host ldap.mydomain.com
# mc-server-port 389
# mc-ldap-bind-dn "cn=proxyuser"
# mc-ldap-bind-password p@Ssw0rd
# mc-ldap-parameters ldap1-MC