Skip to main content

Get an LDAP server profile

GET 

/ldap-server-profiles/:id

Get an existing LDAP server profile.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the LDAP server profile

    name stringrequired

    The name of the LDAP server profile

    base string

    Possible values: <= 255 characters

    The base DN

    bind_dn string

    Possible values: <= 255 characters

    The bind DN

    bind_password password

    Possible values: <= 121 characters

    The bind password

    bind_timelimit string

    The bind timeout (seconds)

    ldap_type

    Possible values: [active-directory, e-directory, sun, other]

    The LDAP server time

    retry_interval integer

    The search retry interval (seconds)

    server object[]required

    The LDAP server configuration

  • Array [
  • port integer

    Possible values: >= 1 and <= 65535

    The LDAP server port

    name string

    The LDAP server name

    address string

    The LDAP server IP address

  • ]
  • ssl boolean

    Require SSL/TLS secured connection?

    verify_server_certificate boolean

    Verify server certificate for SSL sessions?

    timelimit integer

    The search timeout (seconds)

Loading...