AAD-TOOL(1) | User Commands | AAD-TOOL(1) |
NAME¶
aad-tool - Azure Entra ID (AAD) management utility for Himmelblau
SYNOPSIS¶
aad-tool <COMMAND> [OPTIONS]
DESCRIPTION¶
The `aad-tool` utility is part of the Himmelblau project, designed to manage and interact with Azure Entra ID through various commands. It allows you to test authentication, manage caches, and check the status of services related to the `himmelblaud` resolver.
Commands:¶
- auth-test
- Test user authentication via the `himmelblaud` resolver using the PAM channel. This does not validate your PAM configuration but ensures that `himmelblaud` is correctly processing and verifying user authentications.
- cache-clear
- Clear all entries in the `himmelblaud` resolver cache. This operation removes cached user and group data. Use `cache-invalidate` for safer cache management without erasing data.
- cache-invalidate
- Invalidate the `himmelblaud` resolver cache without erasing entries. This forces the `himmelblaud` daemon to refresh all cached user and group data. If offline, the cache remains available and will refresh automatically when back online.
- status
- Check if the `himmelblaud` daemon is online and properly connected to the Himmelblau service.
- version
- Display the version of the `aad-tool`.
- help
- Show help information for the specified subcommand(s).
OPTIONS¶
- -h, --help
- Display help information.
EXAMPLES¶
- aad-tool auth-test
- Test user authentication through the `himmelblaud` PAM resolver.
- aad-tool cache-clear
- Clear all user and group data from the resolver cache.
- aad-tool status
- Check the connection status of the `himmelblaud` daemon.
SEE ALSO¶
himmelblau Documentation is available through the Texinfo manual. Use the following command to access the full manual:
infohimmelblau
September 2024 | Himmelblau 0.5.0 |