Unit LDAP

From Ultibo.org
Jump to: navigation, search

Return to Unit Reference


Description


Ultibo LDAP Interface unit

Constants



[Expand]
LDAP logging FTP_LOG_*


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

[Expand]
procedure LDAPInit;
Description: To be documented


LDAP helper functions

[Expand]
procedure LDAPLog(Level:LongWord; const AText:String);
Description: To be documented


[Expand]
procedure LDAPLogInfo(const AText:String); inline;
Description: To be documented


[Expand]
procedure LDAPLogWarn(const AText:String); inline;
Description: To be documented


[Expand]
procedure LDAPLogError(const AText:String); inline;
Description: To be documented


[Expand]
procedure LDAPLogDebug(const AText:String); inline;
Description: To be documented


Return to Unit Reference