diff options
author | Timothy Pearson <[email protected]> | 2012-06-07 18:45:11 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-07 18:45:11 -0500 |
commit | 02cfa8d8afb2c84b0683e4071f4482a54d2e459e (patch) | |
tree | e57a79c4114b32da685550437553d1930616f455 /src/realmwizard.cpp | |
parent | 023a331a3c85d7fae541cc1c3c721af2cc3415fe (diff) | |
download | kcmldapcontroller-02cfa8d8afb2c84b0683e4071f4482a54d2e459e.tar.gz kcmldapcontroller-02cfa8d8afb2c84b0683e4071f4482a54d2e459e.zip |
Provide a range of user and certificate management options
Diffstat (limited to 'src/realmwizard.cpp')
-rw-r--r-- | src/realmwizard.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/realmwizard.cpp b/src/realmwizard.cpp index 95bd931..f2a7760 100644 --- a/src/realmwizard.cpp +++ b/src/realmwizard.cpp @@ -239,8 +239,9 @@ void RealmWizard::accept() { // Try to create realm TQString errorString; - // RAJA FIXME + // FIXME // root account should not be locked to "admin"! + // when fixing, please fix the other instance of locked "admin" in ldapcontroller.cpp ::load() backButton()->setEnabled(false); nextButton()->setEnabled(false); finishButton()->setEnabled(false); |