Last change
on this file since 835 was
782,
checked in by andersk, 16 years ago
|
Update to nss_nonlocal 1.7, which fixes the nscd bug.
|
File size:
361 bytes
|
Rev | Line | |
---|
[750] | 1 | #ifndef NONLOCAL_H |
---|
| 2 | #define NONLOCAL_H |
---|
[782] | 3 | |
---|
| 4 | #include "config.h" |
---|
| 5 | |
---|
[750] | 6 | enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop); |
---|
| 7 | enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop); |
---|
| 8 | enum nss_status check_nonlocal_user(const char *user, int *errnop); |
---|
[782] | 9 | |
---|
[750] | 10 | #define NONLOCAL_IGNORE_ENV "NSS_NONLOCAL_IGNORE" |
---|
[782] | 11 | |
---|
[750] | 12 | #endif /* NON_LOCAL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.