summaryrefslogtreecommitdiffstats
path: root/acl-updater
diff options
context:
space:
mode:
Diffstat (limited to 'acl-updater')
-rw-r--r--acl-updater/plugin/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/acl-updater/plugin/plugin.cpp b/acl-updater/plugin/plugin.cpp
index a2ac3b2..f67fe0b 100644
--- a/acl-updater/plugin/plugin.cpp
+++ b/acl-updater/plugin/plugin.cpp
@@ -87,7 +87,7 @@ post_modify (Slapi_PBlock *pb)
stream << "\n\n";
stream << "# Internal Kerberos administration account\n";
- stream << TQString("kadmin/%1@%2\tall").arg(rootaccountname).arg(realmname);
+ stream << TQString("kadmin/%1@%2\tall,get-keys").arg(rootaccountname).arg(realmname);
stream << "\n\n";
stream << "# Configured realm administrators\n";
@@ -98,7 +98,7 @@ post_modify (Slapi_PBlock *pb)
krbConvertedUser.truncate(cmpos);
krbConvertedUser.remove(0, eqpos);
krbConvertedUser.append("@"+realmname);
- stream << krbConvertedUser << "\tall\n";
+ stream << krbConvertedUser << "\tall,get-keys\n";
}
file.close();
}