Public Methods |
| | TLDAPServer (const char *host, Int_t port=LDAP_PORT, const char *binddn=0, const char *password=0) |
| virtual | ~TLDAPServer () |
| Bool_t | IsConnected () const |
| TLDAPResult * | Search (const char *base="", Int_t scope=LDAP_SCOPE_BASE, const char *filter=0, TList *attrs=0, Bool_t attrsonly=0) |
| const char * | GetNamingContexts () |
| const char * | GetSubschemaSubentry () |
| TLDAPResult * | GetObjectClasses () |
| TLDAPResult * | GetAttributeTypes () |
| Int_t | AddEntry (TLDAPEntry &entry) |
| Int_t | ModifyEntry (TLDAPEntry &entry, Int_t mode=LDAP_MOD_REPLACE) |
| Int_t | DeleteEntry (const char *dn) |
| Int_t | RenameEntry (const char *dn, const char *newrdn, Bool_t removeattr=kFALSE) |