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.