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 (17 loc) · 2.03 KB

PatchedLDAPProviderRequest.md

File metadata and controls

22 lines (17 loc) · 2.03 KB

PatchedLDAPProviderRequest

Properties

Name Type Description Notes
name kotlin.String [optional]
authenticationFlow java.util.UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [optional]
authorizationFlow java.util.UUID Flow used when authorizing this provider. [optional]
propertyMappings kotlin.collections.List<java.util.UUID> [optional]
baseDn kotlin.String DN under which objects are accessible. [optional]
searchGroup java.util.UUID Users in this group can do search queries. If not set, every user can execute search queries. [optional]
certificate java.util.UUID [optional]
tlsServerName kotlin.String [optional]
uidStartNumber kotlin.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 kotlin.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 kotlin.Boolean 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]