Use KADM5_PRIV_ALL.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3950 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -83,7 +83,7 @@ _kadm5_acl_init(kadm5_server_context *context)
|
||||
ret = krb5_principal_compare(context->context, context->caller, princ);
|
||||
krb5_free_principal(context->context, princ);
|
||||
if(ret != 0){
|
||||
context->acl_flags = ~0;
|
||||
context->acl_flags = KADM5_PRIV_ALL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user