Hide Forgot
Description of problem: Having a sudo with the ability to accept kerberos tickets would greatly simplify our ability to add enhanced rights for users while still preventing them from typing a valuable password over possible network connections. Version-Release number of selected component (if applicable): How reproducible:100% Steps to Reproduce: 1.Attempt to use kerberos ticket rather than password auth 2. 3. Actual results: kerberos ticket auth not supported Expected results: kerberos ticket auth supported Additional info: Configure option -with-kerb5
Somehow I failed to paste version number.... sudo-1.8.18-1.fc23
Historically, fedora/redhat authentication was based on pam. Sudo is compiled with --with-pam which is mutually excluded with --with-krb5 therefore it is not possible to use them both. But there is possibility to use pam_krb5.so pam module which is another way how to use kerberos tickets and sudo together.