-
Notifications
You must be signed in to change notification settings - Fork 271
man: add details about 'an2ln' #8396
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
base: master
Are you sure you want to change the base?
Conversation
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.
Code Review
The pull request effectively updates the sssd_krb5_localauth_plugin.8.xml man page to reflect the recent security fix related to the an2ln module. The added details clearly explain why an2ln is disabled in certain SSSD configurations and the potential security implications of name collisions. It also clarifies the behavior when auth_provider = krb5 is used. The documentation is clear, concise, and provides valuable information to users regarding this change.
b353cfc to
08dd2da
Compare
With a recent security fix the 'an2ln' module was disabled in SSSD's configuration snippet for the localauth configuration of libkrb5. With this patch the related man page is update accordingly. Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Justin Stephenson <jstephen@redhat.com>
08dd2da to
5a6ce36
Compare
With a recent security fix the 'an2ln' module was disabled in SSSD's configuration snippet for the localauth configuration of libkrb5. With this patch the related man page is update accordingly.