diff options
Diffstat (limited to 'src/ldap.h')
| -rw-r--r-- | src/ldap.h | 23 | 
1 files changed, 2 insertions, 21 deletions
@@ -31,33 +31,14 @@  #include <tqcombobox.h>  #include <tqcheckbox.h> +#include <libtdeldap.h> +  #include "ldapconfigbase.h"  #ifdef HAVE_CONFIG_H  #include <config.h>  #endif -// PRIVATE -class LDAPRealmConfig -{ -	public: -		TQString name; -		bool bonded; -		long uid_offset; -		long gid_offset; -		TQStringList domain_mappings; -		TQString kdc; -		int kdc_port; -		TQString admin_server; -		int admin_server_port; -		bool pkinit_require_eku; -		bool pkinit_require_krbtgt_otherName; -		bool win2k_pkinit; -		bool win2k_pkinit_require_binding; -}; - -typedef TQMap<TQString, LDAPRealmConfig> LDAPRealmConfigList; -  class LDAPConfig: public KCModule  {  	Q_OBJECT  | 
