Add, Search, Compare or Delete Global Configuration
post
/rest/v1/admin
Add, Search, Compare or Delete Global Configuration
Request
Supported Media Types
- application/json
Global Configuration that needs to be created
Root Schema : Global Configuration POSTRequest
Type:
Show Source
object
-
assertion:
string
Assertion string for the LDAP compare operation. Note: To be used only while performing LDAP compare operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequest.
-
attributes:
object Global Configuration Properties
-
base:
string
Search Base DN to be used for the LDAP search operation. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest. It is also mandatory for such operation
-
controls:
array controls
LDAP controls to be sent to server for the LDAP operation.
-
dn:
string
LDAP DN of the entry to be created or deleted or compared. Note: To be used only while performing LDAP add, delete or compare operations, i.e, if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:AddRequest, urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteRequest or urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequest.It is mandatory for such operations.
-
filter:
string
Search filter for the LDAP search operation. Should follow LDAP search filter syntax. Note: To be used only while performing LDAP search operation using POST request, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
-
msgType(required):
string
Allowed Values:
[ "urn:ietf:params:rest:schemas:oracle:oud:1.0:AddRequest", "urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest", "urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteRequest", "urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareRequest" ]
The REST message type -
requiredAttributes:
array requiredAttributes
List of attributes to be fetched for the entry. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
-
scope:
string
Allowed Values:
[ "base", "sub", "one" ]
Scope for the LDAP search operation. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
Nested Schema : Global Configuration Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-add-missing-rdn-attributes:
boolean
Default Value:
true
Indicates whether the Directory Server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request. -
ds-cfg-allow-attribute-name-exceptions:
boolean
Default Value:
false
Indicates whether the Directory Server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards). -
ds-cfg-allowed-task:
array ds-cfg-allowed-task
Specifies the fully-qualified name of a Java class that may be invoked in the server.
-
ds-cfg-bind-with-dn-requires-password:
boolean
Default Value:
true
Indicates whether the Directory Server should reject any simple bind request that contains a DN but no password. -
ds-cfg-certificate-mapper(required):
string
Specifies the name of the certificate mapper that should be used to match client certificates to user entries.
-
ds-cfg-check-schema:
boolean
Default Value:
true
Indicates whether schema enforcement is active. -
ds-cfg-default-password-policy(required):
string
Specifies the name of the password policy that is in effect for users whose entries do not specify an alternate password policy (either via a real or virtual attribute).
-
ds-cfg-disabled-privilege:
array ds-cfg-disabled-privilege
Specifies the name of a privilege that should not be evaluated by the server.
-
ds-cfg-entry-cache-preload:
boolean
Default Value:
false
Indicates whether or not to preload the entry cache on startup. -
ds-cfg-etime-resolution:
string
Default Value:
milliseconds
Allowed Values:[ "milliseconds", "nanoseconds" ]
Specifies the resolution to use for operation elapsed processing time (etime) measurements. -
ds-cfg-generic-identity-mapper(required):
array ds-cfg-generic-identity-mapper
Specifies a set of generic identity mappers that will be used by Global Configuration for mapping an identity while performing all the operations except GSSAPI/SASL binds.
-
ds-cfg-gssapi-identity-mapper(required):
array ds-cfg-gssapi-identity-mapper
Specifies the name of the identity mapper to map authentication and authorization ID values provided in a GSSAPI/SASL bind to the corresponding user entry.
-
ds-cfg-idle-time-limit:
string
Default Value:
0 seconds
Specifies the maximum length of time that a client connection may remain established since its last completed operation. -
ds-cfg-import-big-entries-memory-percent:
integer(int32)
Default Value:
10
Specifies the maximum memory usage for the big entries as a percentage of the available memory at the time an import is performed. -
ds-cfg-invalid-attribute-syntax-behavior:
string
Default Value:
reject
Allowed Values:[ "accept", "reject", "warn" ]
Specifies how the Directory Server should handle operations whenever an attribute value violates the associated attribute syntax. -
ds-cfg-lockdown-mode:
boolean
Default Value:
false
Indicates whether the Directory Server should reject all connections and requests unless they are from loopback clients with the CONFIG_WRITE or BYPASS_LOCKDOWN privilege. -
ds-cfg-lookthrough-limit:
integer(int32)
Default Value:
5000
Specifies the maximum number of entries that the Directory Server should "look through" in the course of processing a search request. -
ds-cfg-maintain-authenticated-users:
boolean
Default Value:
false
Indicates whether or not the server should maintain authenticated users. -
ds-cfg-max-allowed-client-connections:
integer(int32)
Default Value:
0
Specifies the maximum number of client connections that may be established at any given time -
ds-cfg-max-nested-filter-depth:
integer(int32)
Default Value:
100
The maximum depth to which nested search filters will be processed. -
ds-cfg-max-psearches:
integer(int32)
Default Value:
-1
Defines the maximum number of concurrent persistent searches that can be performed on Directory Server -
ds-cfg-member-lookthrough-limit:
integer(int32)
Default Value:
100000
Specifies the maximum number of members that the Directory Server should "look through" in the course of processing an operation on a static group. -
ds-cfg-non-dn-simple-bind-allowed:
boolean
Default Value:
false
Indicates whether the directory server will accept a simple bind request that may contain a value with non-dn syntax. -
ds-cfg-notify-abandoned-operations:
boolean
Default Value:
false
Indicates whether the Directory Server should send a response to any operation that is interrupted via an abandon request. -
ds-cfg-publish-operational-ldap-v2:
boolean
Default Value:
false
Indicates whether the server should, for LDAP V2 clients, ignore that an attribute is specified as operational and process it as a user attribute. -
ds-cfg-publish-options-ldap-v2:
boolean
Default Value:
false
Indicates whether the server should, for LDAP V2 clients, returns options while it normally merges all options. -
ds-cfg-reject-unauthenticated-requests:
boolean
Default Value:
false
Indicates whether the Directory Server should reject any request (other than bind or StartTLS requests) received from a client that has not yet been authenticated, whose last authentication attempt was unsuccessful, or whose last authentication attempt used anonymous authentication. -
ds-cfg-return-bind-error-messages:
boolean
Default Value:
false
Indicates whether responses for failed bind operations should include a message string providing the reason for the authentication failure. -
ds-cfg-return-lowercase-attribute-type:
boolean
Default Value:
false
Specifies whether attribute types are returned as lowercase or as defined by the schema. -
ds-cfg-returned-attribute-value-limit:
integer(int32)
Default Value:
100000
Specifies the maximum number of values for an attribute that the Directory Server can return per entry while processing a search request. -
ds-cfg-save-config-on-successful-startup:
boolean
Default Value:
true
Indicates whether the Directory Server should save a copy of its configuration whenever the startup process completes successfully. -
ds-cfg-server-error-result-code:
integer(int32)
Default Value:
80
Specifies the numeric value of the result code when request processing fails due to an internal server error. -
ds-cfg-single-structural-objectclass-behavior:
string
Default Value:
reject
Allowed Values:[ "accept", "reject", "warn" ]
Specifies how the Directory Server should handle operations whenever an entry does not contain a structural object class or contains multiple structural classes. -
ds-cfg-size-limit:
integer(int32)
Default Value:
1000
Specifies the maximum number of entries that can be returned to the client during a single search operation. -
ds-cfg-smtp-server:
array ds-cfg-smtp-server
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
-
ds-cfg-time-limit:
string
Default Value:
60 seconds
Specifies the maximum length of time that should be spent processing a single search operation. -
ds-cfg-writability-mode:
string
Default Value:
enabled
Allowed Values:[ "disabled", "enabled", "internal-only" ]
Specifies the kinds of write operations the Directory Server can process. -
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : controls
Type:
array
LDAP controls to be sent to server for the LDAP operation.
Show Source
Nested Schema : requiredAttributes
Type:
array
List of attributes to be fetched for the entry. Note: To be used only while performing LDAP search operation using POST, i.e., if the msgType is urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchRequest.
Show Source
Nested Schema : ds-cfg-allowed-task
Type:
array
Specifies the fully-qualified name of a Java class that may be invoked in the server.
Show Source
Nested Schema : ds-cfg-disabled-privilege
Type:
array
Specifies the name of a privilege that should not be evaluated by the server.
Allowed Values:
Show Source
[
"backend-backup",
"backend-restore",
"bypass-acl",
"bypass-lockdown",
"cancel-request",
"config-read",
"config-write",
"disconnect-client",
"jmx-notify",
"jmx-read",
"jmx-write",
"ldif-export",
"ldif-import",
"modify-acl",
"password-reset",
"privilege-change",
"proxied-auth",
"server-restart",
"server-shutdown",
"subentry-write",
"unindexed-search",
"update-schema"
]
Nested Schema : ds-cfg-generic-identity-mapper
Type:
array
Specifies a set of generic identity mappers that will be used by Global Configuration for mapping an identity while performing all the operations except GSSAPI/SASL binds.
Show Source
Nested Schema : ds-cfg-gssapi-identity-mapper
Type:
array
Specifies the name of the identity mapper to map authentication and authorization ID values provided in a GSSAPI/SASL bind to the corresponding user entry.
Show Source
Nested Schema : ds-cfg-smtp-server
Type:
array
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
Show Source
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Global Configuration SuccessResponse
Type:
Show Source
object
-
compareResult:
boolean
Indicates the result of LDAP compare operation.
-
msgType(required):
string
Allowed Values:
[ "urn:ietf:params:rest:schemas:oracle:oud:1.0:SearchResponse", "urn:ietf:params:rest:schemas:oracle:oud:1.0:DeleteResponse", "urn:ietf:params:rest:schemas:oracle:oud:1.0:CompareResponse" ]
The REST message type -
searchResultEntries(required):
array searchResultEntries
Number of search result entries returned after the LDAP operation.
-
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : searchResultEntries
Type:
array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : Global Configuration SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object Global Configuration Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : Global Configuration Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-add-missing-rdn-attributes:
boolean
Default Value:
true
Indicates whether the Directory Server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request. -
ds-cfg-allow-attribute-name-exceptions:
boolean
Default Value:
false
Indicates whether the Directory Server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards). -
ds-cfg-allowed-task:
array ds-cfg-allowed-task
Specifies the fully-qualified name of a Java class that may be invoked in the server.
-
ds-cfg-bind-with-dn-requires-password:
boolean
Default Value:
true
Indicates whether the Directory Server should reject any simple bind request that contains a DN but no password. -
ds-cfg-certificate-mapper(required):
string
Specifies the name of the certificate mapper that should be used to match client certificates to user entries.
-
ds-cfg-check-schema:
boolean
Default Value:
true
Indicates whether schema enforcement is active. -
ds-cfg-default-password-policy(required):
string
Specifies the name of the password policy that is in effect for users whose entries do not specify an alternate password policy (either via a real or virtual attribute).
-
ds-cfg-disabled-privilege:
array ds-cfg-disabled-privilege
Specifies the name of a privilege that should not be evaluated by the server.
-
ds-cfg-entry-cache-preload:
boolean
Default Value:
false
Indicates whether or not to preload the entry cache on startup. -
ds-cfg-etime-resolution:
string
Default Value:
milliseconds
Allowed Values:[ "milliseconds", "nanoseconds" ]
Specifies the resolution to use for operation elapsed processing time (etime) measurements. -
ds-cfg-generic-identity-mapper(required):
array ds-cfg-generic-identity-mapper
Specifies a set of generic identity mappers that will be used by Global Configuration for mapping an identity while performing all the operations except GSSAPI/SASL binds.
-
ds-cfg-gssapi-identity-mapper(required):
array ds-cfg-gssapi-identity-mapper
Specifies the name of the identity mapper to map authentication and authorization ID values provided in a GSSAPI/SASL bind to the corresponding user entry.
-
ds-cfg-idle-time-limit:
string
Default Value:
0 seconds
Specifies the maximum length of time that a client connection may remain established since its last completed operation. -
ds-cfg-import-big-entries-memory-percent:
integer(int32)
Default Value:
10
Specifies the maximum memory usage for the big entries as a percentage of the available memory at the time an import is performed. -
ds-cfg-invalid-attribute-syntax-behavior:
string
Default Value:
reject
Allowed Values:[ "accept", "reject", "warn" ]
Specifies how the Directory Server should handle operations whenever an attribute value violates the associated attribute syntax. -
ds-cfg-lockdown-mode:
boolean
Default Value:
false
Indicates whether the Directory Server should reject all connections and requests unless they are from loopback clients with the CONFIG_WRITE or BYPASS_LOCKDOWN privilege. -
ds-cfg-lookthrough-limit:
integer(int32)
Default Value:
5000
Specifies the maximum number of entries that the Directory Server should "look through" in the course of processing a search request. -
ds-cfg-maintain-authenticated-users:
boolean
Default Value:
false
Indicates whether or not the server should maintain authenticated users. -
ds-cfg-max-allowed-client-connections:
integer(int32)
Default Value:
0
Specifies the maximum number of client connections that may be established at any given time -
ds-cfg-max-nested-filter-depth:
integer(int32)
Default Value:
100
The maximum depth to which nested search filters will be processed. -
ds-cfg-max-psearches:
integer(int32)
Default Value:
-1
Defines the maximum number of concurrent persistent searches that can be performed on Directory Server -
ds-cfg-member-lookthrough-limit:
integer(int32)
Default Value:
100000
Specifies the maximum number of members that the Directory Server should "look through" in the course of processing an operation on a static group. -
ds-cfg-non-dn-simple-bind-allowed:
boolean
Default Value:
false
Indicates whether the directory server will accept a simple bind request that may contain a value with non-dn syntax. -
ds-cfg-notify-abandoned-operations:
boolean
Default Value:
false
Indicates whether the Directory Server should send a response to any operation that is interrupted via an abandon request. -
ds-cfg-publish-operational-ldap-v2:
boolean
Default Value:
false
Indicates whether the server should, for LDAP V2 clients, ignore that an attribute is specified as operational and process it as a user attribute. -
ds-cfg-publish-options-ldap-v2:
boolean
Default Value:
false
Indicates whether the server should, for LDAP V2 clients, returns options while it normally merges all options. -
ds-cfg-reject-unauthenticated-requests:
boolean
Default Value:
false
Indicates whether the Directory Server should reject any request (other than bind or StartTLS requests) received from a client that has not yet been authenticated, whose last authentication attempt was unsuccessful, or whose last authentication attempt used anonymous authentication. -
ds-cfg-return-bind-error-messages:
boolean
Default Value:
false
Indicates whether responses for failed bind operations should include a message string providing the reason for the authentication failure. -
ds-cfg-return-lowercase-attribute-type:
boolean
Default Value:
false
Specifies whether attribute types are returned as lowercase or as defined by the schema. -
ds-cfg-returned-attribute-value-limit:
integer(int32)
Default Value:
100000
Specifies the maximum number of values for an attribute that the Directory Server can return per entry while processing a search request. -
ds-cfg-save-config-on-successful-startup:
boolean
Default Value:
true
Indicates whether the Directory Server should save a copy of its configuration whenever the startup process completes successfully. -
ds-cfg-server-error-result-code:
integer(int32)
Default Value:
80
Specifies the numeric value of the result code when request processing fails due to an internal server error. -
ds-cfg-single-structural-objectclass-behavior:
string
Default Value:
reject
Allowed Values:[ "accept", "reject", "warn" ]
Specifies how the Directory Server should handle operations whenever an entry does not contain a structural object class or contains multiple structural classes. -
ds-cfg-size-limit:
integer(int32)
Default Value:
1000
Specifies the maximum number of entries that can be returned to the client during a single search operation. -
ds-cfg-smtp-server:
array ds-cfg-smtp-server
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
-
ds-cfg-time-limit:
string
Default Value:
60 seconds
Specifies the maximum length of time that should be spent processing a single search operation. -
ds-cfg-writability-mode:
string
Default Value:
enabled
Allowed Values:[ "disabled", "enabled", "internal-only" ]
Specifies the kinds of write operations the Directory Server can process. -
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-allowed-task
Type:
array
Specifies the fully-qualified name of a Java class that may be invoked in the server.
Show Source
Nested Schema : ds-cfg-disabled-privilege
Type:
array
Specifies the name of a privilege that should not be evaluated by the server.
Allowed Values:
Show Source
[
"backend-backup",
"backend-restore",
"bypass-acl",
"bypass-lockdown",
"cancel-request",
"config-read",
"config-write",
"disconnect-client",
"jmx-notify",
"jmx-read",
"jmx-write",
"ldif-export",
"ldif-import",
"modify-acl",
"password-reset",
"privilege-change",
"proxied-auth",
"server-restart",
"server-shutdown",
"subentry-write",
"unindexed-search",
"update-schema"
]
Nested Schema : ds-cfg-generic-identity-mapper
Type:
array
Specifies a set of generic identity mappers that will be used by Global Configuration for mapping an identity while performing all the operations except GSSAPI/SASL binds.
Show Source
Nested Schema : ds-cfg-gssapi-identity-mapper
Type:
array
Specifies the name of the identity mapper to map authentication and authorization ID values provided in a GSSAPI/SASL bind to the corresponding user entry.
Show Source
Nested Schema : ds-cfg-smtp-server
Type:
array
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
Show Source
201 Response
Created
Root Schema : Global Configuration ADDResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:AddResponse
The REST message type -
searchResultEntries(required):
array searchResultEntries
-
totalResults(required):
integer(int32)
Specifies the number of entries created, and returned.
Nested Schema : Global Configuration SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object Global Configuration Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : Global Configuration Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-add-missing-rdn-attributes:
boolean
Default Value:
true
Indicates whether the Directory Server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request. -
ds-cfg-allow-attribute-name-exceptions:
boolean
Default Value:
false
Indicates whether the Directory Server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards). -
ds-cfg-allowed-task:
array ds-cfg-allowed-task
Specifies the fully-qualified name of a Java class that may be invoked in the server.
-
ds-cfg-bind-with-dn-requires-password:
boolean
Default Value:
true
Indicates whether the Directory Server should reject any simple bind request that contains a DN but no password. -
ds-cfg-certificate-mapper(required):
string
Specifies the name of the certificate mapper that should be used to match client certificates to user entries.
-
ds-cfg-check-schema:
boolean
Default Value:
true
Indicates whether schema enforcement is active. -
ds-cfg-default-password-policy(required):
string
Specifies the name of the password policy that is in effect for users whose entries do not specify an alternate password policy (either via a real or virtual attribute).
-
ds-cfg-disabled-privilege:
array ds-cfg-disabled-privilege
Specifies the name of a privilege that should not be evaluated by the server.
-
ds-cfg-entry-cache-preload:
boolean
Default Value:
false
Indicates whether or not to preload the entry cache on startup. -
ds-cfg-etime-resolution:
string
Default Value:
milliseconds
Allowed Values:[ "milliseconds", "nanoseconds" ]
Specifies the resolution to use for operation elapsed processing time (etime) measurements. -
ds-cfg-generic-identity-mapper(required):
array ds-cfg-generic-identity-mapper
Specifies a set of generic identity mappers that will be used by Global Configuration for mapping an identity while performing all the operations except GSSAPI/SASL binds.
-
ds-cfg-gssapi-identity-mapper(required):
array ds-cfg-gssapi-identity-mapper
Specifies the name of the identity mapper to map authentication and authorization ID values provided in a GSSAPI/SASL bind to the corresponding user entry.
-
ds-cfg-idle-time-limit:
string
Default Value:
0 seconds
Specifies the maximum length of time that a client connection may remain established since its last completed operation. -
ds-cfg-import-big-entries-memory-percent:
integer(int32)
Default Value:
10
Specifies the maximum memory usage for the big entries as a percentage of the available memory at the time an import is performed. -
ds-cfg-invalid-attribute-syntax-behavior:
string
Default Value:
reject
Allowed Values:[ "accept", "reject", "warn" ]
Specifies how the Directory Server should handle operations whenever an attribute value violates the associated attribute syntax. -
ds-cfg-lockdown-mode:
boolean
Default Value:
false
Indicates whether the Directory Server should reject all connections and requests unless they are from loopback clients with the CONFIG_WRITE or BYPASS_LOCKDOWN privilege. -
ds-cfg-lookthrough-limit:
integer(int32)
Default Value:
5000
Specifies the maximum number of entries that the Directory Server should "look through" in the course of processing a search request. -
ds-cfg-maintain-authenticated-users:
boolean
Default Value:
false
Indicates whether or not the server should maintain authenticated users. -
ds-cfg-max-allowed-client-connections:
integer(int32)
Default Value:
0
Specifies the maximum number of client connections that may be established at any given time -
ds-cfg-max-nested-filter-depth:
integer(int32)
Default Value:
100
The maximum depth to which nested search filters will be processed. -
ds-cfg-max-psearches:
integer(int32)
Default Value:
-1
Defines the maximum number of concurrent persistent searches that can be performed on Directory Server -
ds-cfg-member-lookthrough-limit:
integer(int32)
Default Value:
100000
Specifies the maximum number of members that the Directory Server should "look through" in the course of processing an operation on a static group. -
ds-cfg-non-dn-simple-bind-allowed:
boolean
Default Value:
false
Indicates whether the directory server will accept a simple bind request that may contain a value with non-dn syntax. -
ds-cfg-notify-abandoned-operations:
boolean
Default Value:
false
Indicates whether the Directory Server should send a response to any operation that is interrupted via an abandon request. -
ds-cfg-publish-operational-ldap-v2:
boolean
Default Value:
false
Indicates whether the server should, for LDAP V2 clients, ignore that an attribute is specified as operational and process it as a user attribute. -
ds-cfg-publish-options-ldap-v2:
boolean
Default Value:
false
Indicates whether the server should, for LDAP V2 clients, returns options while it normally merges all options. -
ds-cfg-reject-unauthenticated-requests:
boolean
Default Value:
false
Indicates whether the Directory Server should reject any request (other than bind or StartTLS requests) received from a client that has not yet been authenticated, whose last authentication attempt was unsuccessful, or whose last authentication attempt used anonymous authentication. -
ds-cfg-return-bind-error-messages:
boolean
Default Value:
false
Indicates whether responses for failed bind operations should include a message string providing the reason for the authentication failure. -
ds-cfg-return-lowercase-attribute-type:
boolean
Default Value:
false
Specifies whether attribute types are returned as lowercase or as defined by the schema. -
ds-cfg-returned-attribute-value-limit:
integer(int32)
Default Value:
100000
Specifies the maximum number of values for an attribute that the Directory Server can return per entry while processing a search request. -
ds-cfg-save-config-on-successful-startup:
boolean
Default Value:
true
Indicates whether the Directory Server should save a copy of its configuration whenever the startup process completes successfully. -
ds-cfg-server-error-result-code:
integer(int32)
Default Value:
80
Specifies the numeric value of the result code when request processing fails due to an internal server error. -
ds-cfg-single-structural-objectclass-behavior:
string
Default Value:
reject
Allowed Values:[ "accept", "reject", "warn" ]
Specifies how the Directory Server should handle operations whenever an entry does not contain a structural object class or contains multiple structural classes. -
ds-cfg-size-limit:
integer(int32)
Default Value:
1000
Specifies the maximum number of entries that can be returned to the client during a single search operation. -
ds-cfg-smtp-server:
array ds-cfg-smtp-server
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
-
ds-cfg-time-limit:
string
Default Value:
60 seconds
Specifies the maximum length of time that should be spent processing a single search operation. -
ds-cfg-writability-mode:
string
Default Value:
enabled
Allowed Values:[ "disabled", "enabled", "internal-only" ]
Specifies the kinds of write operations the Directory Server can process. -
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-allowed-task
Type:
array
Specifies the fully-qualified name of a Java class that may be invoked in the server.
Show Source
Nested Schema : ds-cfg-disabled-privilege
Type:
array
Specifies the name of a privilege that should not be evaluated by the server.
Allowed Values:
Show Source
[
"backend-backup",
"backend-restore",
"bypass-acl",
"bypass-lockdown",
"cancel-request",
"config-read",
"config-write",
"disconnect-client",
"jmx-notify",
"jmx-read",
"jmx-write",
"ldif-export",
"ldif-import",
"modify-acl",
"password-reset",
"privilege-change",
"proxied-auth",
"server-restart",
"server-shutdown",
"subentry-write",
"unindexed-search",
"update-schema"
]
Nested Schema : ds-cfg-generic-identity-mapper
Type:
array
Specifies a set of generic identity mappers that will be used by Global Configuration for mapping an identity while performing all the operations except GSSAPI/SASL binds.
Show Source
Nested Schema : ds-cfg-gssapi-identity-mapper
Type:
array
Specifies the name of the identity mapper to map authentication and authorization ID values provided in a GSSAPI/SASL bind to the corresponding user entry.
Show Source
Nested Schema : ds-cfg-smtp-server
Type:
array
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
Show Source
204 Response
No content
406 Response
Not Acceptable
Root Schema : ErrorResponse
Type:
Show Source
object
-
ldapErrorCode:
integer(int32)
Specifies the LDAP error code returned for the operation.
-
message(required):
string
Error message returned returned for the operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponse
The REST message type