Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.83 KB

LDAPOutpostConfig.md

File metadata and controls

22 lines (18 loc) · 1.83 KB

LDAPOutpostConfig

Properties

Name Type Description Notes
pk Int [readonly]
name String
baseDn String DN under which objects are accessible. [optional]
bindFlowSlug String
applicationSlug String Prioritise backchannel slug over direct application slug [readonly]
searchGroup UUID Users in this group can do search queries. If not set, every user can execute search queries. [optional]
certificate UUID [optional]
tlsServerName String [optional]
uidStartNumber Int 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 [optional]
gidStartNumber Int 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 [optional]
searchMode LDAPAPIAccessMode [optional]
bindMode LDAPAPIAccessMode [optional]
mfaSupport Bool 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. [optional]

[Back to Model list] [Back to API list] [Back to README]