diff options
author | Timothy Pearson <[email protected]> | 2012-06-04 17:05:03 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-04 17:05:03 -0500 |
commit | ded257d2225a74343c32b3303ec3778da216b688 (patch) | |
tree | 37765cf04edbfea0f507ed0208de2bc89cc62ac8 /confskel/heimdal | |
parent | 085abd94d86b16825501b4215bd852fa546b31a9 (diff) | |
download | kcmldapcontroller-ded257d2225a74343c32b3303ec3778da216b688.tar.gz kcmldapcontroller-ded257d2225a74343c32b3303ec3778da216b688.zip |
Add utility to manage kadmind ACL list based on group membership
Diffstat (limited to 'confskel/heimdal')
-rw-r--r-- | confskel/heimdal/kadmind.acl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/confskel/heimdal/kadmind.acl b/confskel/heimdal/kadmind.acl index 27fe007..b534354 100644 --- a/confskel/heimdal/kadmind.acl +++ b/confskel/heimdal/kadmind.acl @@ -1,2 +1,8 @@ -kadmin/@@@ROOTUSER@@@@@@@REALM_UCNAME@@@ all -@@@ADMINUSER@@@@@@@REALM_UCNAME@@@ all +# This file was automatically generated by TDE +# All changes will be lost! + +# Internal Kerberos administration account +kadmin/@@@ROOTUSER@@@@@@@REALM_UCNAME@@@ all + +# Configured realm administrators +@@@ADMINUSER@@@@@@@REALM_UCNAME@@@ all
\ No newline at end of file |