From: fredrik@DOLDA2000.COM Date: Fri, 4 Mar 2005 15:03:46 +0000 (+0000) Subject: Initial import. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=dc647f87d4a534c14cc08972a25541da44dd49dc;hp=1df7c6ce9c99d242e7fccda7277d545a1a22b062 Initial import. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@171 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/pam_krb5auto.c b/pam_krb5auto.c new file mode 100644 index 0000000..cf1e5e7 --- /dev/null +++ b/pam_krb5auto.c @@ -0,0 +1,14 @@ +#include +#include +#include + +#define PAM_SM_AUTH + +#include + + +/* + * Local Variables: + * compile-command: "gcc -Wall -g --shared -fPIC -o pam_krb5auto.so pam_krb5auto.c" + * End: + */