class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::AuthenticationProfile::Entry::Method::Ldap
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 219002 def _section :'ldap' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 218999 def has_multiple_values? false end
login_attribute()
click to toggle source
Default is samAccountName for Active Directory, uid for other directory servers
# File lib/palo_alto/config.rb, line 219039 def login_attribute prop_get('login-attribute') end
login_attribute=(val)
click to toggle source
Default is samAccountName for Active Directory, uid for other directory servers
# File lib/palo_alto/config.rb, line 219043 def login_attribute=(val) prop_set('login-attribute', val) end
passwd_exp_days()
click to toggle source
Avail for Active Directory, eDir
# File lib/palo_alto/config.rb, line 219047 def passwd_exp_days prop_get('passwd-exp-days') end
passwd_exp_days=(val)
click to toggle source
Avail for Active Directory, eDir
# File lib/palo_alto/config.rb, line 219051 def passwd_exp_days=(val) prop_set('passwd-exp-days', val) end
server_profile()
click to toggle source
LDAP server profile object
# File lib/palo_alto/config.rb, line 219031 def server_profile prop_get('server-profile') end
server_profile=(val)
click to toggle source
LDAP server profile object
# File lib/palo_alto/config.rb, line 219035 def server_profile=(val) prop_set('server-profile', val) end