diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-20 03:47:11 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-20 03:47:11 -0500 |
commit | 94ba247eec24814e287c4bebf4085de0565bbcd2 (patch) | |
tree | b32de1b2a430a039b1336ea70d90c389f93e43f0 /src/ldap.h | |
parent | dbaffcee8670af6f571356c43d26357237fcd616 (diff) | |
download | kcmldap-94ba247eec24814e287c4bebf4085de0565bbcd2.tar.gz kcmldap-94ba247eec24814e287c4bebf4085de0565bbcd2.zip |
Write the LDAP conf file as well
Diffstat (limited to 'src/ldap.h')
-rw-r--r-- | src/ldap.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |