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
- Version 12.5
- Added LDAP.SetBinaryKeys and LDAP.GetBinaryKeys functions.
Blog Entries
- MBS FileMaker Plugin 12.5 News
- Neues MBS Plugin 12.5 für Claris FileMaker
- MBS Plugin 12.5 for Claris FileMaker - More than 6800 Functions In One Plugin
- MBS FileMaker Plugin, version 12.5pr7
This function checks for a license.
Created 2nd November 2022, last changed 2nd November 2022
LDAP.SearchResult.DistinguishedName - LDAP.SetNetworkTimeOut