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

Latest commit

 

History

History
32 lines (27 loc) · 2.89 KB

LDAPProvider.md

File metadata and controls

32 lines (27 loc) · 2.89 KB

LDAPProvider

Properties

Name Type Description Notes
pk kotlin.Int [readonly]
name kotlin.String
authorizationFlow java.util.UUID Flow used when authorizing this provider.
component kotlin.String Get object component so that we know how to edit the object [readonly]
assignedApplicationSlug kotlin.String Internal application name, used in URLs. [readonly]
assignedApplicationName kotlin.String Application's display Name. [readonly]
assignedBackchannelApplicationSlug kotlin.String Internal application name, used in URLs. [readonly]
assignedBackchannelApplicationName kotlin.String Application's display Name. [readonly]
verboseName kotlin.String Return object's verbose_name [readonly]
verboseNamePlural kotlin.String Return object's plural verbose_name [readonly]
metaModelName kotlin.String Return internal model name [readonly]
outpostSet kotlin.collections.List<kotlin.String> [readonly]
authenticationFlow java.util.UUID Flow used for authentication when the associated application is accessed by an un-authenticated user. [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]