summaryrefslogtreecommitdiffstats
path: root/src/ldap.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-20 03:47:11 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-20 03:47:11 -0500
commit94ba247eec24814e287c4bebf4085de0565bbcd2 (patch)
treeb32de1b2a430a039b1336ea70d90c389f93e43f0 /src/ldap.h
parentdbaffcee8670af6f571356c43d26357237fcd616 (diff)
downloadkcmldap-94ba247eec24814e287c4bebf4085de0565bbcd2.tar.gz
kcmldap-94ba247eec24814e287c4bebf4085de0565bbcd2.zip
Write the LDAP conf file as well
Diffstat (limited to 'src/ldap.h')
-rw-r--r--src/ldap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ldap.h b/src/ldap.h
index 923d8f6..7e2e236 100644
--- a/src/ldap.h
+++ b/src/ldap.h
@@ -88,6 +88,7 @@ class LDAPConfig: public KCModule
private:
void updateRealmList();
void writeKrb5ConfFile();
+ void writeLDAPConfFile();
private:
KAboutData *myAboutData;
@@ -96,6 +97,13 @@ class LDAPConfig: public KCModule
LDAPRealmConfigList m_realms;
TQString m_defaultRealm;
int m_ticketLifetime;
+
+ int m_ldapVersion;
+ int m_ldapTimeout;
+ TQString m_bindPolicy;
+ int m_ldapBindTimeout;
+ TQString m_passwordHash;
+ TQString m_ignoredUsers;
};
#endif