-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
man: clarify user credentials for cache_credentials
#6989
Conversation
src/man/sssd.conf.5.xml
Outdated
@@ -2928,7 +2928,8 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit | |||
<listitem> | |||
<para> | |||
Determines if user credentials are also cached | |||
in the local LDB cache. | |||
in the local LDB cache. The user credentials refer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/user/cached/ sounds a bit better IMO but I don't insist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, thank you.
src/man/sssd.conf.5.xml
Outdated
@@ -2928,7 +2928,8 @@ pam_gssapi_indicators_map = sudo:pkinit, sudo-i:pkinit | |||
<listitem> | |||
<para> | |||
Determines if user credentials are also cached | |||
in the local LDB cache. | |||
in the local LDB cache. The user credentials refer | |||
to passwords, not other authentication mechanisms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I'd like to suggest to add ... refer to passwords, which includes the first (long term) factor of two-factor authentication, not other ....
. And Passkey and Smartcard authentications are expected to work offline as long as a successful online authentication is recorded in the cache without additional configuration
.
bye,
Sumit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated following your comments
It only applies to passwords, not other authentication mechanisms like smartcards or passkeys. Signed-off-by: Iker Pedrosa <[email protected]>
0f0bbfd
to
47c1912
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
thanks, ACK.
bye,
Sumit
It only applies to passwords, not other authentication mechanisms like smartcards or passkeys.