Display and query LDAP result codes.
This tool may be used to list all result codes defined in the Data Governance Server, retrieve the name of the result code with a specified integer value, or list all result codes whose names contain a given substring.
ldap-result-code --list
ldap-result-code --int-value 32
ldap-result-code --search cancel
-V
--version
Description | Display Data Governance Server version information |
-H
--help
Description | Display general usage information |
--help-debug
Description | Display help for using debug options |
Advanced | Yes |
-l
--list
Description | List all defined LDAP result codes |
-i {value}
--int-value {value}
Description | Retrieve the LDAP result code with the specified integer value |
Required | No |
Multi-Valued | No |
-S {string}
--search {string}
Description | List all LDAP result codes whose name contains the specified substring |
Required | No |
Multi-Valued | No |
-a
--alphabetic-order
Description | Sort results in alphabetic order rather than numeric order |
--script-friendly
Description | Format output as tab-delimited text |