This directory collects various contributed helper programs for Coda. ====================================================================== Several PAM (pluggable authentication modules) for Coda authentication ====================================================================== pam_coda-v0.2-robin.tgz Robin Gareus Forks clog to obtain a Coda token and authenticate a user. For more information and a PAM Coda Howto, see http://coda.uni-hd.de/ pam_coda-v0.1-borbely.tar.gz Borbely Zoltan A different approach, this modules links directly to Coda's libauth.a library and therefore requires an unpacked and previously built Coda tree. pam_kcoda-v0.3.tgz Ivan Popov This module uses previously obtained kerberos credentials to obtain a Coda token using the kerberized version of clog (aka. kclog). This module is based on the pam_coda V0.2 module by Robin Gareus. from the author, It is meant to be used together with kerberos pam, kerberos is used for authentication, and pam_kcoda - in "session" section. It runs the kclog binary and in that way does not depend on the coda internals and versions. Version 0.3 should be used as follows (pathnames may vary) : ----------------------------------------------------------------------- [auth required pam_krb5.so [ccache=SAFE require_keytab]] auth optional pam_kcoda.so [kclog /usr/local/bin/kclog] [ignore_root] [session optional pam_krb5.so] session optional pam_kcoda.so [cunlog /usr/local/bin/cunlog] [nocunlog] ----------------------------------------------------------------------- pam_coda-v0.1-adrian.tar.gz Adrian Pavlykevych This module keeps the Coda password separate from the authenticating password by prompting separately for the Coda password which is only used to obtain Coda tokens. This module is based on the pam_coda-v0.1 module written by Borbely Zoltan so it links directly to coda-src/auth/libauth.a.