Codebase list krb5 / d90d06e
Use service(8) in krb5_newrealm comment Policy 4.0.0 reminds us that manual /etc/init.d/foo invocation is on the way out, and this should be most portable. Benjamin Kaduk 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1515 if [ ! -r /etc/krb5kdc/kadm5.acl ] ; then
1616 cat <<EOF >/etc/krb5kdc/kadm5.acl
1717 # This file Is the access control list for krb5 administration.
18 # When this file is edited run /etc/init.d/krb5-admin-server restart to activate
18 # When this file is edited run service krb5-admin-server restart to activate
1919 # One common way to set up Kerberos administration is to allow any principal
2020 # ending in /admin is given full administrative rights.
2121 # To enable this, uncomment the following line: