Ignore:
Timestamp:
Jul 29, 2008, 7:18:13 AM (16 years ago)
Author:
andersk
Message:
Update to nss_nonlocal 1.7, which fixes the nscd bug.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/nss_nonlocal/nonlocal.h

    r750 r782  
    11#ifndef NONLOCAL_H
    22#define NONLOCAL_H
     3
     4#include "config.h"
     5
    36enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop);
    47enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop);
    58enum nss_status check_nonlocal_user(const char *user, int *errnop);
     9
    610#define NONLOCAL_IGNORE_ENV "NSS_NONLOCAL_IGNORE"
     11
    712#endif /* NON_LOCAL_H */
Note: See TracChangeset for help on using the changeset viewer.