Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

LDAPPROFILE Class Reference

#include <ldapconf_defs.h>

Inheritance diagram for LDAPPROFILE:

ARRAY_OBJ List of all members.

Public Methods

 LDAPPROFILE (void)
void default_dialog (void)

Public Attributes

SSTRING host
SSTRING port
SSTRING dn
SSTRING pw
SSTRING base
SSTRING scope
SSTRING filter
SSTRING attr
SSTRING db_type
SSTRING db_dir
SSTRING db_replog

Constructor & Destructor Documentation

PUBLIC LDAPPROFILE::LDAPPROFILE ( void )
 

Definition at line 21 of file ldap_profile.cc.

00022 {
00023     dn = "";
00024     pw = "";
00025     base = "";
00026     host = "";
00027     port="";
00028 }


Member Function Documentation

PUBLIC void LDAPPROFILE::default_dialog ( void )
 

Definition at line 34 of file ldap_profile.cc.

00035 {
00036     DIALOG *dia = NULL;
00037     dia = new DIALOG;
00038     dia->newf_str (MSG_U(F_API_HOST,"Host"),host);
00039     dia->newf_str (MSG_U(F_API_PORT,"Port"),port);
00040     dia->newf_str (MSG_U(F_API_BASE,"Base"),base);
00041     dia->newf_str (MSG_U(F_API_DN,"DN"),dn);
00042     dia->newf_str (MSG_U(F_API_PW,"Password"),pw);
00043     FIELD_COMBO *scopelist = dia->newf_combo(MSG_U(F_API_SCOPE,"Scope"),scope);
00044     scopelist->addopt ("one");
00045     scopelist->addopt ("base");
00046     scopelist->addopt ("sub");
00047 //  return *dia;
00048 }


Member Data Documentation

SSTRING LDAPPROFILE::host
 

Definition at line 100 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::port
 

Definition at line 101 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::dn
 

Definition at line 102 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::pw
 

Definition at line 103 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::base
 

Definition at line 104 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::scope
 

Definition at line 105 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::filter
 

Definition at line 106 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::attr
 

Definition at line 107 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::db_type
 

Definition at line 108 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::db_dir
 

Definition at line 109 of file ldapconf_defs.h.

SSTRING LDAPPROFILE::db_replog
 

Definition at line 110 of file ldapconf_defs.h.


The documentation for this class was generated from the following files:
Generated at Mon Jan 22 08:35:18 2001 for ldapconf by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000