Modify a LDAP Connection Handler by DN
patch
/rest/v1/admin/{dn}
Modify a LDAP Connection Handler by DN
Request
Supported Media Types
- application/json
Path Parameters
-
dn(required): string
LDAP DN of the entry to be modified
LDAP Connection Handler that needs to be modified
Root Schema : PatchRequest
Type:
Show Source
object
-
controls:
array controls
LDAP controls to be sent to server for LDAP modify operation.
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyRequest
The REST message type -
operations(required):
array operations
Modifications (Patch operations) to be performed on the entry.
Nested Schema : controls
Type:
array
LDAP controls to be sent to server for LDAP modify operation.
Show Source
Nested Schema : operations
Type:
array
Modifications (Patch operations) to be performed on the entry.
Show Source
Nested Schema : PatchOperation
Type:
Show Source
object
-
attribute(required):
string
The entry attribute to be modified.
-
opType(required):
string
Allowed Values:
[ "add", "delete", "replace", "increment" ]
The type of the Patch Operation. -
values:
array values
The attribute values to be updated.
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : LDAP Connection Handler PatchSuccessResponse
Type:
Show Source
object
-
msgType(required):
string
Default Value:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyResponse
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 : LDAP Connection Handler SearchResultEntry
Type:
Show Source
object
-
attributes(required):
object LDAP Connection Handler Properties
-
dn(required):
string
LDAP DN of the entry to be created
Nested Schema : LDAP Connection Handler Properties
Type:
Show Source
object
-
cn:
string
CN (common name) of the entry
-
ds-cfg-accept-backlog:
integer(int32)
Default Value:
128
Specifies the maximum number of pending connection attempts that are allowed to queue up in the accept backlog before the server starts rejecting new connection attempts. -
ds-cfg-allow-ldap-v2:
boolean
Default Value:
true
Indicates whether connections from LDAPv2 clients are allowed. -
ds-cfg-allow-start-tls:
boolean
Default Value:
false
Indicates whether clients are allowed to use StartTLS. -
ds-cfg-allow-tcp-reuse-address:
boolean
Default Value:
true
Indicates whether the LDAP Connection Handler should reuse socket descriptors. -
ds-cfg-allowed-client:
array ds-cfg-allowed-client
Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this Connection Handler.
-
ds-cfg-buffer-size:
string
Default Value:
4096 bytes
Specifies the size in bytes of the LDAP response message write buffer. -
ds-cfg-denied-client:
array ds-cfg-denied-client
Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this Connection Handler.
-
ds-cfg-enabled(required):
boolean
Indicates whether the Connection Handler is enabled.
-
ds-cfg-java-class(required):
string
Default Value:
org.opends.server.protocols.ldap.LDAPConnectionHandler
Specifies the fully-qualified name of the Java class that provides the LDAP Connection Handler implementation. -
ds-cfg-keep-stats:
boolean
Default Value:
true
Indicates whether the LDAP Connection Handler should keep statistics. -
ds-cfg-key-manager-provider:
string
Specifies the name of the key manager that should be used with this LDAP Connection Handler .
-
ds-cfg-listen-address:
array ds-cfg-listen-address
Specifies the address or set of addresses on which this LDAP Connection Handler should listen for connections from LDAP clients.
-
ds-cfg-listen-port(required):
integer(int32)
Specifies the port number on which the LDAP Connection Handler will listen for connections from clients.
-
ds-cfg-max-blocked-write-time-limit:
string
Default Value:
2 minutes
Specifies the maximum length of time that attempts to write data to LDAP clients should be allowed to block. -
ds-cfg-max-request-size:
string
Default Value:
5 megabytes
Specifies the size in bytes of the largest LDAP request message that will be allowed by this LDAP Connection handler. -
ds-cfg-num-request-handlers:
integer(int32)
Specifies the number of request handlers that are used to read requests from clients.
-
ds-cfg-send-rejection-notice:
boolean
Default Value:
true
Indicates whether the LDAP Connection Handler should send a notice of disconnection extended response message to the client if a new connection is rejected for some reason. -
ds-cfg-ssl-cert-nickname:
string
Specifies the nickname (also called the alias) of the certificate that the LDAP Connection Handler should use when performing SSL communication.
-
ds-cfg-ssl-cipher-suite:
array ds-cfg-ssl-cipher-suite
Specifies the names of the SSL cipher suites that are allowed for use in SSL or StartTLS communication.
-
ds-cfg-ssl-client-auth-policy:
string
Default Value:
optional
Allowed Values:[ "disabled", "optional", "required" ]
Specifies the policy that the LDAP Connection Handler should use regarding client SSL certificates. -
ds-cfg-ssl-protocol:
array ds-cfg-ssl-protocol
Specifies the names of the SSL protocols that are allowed for use in SSL or StartTLS communication.
-
ds-cfg-trust-manager-provider:
string
Specifies the name of the trust manager that should be used with the LDAP Connection Handler .
-
ds-cfg-use-ssl:
boolean
Default Value:
false
Indicates whether the LDAP Connection Handler should use SSL. -
ds-cfg-use-tcp-keep-alive:
boolean
Default Value:
true
Indicates whether the LDAP Connection Handler should use TCP keep-alive. -
ds-cfg-use-tcp-no-delay:
boolean
Default Value:
true
Indicates whether the LDAP Connection Handler should use TCP no-delay. -
objectclass(required):
array objectclass
Objectclass(es) which this entry belongs to.
Nested Schema : ds-cfg-allowed-client
Type:
array
Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this Connection Handler.
Show Source
Nested Schema : ds-cfg-denied-client
Type:
array
Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this Connection Handler.
Show Source
Nested Schema : ds-cfg-listen-address
Type:
array
Specifies the address or set of addresses on which this LDAP Connection Handler should listen for connections from LDAP clients.
Default Value:
Show Source
[
"0.0.0.0"
]
Nested Schema : ds-cfg-ssl-cipher-suite
Type:
array
Specifies the names of the SSL cipher suites that are allowed for use in SSL or StartTLS communication.
Show Source
Nested Schema : ds-cfg-ssl-protocol
Type:
array
Specifies the names of the SSL protocols that are allowed for use in SSL or StartTLS communication.
Show Source
400 Response
ERROR
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