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.93 KB

LDAPProviderRequest.md

File metadata and controls

22 lines (18 loc) · 1.93 KB

LDAPProviderRequest

Properties

Name Type Description Notes
name String
authenticationFlow UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorizationFlow UUID Flow used when authorizing this provider.
propertyMappings [UUID] [optional]
baseDn String DN under which objects are accessible. [optional]
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]