outposts_ldap_retrieve
GET/outposts/ldap/:id/
LDAPProvider Viewset
Request
Path Parameters
A unique integer value identifying this LDAP Provider.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
DN under which objects are accessible.
Prioritise backchannel slug over direct application slug
Users in this group can do search queries. If not set, every user can execute search queries.
Possible values: >= -2147483648
and <= 2147483647
The start for uidNumbers, this number is added to the user.pk to make sure that the numbers aren't too low for POSIX users. Default is 2000 to ensure that we don't collide with local users uidNumber
Possible values: >= -2147483648
and <= 2147483647
The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber
Possible values: [direct
, cached
]
Possible values: [direct
, cached
]
When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
{
"pk": 0,
"name": "string",
"base_dn": "string",
"bind_flow_slug": "string",
"application_slug": "string",
"search_group": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"certificate": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tls_server_name": "string",
"uid_start_number": 0,
"gid_start_number": 0,
"search_mode": "direct",
"bind_mode": "direct",
"mfa_support": true
}
- application/json
- Schema
- Example (from schema)
Schema
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "string",
"code": "string"
}