Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds an entry to a tree.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
LDAP | 7.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
This function was deprecated. Use LDAP.AddJSON instead.
Parameter | Description | Example |
---|---|---|
LDAPRef | The reference number for the LDAP connection. | $ldap |
dn | The name of the entry to add. | |
Type... | The name of the attribute to add. | |
Value... | The value for the attribute. |
Returns OK or error.
Add two values:
MBS( "LDAP.Add"; $ldap; "test"; "cn"; "Hello"; "fn"; "World" )
This function checks for a license.
Created 5th January 2017, last changed 5th June 2021