Configuration Reference Home
Oracle Unified Directory - Kerberos Auth Provider Workflow Element

Kerberos Auth Provider Workflow Element

The Kerberos Auth Provider Workflow Element authenticates the provided user entry against a Kerberos Distribution Center (KDC).

Parent Component

The Kerberos Auth Provider Workflow Element component inherits from the Workflow Element

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ enabled ↓ java-class
↓ kdc-address
↓ principal-name-attribute
↓ realm

Basic Properties

enabled

Description
Indicates whether the Workflow Element is enabled for use in the server. If a Workflow Element is not enabled, then its contents are not accessible when processing operations.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

kdc-address

Description
Specifies the address of the KDC that is to be used for Kerberos processing. If provided, this property must be a fully-qualified DNS-resolvable name. If this property is not provided, then the server attempts to determine it from the system-wide Kerberos configuration.
Default Value
The server attempts to determine the KDC address from the underlying system configuration.
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

principal-name-attribute

Description
Specifies the name or OID of the attribute whose value should be used as a kerberos principal while authenticating against a KDC. All values must refer to the name or OID of an attribute type defined in the Directory Server schema.
Default Value
uid
Allowed Values
The name of an attribute type defined in the server schema.
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

realm

Description
Specifies the realm to be used for Kerberos authentication.
Default Value
The server attempts to determine the realm from the underlying system configuration.
Allowed Values
A String
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Kerberos Auth Provider Workflow Element implementation.
Default Value
org.opends.server.workflowelement.pta.KerberosAuthProviderWorkflowElement
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.workflowelement.WorkflowElement
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No


Copyright © 2017, 2020, Oracle and/or its affiliates. All rights reserved.