Revision 22714,
287 bytes
checked in by tabbott, 17 years ago
(diff) |
In libnss-nonlocal:
* Have initgroups() only add nonlocal groups to nonlocal users.
* If a group called nss-local-users exists, add local users to it.
* If a group called nss-nonlocal-users exists, add nonlocal users to it.
* Create nss-local-users and nss-nonlocal-users at installation.
|
Rev | Line | |
---|
[22686] | 1 | #ifndef NONLOCAL_H |
---|
| 2 | #define NONLOCAL_H |
---|
| 3 | enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop); |
---|
| 4 | enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop); |
---|
[22714] | 5 | enum nss_status check_nonlocal_user(const char *user, int *errnop); |
---|
[22686] | 6 | #endif /* NON_LOCAL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.