diff options
author | Christian Ambach <ambi@samba.org> | 2014-04-14 22:11:12 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2014-06-04 20:09:38 +0200 |
commit | 89961ca2972b087ae4a974ce223b75263ec1ee1f (patch) | |
tree | 804c2d2b6808b2f57987bcd0bd10a3ddde5d3549 /source3/winbindd/winbindd_pam.c | |
parent | 62b4d442b9b43d40137ba82e9d00c864ef2d1c25 (diff) | |
download | samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.gz samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.xz samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.zip |
s3:lib/afs move afs.c to common lib dir
some of the code in afs.c is needed by wbinfo that lives in the toplevel
nsswitch directory, so move the afs.c file to a new top-level lib/afs
directory. Use the name afs_funcs to avoid collisions with the afs.h
header from OpenAFS
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_pam.c')
-rw-r--r-- | source3/winbindd/winbindd_pam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index 415dc79974..65f27dfcad 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -41,6 +41,7 @@ #include "auth/kerberos/pac_utils.h" #include "auth/gensec/gensec.h" #include "librpc/crypto/gse_krb5.h" +#include "lib/afs/afs_funcs.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND |