Difference between revisions of "Unit LDAP"
From Ultibo.org
Line 74: | Line 74: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 89: | Line 89: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 101: | Line 101: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 113: | Line 113: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 125: | Line 125: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- | ||
Line 137: | Line 137: | ||
{| class="wikitable" style="font-size: 14px; background: white;" | {| class="wikitable" style="font-size: 14px; background: white;" | ||
|- | |- | ||
− | ! | + | ! Note |
| None documented | | None documented | ||
|- | |- |
Revision as of 01:22, 24 April 2018
Return to Unit Reference
Description
Ultibo LDAP interface unit
To be documented
Constants
LDAP logging
FTP_LOG_*
LDAP_LOG_LEVEL_DEBUG = LOG_LEVEL_DEBUG;
|
LDAP debugging messages |
LDAP_LOG_LEVEL_INFO = LOG_LEVEL_INFO;
|
LDAP informational messages |
LDAP_LOG_LEVEL_WARN = LOG_LEVEL_WARN;
|
LDAP warning messages |
LDAP_LOG_LEVEL_ERROR = LOG_LEVEL_ERROR;
|
LDAP error messages |
LDAP_LOG_LEVEL_NONE = LOG_LEVEL_NONE;
|
No LDAP messages |
Type definitions
None defined
Public variables
LDAP logging
LDAP_DEFAULT_LOG_LEVEL:LongWord = LDAP_LOG_LEVEL_DEBUG;
|
Minimum level for LDAP messages. Only messages with level greater than or equal to this will be printed. |
LDAP_LOG_ENABLED:Boolean;
|
Function declarations
Initialization functions
procedure LDAPInit;
Description: To be documented
Note | None documented |
---|
LDAP helper functions
procedure LDAPLog(Level:LongWord; const AText:String);
Description: To be documented
Note | None documented |
---|
procedure LDAPLogInfo(const AText:String); inline;
Description: To be documented
Note | None documented |
---|
procedure LDAPLogWarn(const AText:String); inline;
Description: To be documented
Note | None documented |
---|
procedure LDAPLogError(const AText:String); inline;
Description: To be documented
Note | None documented |
---|
procedure LDAPLogDebug(const AText:String); inline;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference