Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem