#include <ldapconf_defs.h>
Inheritance diagram for LDAPPROFILE:

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 |
|
|
Definition at line 21 of file ldap_profile.cc. 00022 {
00023 dn = "";
00024 pw = "";
00025 base = "";
00026 host = "";
00027 port="";
00028 }
|
|
|
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 }
|
|
|
Definition at line 100 of file ldapconf_defs.h. |
|
|
Definition at line 101 of file ldapconf_defs.h. |
|
|
Definition at line 102 of file ldapconf_defs.h. |
|
|
Definition at line 103 of file ldapconf_defs.h. |
|
|
Definition at line 104 of file ldapconf_defs.h. |
|
|
Definition at line 105 of file ldapconf_defs.h. |
|
|
Definition at line 106 of file ldapconf_defs.h. |
|
|
Definition at line 107 of file ldapconf_defs.h. |
|
|
Definition at line 108 of file ldapconf_defs.h. |
|
|
Definition at line 109 of file ldapconf_defs.h. |
|
|
Definition at line 110 of file ldapconf_defs.h. |
1.2.1 written by Dimitri van Heesch,
© 1997-2000