Au-Ldap-Search - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

au-ldap-search

Indicates whether to retrieve the distinguished name (DN) with an LDAP search.
Syntax
au-ldap-search {on | off}
Parameters
on
off
Guidelines
The au-ldap-search command indicates whether to retrieve the distinguished name
with an LDAP search.
v When enabled, use the au-ldap-bind-dn command to specify the user's DN to
v When disabled, use the ldap-prefix command to specify the LDAP prefix to add
This command is relevant when the authentication method, as defined with the
au-method command, is ldap.
Related Commands
au-ldap-bind-dn, au-ldap-bind-password, au-method, au-ldap-parameters,
ldap-prefix, ldap-suffix
Examples
v Identifies LDAP authentication with optional retrieval of the group DN.
v Identifies LDAP authentication without optional retrieval of the group DN.
# au-method ldap
# au-server-host ldap-1
# au-server-port 389
# au-ldap-search on
# au-ldap-bind-dn proxyuser
# au-ldap-bind-password p@Ssw0rd
# au-ldap-parameters ldap1-AU
#
Enables an LDAP search for the user's DN. The login name of the user
along with the LDAP Search Parameters will be used as part of an LDAP
search to retrieve the user's DN.
(Default) Disables an LDAP search for the user's DN. The login name of
the user along with the LDAP prefix and the LDAP suffix will be used to
construct the user's DN.
access the LDAP server, the au-ldap-bind-password command to specify the
user's password, and optionally use the au-ldap-parameters command to
associate an existing LDAP Search Parameters object.
to the user name, and use the ldap-suffix command to specify the LDAP suffix
to append to the user name. The provided prefix and suffix form the DN to
submit to the LDAP server.
# au-method ldap
# au-server-host ldap-1
# au-server-port 389
# au-ldap-search on
# au-ldap-bind-dn proxyuser
# au-ldap-bind-password p@Ssw0rd
# au-ldap-parameters ldapParams-1
Chapter 64. RBM Settings configuration mode
587

Advertisement

Table of Contents
loading

Table of Contents