The Simple To External Bind Proxy Transformation may be used to intercept a simple bind request and attempt a SASL EXTERNAL bind instead. In the event that the SASL bind is unsuccessful, it may optionally continue processing on the requested simple bind.
↓Parent Component
↓Properties
↓dsconfig Usage
The Simple To External Bind Proxy Transformation component inherits from the Proxy Transformation
The properties supported by this managed object are as follows:
| Basic Properties: | Advanced Properties: | 
|---|---|
| ↓ description | None | 
| ↓ enabled | |
| ↓ request-criteria | |
| ↓ process-simple-bind-on-external-failure | 
| Description | A description for this Proxy Transformation  | 
| Default Value | None | 
| Allowed Values | A string | 
| Multi-Valued | No | 
| Required | No | 
| Admin Action Required | None. Modification requires no further action | 
| Description | Indicates whether this proxy transformation is enabled for use in the server.  | 
| Default Value | None | 
| Allowed Values | true false  | 
| Multi-Valued | No | 
| Required | Yes | 
| Admin Action Required | None. Modification requires no further action | 
| Description | Criteria indicating the set of operations for which the transformation will be invoked.  | 
| Default Value | This Proxy Transformation will be invoked for all operations. | 
| Allowed Values | The DN of any Request Criteria.  | 
| Multi-Valued | No | 
| Required | No | 
| Admin Action Required | None. Modification requires no further action | 
process-simple-bind-on-external-failure
| Description | Indicates whether to continue processing on the requested simple bind in the event that the SASL EXTERNAL bind attempt fails. A value of "true" indicates that the originally-requested simple bind should be processed. A value of "false" indicates that the failure from the SASL EXTERNAL bind attempt should be returned to the client.  | 
| Default Value | true | 
| Allowed Values | true false  | 
| Multi-Valued | No | 
| Required | No | 
| Admin Action Required | None. Modification requires no further action | 
To list the configured Proxy Transformations:
dsconfig list-proxy-transformations
     [--property {propertyName}] ...
To view the configuration for an existing Proxy Transformation:
dsconfig get-proxy-transformation-prop
     --transformation-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...
To update the configuration for an existing Proxy Transformation:
dsconfig set-proxy-transformation-prop
     --transformation-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To create a new Simple To External Bind Proxy Transformation:
dsconfig create-proxy-transformation
     --transformation-name {name}
     --type simple-to-external-bind
     --set enabled:{propertyValue}
     [--set {propertyName}:{propertyValue}] ...
To delete an existing Proxy Transformation:
dsconfig delete-proxy-transformation
     --transformation-name {name}