====== Pluggable Authentication Module for the CODA filesystem ====== One of my early day student projects from 1999, maintained by Ivan Popov from 2002 until recently I picked it up again from [[http://www.kernel.org/pub/linux/libs/pam/modules.html]]. [[http://www.coda.cs.cmu.edu/|CODA]] is an advanced Network Filesystem. I used it a lot to replicate and backup my ''/home'' folder (more recently ''rsync'' has replaced the functionality for me). [[http://www.kernel.org/pub/linux/libs/pam/|PAM]] is a gnu/Linux standard for handling login and authentication tokens. //pam_coda// transparently creates coda-access-token(s) when a user logs in. It unobtrusively handles coda sessions allowing to integrate CODA and kerberos into everyday GNU/Linux use: * {{:oss:pamcoda:pam_kcoda.tgz|symlink to download the latest version}} * {{:oss:pamcoda:pam_kcoda-v0.5.1.tgz|download pam_kcoda v0.5.1}} * [[http://www.kernel.org/pub/linux/libs/pam/pre/modules/pam_kcoda-v0.4.tgz|download pam_kcoda 0.4]] * [[http://gareus.org/gitweb/?p=pam_kcoda.git|source repository]] {{tag>FLOSS}}