authd icon indicating copy to clipboard operation
authd copied to clipboard

Authentication daemon for external Brokers

Results 132 authd issues
Sort by recently updated
recently updated
newest added

* Use ini style code blocks for systemd unit files The plain code blocks had some strange highlighting, like highlighting the "bin" in `ExecStart=/usr/bin/snap run authd-google -vv`. * Use single...

### Is there an existing issue for this? - [x] I have searched the existing issues and found none that matched mine ### Describe the issue When trying to install...

bug
jira

* Fix sudo password prompt not visible When using sudo in the subshells of the command substitutions in the heredoc, the password prompt is not visible, so the command seems...

The `PersistentPreRunE` method did things which should not be done for subcommands like `version`. We don't need to parse the config file to print the authd version, and we definitely...

Currently, when the provider is not reachable when trying to log in with the local password via ssh or sudo, the user is asked for the local password again: ```...

jira

It's currently not made clear that this option is uneffective when the user logs in with ssh with public key authentication. We should note that at least in the [section...

jira

### Is there an existing request for this feature? - [x] I have searched the existing issues and found none that matched mine ### Describe the feature In some environments...

While testing the new `force_provider_authentication` option, I encountered the issue that the broker would consistently fail to connect to the provider after the network connection had been restored: ``` authd-msentraid[25920]:...

bug
jira

In case the DBus connection that the module provides has gone away we should also stop the client, so that there won't be a dangling process around. This happens for...

### Is there an existing issue for this? - [x] I have searched the existing issues and found none that matched mine ### Describe the issue While testing authd 0.5.0,...

bug
jira