Dolda2000 GitWeb
/
utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial import.
[utils.git]
/
pam_krb5auto.c
1
#include <stdlib.h>
2
#include <unistd.h>
3
#include <krb5.h>
4
5
#define PAM_SM_AUTH
6
7
#include <security/pam_modules.h>
8
9
10
/*
11
* Local Variables:
12
* compile-command: "gcc -Wall -g --shared -fPIC -o pam_krb5auto.so pam_krb5auto.c"
13
* End:
14
*/