Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

LDAP.SetBinaryKeys

Sets which attributes should be handled as binary data.

Component Version macOS Windows Linux Server iOS SDK
LDAP 12.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ❌ No
MBS( "LDAP.SetBinaryKeys"; List )   More

Parameters

Parameter Description Example
List The list of keys to treat as binary. "thumbnailPhoto¶objectSid"

Result

Returns OK or error.

Description

Sets which attributes should be handled as binary data.
Default list is empty.
By default we handle attributes ending in name with uuid or guid as binary.

Examples

Set list:

Set Variable [ $r; Value: MBS( "LDAP.SetBinaryKeys"; "thumbnailPhoto¶objectSid" ) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 2nd November 2022, last changed 2nd November 2022


LDAP.SearchResult.DistinguishedName - LDAP.SetNetworkTimeOut