class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AuthenticationProfile::Entry::Method::Ldap
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 133705 def _section :'ldap' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 133702 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 133740 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 133744 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 133748 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 133752 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 133732 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 133736 def server_profile=(val) prop_set('server-profile', val) end