summaryrefslogtreecommitdiffstats
path: root/src/ldapmgr.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-05-30 13:57:42 -0500
committerTimothy Pearson <[email protected]>2012-05-30 13:57:42 -0500
commit93a591d8f0733774cfc62329ef4b9cc5403bd16c (patch)
treea524f4bca7e42947217b8d847e3f46e37bccb133 /src/ldapmgr.h
parent4d66047a3136662532e79d5e41038db246d334dd (diff)
downloadkcmldapmanager-93a591d8f0733774cfc62329ef4b9cc5403bd16c.tar.gz
kcmldapmanager-93a591d8f0733774cfc62329ef4b9cc5403bd16c.zip
I lied earlier...kadmin support now added
Diffstat (limited to 'src/ldapmgr.h')
-rw-r--r--src/ldapmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ldapmgr.h b/src/ldapmgr.h
index a007b87..4ba458e 100644
--- a/src/ldapmgr.h
+++ b/src/ldapmgr.h
@@ -81,6 +81,7 @@ class LDAPConfig: public KCModule
private:
LDAPUserInfo selectedUser();
LDAPGroupInfo selectedGroup();
+ int setPasswordForUser(LDAPUserInfo user, TQString *errstr);
private:
KAboutData *myAboutData;