X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/f690366765c39b7177ef677cce8f6f62744e604b..26777523e553cef6e0c8a39cc121dd028655b1e8:/nonlocal.h diff --git a/nonlocal.h b/nonlocal.h index c583bf4..df772dd 100644 --- a/nonlocal.h +++ b/nonlocal.h @@ -1,5 +1,12 @@ #ifndef NONLOCAL_H #define NONLOCAL_H + +#include "config.h" + enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop); enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop); +enum nss_status check_nonlocal_user(const char *user, int *errnop); + +#define NONLOCAL_IGNORE_ENV "NSS_NONLOCAL_IGNORE" + #endif /* NON_LOCAL_H */