Synchronization Server Documentation Index
Command-Line Tool Reference Home

ldap-result-code

Description
Examples
Arguments

Description

Display and query LDAP result codes.

This tool may be used to list all result codes defined in the Synchronization Server, retrieve the name of the result code with a specified integer value, or list all result codes whose names contain a given substring.

Examples

List all LDAP result codes defined in the Synchronization Server:
ldap-result-code --list


List the LDAP result code with an integer value of '32':
ldap-result-code --int-value 32


List all LDAP result codes with names containing the string 'cancel':
ldap-result-code --search cancel

Arguments

-V
--version

Description Display Synchronization 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