Renamed ipaclient_{principal,password} to ipaadmin_{principal,password}

This has been done to make clear that these are admin settings and to make
these settings consistent to ipaadmin_keytab.
This commit is contained in:
Thomas Woerner
2017-09-19 17:54:30 +02:00
parent 2ca4200141
commit 4918ac508f
3 changed files with 45 additions and 27 deletions

View File

@@ -1,17 +1,35 @@
[ipaclients]
ipaclient.ipadomain.com
ipaclient1.mine.dom
#ipaclient2.mine.dom
#ipaclient3.mine.dom
#ipaclient4.mine.dom
#ipaclient5.mine.dom
ipaclient6.mine.dom
ipaclient7.mine.dom
# Disabled for auto detection
#[ipaservers]
#ipaserver.ipadomain.com
#ipa.mine.dom
#[ipaservers:vars]
#ipaserver_domain=mine.dom
#ipaserver_realm=MINE.DOM
#ipaserver_principal=admin
#ipaserver_password=password1
[ipaclients:vars]
# if neither ipaclient_password nor ipaclient_keytab is defined,
# the enrollement will create a OneTime Password and enroll with this OTP
# In this case ipaserver_password or ipaserver_keytab is required
#ipaclient_principal=admin
#ipaclient_password=SecretPassword123
#ipaclient_keytab=/tmp/krb5.keytab
ipaclient_principal=admin
#ipaclient_password=SecretPassword123
ipaclient_keytab=files/admin.keytab
#ipaclient_domain=mine.dom
#ipaclient_realm=MINE.DOM
#ipaadmin_principal=admin
#ipaadmin_password=password1
#ipaclient_use_otp=yes
#ipaclient_force_join=yes
#ipaclient_kinit_attempts=3
#ipaclient_mkhomedir=yes
#ipaadmin_principal=admin
#ipaclient_use_otp=yes
#ipaclient_force_join=yes
#ipaclient_use_otp=yes
ipaclient_allow_repair=yes