Skip to content

alokmenghrajani/pam_krb5_ccache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

pam_krb5_ccache

PAM module for ksu style Kerberos authentication in sudo.

Usage


/etc/sudoers:
    Defaults    env_keep += "KRB5CCNAME"
    # optional, to permit `ssh host cmd` style usage
    Defaults !requiretty,visiblepw

/etc/pam.d/sudo:
    auth  sufficient   pam_krb5_ccache.so

Notes

Useful in environments where one wishes to use sudo in place of ksu.

Stackable with other modules, such as pam_krb5. If pam_krb5_ccache is placed before other authentication modules it will first silently attempt to authenticate using the credential cache, then fall back to other mechanisms.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • Makefile 3.0%