Chapter 29 Authentication Objects
ZyWALL (ZLD) CLI Reference Guide
236
29.2.1 aaa authentication Command Example
The following example creates an authentication profile to authentication users using the
LDAP server group and then the local user database.
[no] aaa authentication
{profile-name}
Sets a descriptive name for the authentication profile. The no
command deletes a profile.
aaa authentication
profile-name[no] member1
[member2] [member3]
Sets the profile to use the authentication method(s) in the order
specified.
member = group ad, group ldap, group radius, or local.
Note: You must specify at least one member for
each profile. Each type of member can only
be used once in a profile.
Use the no command to clear the authentication method
settings for the profile.
Table 140 aaa authentication Commands (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# aaa authentication LDAPuser group ldap local
Router(config)# show aaa authentication LDAPuser
No. Method
===========================================================================
=
0 ldap
1 local
Router(config)#