aboutsummaryrefslogtreecommitdiff
path: root/scripts/hostclass/idm_server/30-kdc
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-09-25 21:38:13 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-09-25 21:38:13 -0400
commitcd1ce69f104686bbb33e049c2c4c112e78febd36 (patch)
tree6654eaf12145b918cd217dcdf9b95a0060a60b7b /scripts/hostclass/idm_server/30-kdc
parent93994080d976d1fd98a22422a549fe371a2bcae3 (diff)
downloadinfrastructure-cd1ce69f104686bbb33e049c2c4c112e78febd36.tar.gz
finish idm client stuff
Diffstat (limited to 'scripts/hostclass/idm_server/30-kdc')
-rw-r--r--scripts/hostclass/idm_server/30-kdc6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/hostclass/idm_server/30-kdc b/scripts/hostclass/idm_server/30-kdc
index abe040a..9347ed0 100644
--- a/scripts/hostclass/idm_server/30-kdc
+++ b/scripts/hostclass/idm_server/30-kdc
@@ -35,9 +35,3 @@ sysrc -v \
service kdc restart
service kadmind restart
-
-# Create the boxconf administrative user.
-if is_primary_server; then
- kadmin.local get_principal -terse "$boxconf_username" \
- || kadmin.local add_principal -pw "$boxconf_password" -x "containerdn=${robots_basedn}" "$boxconf_username"
-fi