class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ServerProfile::Ldap::Entry::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 241025
def _section
        :'entry'
end
address() click to toggle source

ldap server ip or host name.

# File lib/palo_alto/config.rb, line 241062
def address
        prop_get('address')
end
address=(val) click to toggle source

ldap server ip or host name.

# File lib/palo_alto/config.rb, line 241066
def address=(val)
        prop_set('address', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 241022
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 241058
def name
        prop_get('@name')
end
port() click to toggle source

default 389 for LDAP, 636 for LDAPS

# File lib/palo_alto/config.rb, line 241070
def port
        prop_get('port')
end
port=(val) click to toggle source

default 389 for LDAP, 636 for LDAPS

# File lib/palo_alto/config.rb, line 241074
def port=(val)
        prop_set('port', val)
end