You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print "option\toption(s) that should be added or changed (i. e.: +allow_forwardable\n\tor -maxrenewlife 7days) or deleted (-allow_renewable).\n\tAlso possible: \"+allow_forwardable -allow_renewable\"\n\n";
exit 1;
}
my $query = "modprinc $option $user";
print "Changing option(s) for principal " . $user . "\n";
print "Testing of set flags is possible by klist -f (as the requested user)\n";