#include <ConfigLDAP.h>
Public Types | |
enum | { IDD = IDD_LDAP_TAB } |
Public Member Functions | |
CConfigLDAP (CWnd *pParent=NULL) | |
virtual | ~CConfigLDAP () |
void | loadListsFromReg (void) |
void | saveListsToReg (void) |
void | swapItem (CListBox *, int, int) |
afx_msg BOOL | OnInitDialog () |
afx_msg void | OnOK () |
afx_msg void | OnSave () |
afx_msg void | OnAddContext () |
afx_msg void | OnRemoveContext () |
afx_msg void | OnMoveContextUp () |
afx_msg void | OnMoveContextDown () |
afx_msg void | OnChangeSearch () |
afx_msg void | OnChangeMultimap () |
afx_msg void | OnChangeMapMode () |
afx_msg void | OnEnChangeLdapfilter () |
afx_msg void | OnEnChangeTimeout () |
Public Attributes | |
CString | m_server |
CString | m_ldapPrePend |
CString | m_ldapAppend |
CString | m_ldapAdminUsername |
CString | m_ldapAdminPassword |
BOOL | m_useSSL |
CString | m_port |
CString | m_ldapFilter |
CString | m_ldapGroupAttr |
BOOL | m_searchMode |
BOOL | m_multiMap |
BOOL | m_mapMode |
CListBox | m_ContextList |
CString | m_newContext |
CString | m_timeout |
bool | hasLoaded |
CEdit | c_ldapAppend |
CButton | c_usessl |
CEdit | c_newcontext |
CButton | c_addcontext |
CButton | c_delcontext |
CButton | c_upcontext |
CButton | c_downcontext |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Protected Attributes | |
CEdit | c_ldapPrePend |
|
Definition at line 43 of file ConfigLDAP.h. |
|
Definition at line 42 of file ConfigLDAP.cpp. References hasLoaded, m_ldapAdminPassword, m_ldapAdminUsername, m_ldapAppend, m_ldapFilter, m_ldapGroupAttr, m_ldapPrePend, m_mapMode, m_multiMap, m_port, m_searchMode, m_server, m_timeout, m_useSSL, regReadDword(), and regReadString(). |
|
Definition at line 140 of file ConfigLDAP.cpp. |
|
|
Definition at line 391 of file ConfigLDAP.cpp. References m_ContextList, and regReadString(). Referenced by DoDataExchange(). |
|
Definition at line 200 of file ConfigLDAP.cpp. References m_ContextList, and m_newContext. |
|
Definition at line 296 of file ConfigLDAP.cpp. References c_addcontext, c_delcontext, c_downcontext, c_ldapAppend, c_ldapPrePend, c_newcontext, c_upcontext, m_ContextList, m_mapMode, m_multiMap, and m_searchMode. |
|
Definition at line 270 of file ConfigLDAP.cpp. References c_addcontext, c_delcontext, c_downcontext, c_ldapAppend, c_ldapPrePend, c_newcontext, c_upcontext, m_ContextList, m_mapMode, m_multiMap, and m_searchMode. |
|
Definition at line 242 of file ConfigLDAP.cpp. References c_addcontext, c_delcontext, c_downcontext, c_ldapAppend, c_ldapPrePend, c_newcontext, c_upcontext, m_ContextList, m_mapMode, m_multiMap, and m_searchMode. |
|
Definition at line 450 of file ConfigLDAP.cpp. |
|
|
|
Definition at line 90 of file ConfigLDAP.cpp. References c_addcontext, c_delcontext, c_downcontext, c_ldapAppend, c_ldapPrePend, c_newcontext, c_upcontext, m_ContextList, m_mapMode, m_multiMap, m_searchMode, and regReadString(). |
|
Definition at line 231 of file ConfigLDAP.cpp. References m_ContextList, and swapItem(). |
|
Definition at line 220 of file ConfigLDAP.cpp. References m_ContextList, and swapItem(). |
|
Definition at line 195 of file ConfigLDAP.cpp. |
|
Definition at line 213 of file ConfigLDAP.cpp. References m_ContextList. |
|
Definition at line 322 of file ConfigLDAP.cpp. References m_ldapAdminPassword, m_ldapAdminUsername, m_ldapAppend, m_ldapFilter, m_ldapGroupAttr, m_ldapPrePend, m_mapMode, m_multiMap, m_port, m_searchMode, m_server, m_timeout, m_useSSL, regDelValue(), regWriteDword(), regWriteString(), and saveListsToReg(). |
|
Definition at line 410 of file ConfigLDAP.cpp. References m_ContextList, regDelValue(), regReadString(), and regWriteString(). Referenced by OnSave(). |
|
Definition at line 438 of file ConfigLDAP.cpp. Referenced by OnMoveContextDown(), and OnMoveContextUp(). |
|
Definition at line 86 of file ConfigLDAP.h. Referenced by DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), and OnInitDialog(). |
|
Definition at line 87 of file ConfigLDAP.h. Referenced by DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), and OnInitDialog(). |
|
Definition at line 89 of file ConfigLDAP.h. Referenced by DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), and OnInitDialog(). |
|
Definition at line 83 of file ConfigLDAP.h. Referenced by DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), and OnInitDialog(). |
|
Definition at line 81 of file ConfigLDAP.h. Referenced by DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), and OnInitDialog(). |
|
Definition at line 85 of file ConfigLDAP.h. Referenced by DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), and OnInitDialog(). |
|
Definition at line 88 of file ConfigLDAP.h. Referenced by DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), and OnInitDialog(). |
|
Definition at line 84 of file ConfigLDAP.h. Referenced by DoDataExchange(). |
|
Definition at line 66 of file ConfigLDAP.h. Referenced by CConfigLDAP(), and DoDataExchange(). |
|
Definition at line 63 of file ConfigLDAP.h. Referenced by DoDataExchange(), loadListsFromReg(), OnAddContext(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), OnInitDialog(), OnMoveContextDown(), OnMoveContextUp(), OnRemoveContext(), and saveListsToReg(). |
|
Definition at line 55 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 54 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 53 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 58 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 59 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 52 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 62 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), OnInitDialog(), and OnSave(). |
|
Definition at line 61 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), OnInitDialog(), and OnSave(). |
|
Definition at line 64 of file ConfigLDAP.h. Referenced by DoDataExchange(), and OnAddContext(). |
|
Definition at line 57 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 60 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), OnChangeMapMode(), OnChangeMultimap(), OnChangeSearch(), OnInitDialog(), and OnSave(). |
|
Definition at line 51 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 65 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |
|
Definition at line 56 of file ConfigLDAP.h. Referenced by CConfigLDAP(), DoDataExchange(), and OnSave(). |