class PaloAlto::XML::Config::Panorama::AuthenticationProfile::Entry::Method::Ldap

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 3079
def _section
        :'ldap'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 3076
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 3116
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 3120
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 3124
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 3128
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 3108
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 3112
def server_profile=(val)
        prop_set('server-profile', val)
end