Crate cccolutils

Source
Expand description

This crate contains convenience functions for checking valid kerberos credentials. It is a rough port of the cccolutils python package.

Functionsยง

get_username_for_realm
Checks the name of the authenticated user for a given realm.
has_credentials
Checks if there is any authenticated user for any realm.
has_credentials_for_realm
Checks if there is an authenticated user for the given realm.