source:
branches/fc11-dev/server/common/oursrc/nss_nonlocal/README
@
1179
Last change on this file since 1179 was 750, checked in by andersk, 17 years ago | |
---|---|
File size: 373 bytes |
Line | |
---|---|
1 | This is nss_nonlocal, an nsswitch module that acts as a proxy for other |
2 | nsswitch modules like hesiod, but prevents non-local users from |
3 | potentially gaining local privileges by spoofing local UIDs and GIDs. |
4 | |
5 | To use it, configure /etc/nsswitch.conf as follows: |
6 | |
7 | passwd: compat nonlocal |
8 | passwd_nonlocal: hesiod |
9 | group: compat nonlocal |
10 | group_nonlocal: hesiod |
Note: See TracBrowser
for help on using the repository browser.