ROOT  6.06/09
Reference Guide
Functions
TLDAPServer.cxx File Reference
#include "TLDAPServer.h"
#include "TLDAPResult.h"
#include "TLDAPEntry.h"
#include "TLDAPAttribute.h"
#include "TObjString.h"
#include "TList.h"
#include "TError.h"
+ Include dependency graph for TLDAPServer.cxx:

Go to the source code of this file.

Functions

 ClassImp (TLDAPServer) TLDAPServer
 During construction TLDAPServer object tries to connect to the specified server and you should check the connection status by calling the IsConnected() member function immediately after creating that object. More...
 

Function Documentation

ClassImp ( TLDAPServer  )

During construction TLDAPServer object tries to connect to the specified server and you should check the connection status by calling the IsConnected() member function immediately after creating that object.

const char *host: The name of host to connect. Default is "localhost". Int_t port: Port number to connect. Default is LDAP_PORT (=389). const char *binddn: Bind DN. const char *password: Password. Usually you have to specify bind DN and password to have the write permissions. Default values for bind DN and password are zero, that means anonymous connection. Usually it is enough to read the data from the server. Int_t version Set LDAP protocol version: LDAP_VERSION1, LDAP_VERSION2, LDAP_VERSION3

Definition at line 18 of file TLDAPServer.cxx.