mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
ccb84bf2d4
- Update WWW - Add LICENSE_FILE - Use USES=cmake:testing - Use USES=pathfix to fix .pc installation - Fix indent - Convert PLIST_FILES to PLIST - Update pkg-descr - Take maintainership
14 lines
705 B
Plaintext
14 lines
705 B
Plaintext
There are projects that need to be able to create, modify, and delete Unix
|
|
users. Others just switch user IDs to interact with the system on behalf of
|
|
another user (e.g. a user space file server). To be able to test applications
|
|
like these, you need to grant privileges to modify the passwd and group files.
|
|
With nss_wrapper it is possible to define your own passwd and group files to be
|
|
used the software while it is under test. The nss_wrapper also allows you to
|
|
create a hosts file to set up name resolution for the addresses you use with
|
|
socket_wrapper.
|
|
|
|
Features:
|
|
- Provides information for user and group accounts.
|
|
- Network name resolution using a hosts file.
|
|
- Loading and testing of NSS modules.
|