nss-wrapper
Wrapper for the user, group and hosts NSS API
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, one needs to grant privileges to modify the passwd and group files. With this package it is possible to define your own passwd and group files to be used the software while it is under test. It also allows you to create a hosts file to set up name resolution for the addresses you use with socket_wrapper. It provides the following features:
Provides information for user and group accounts.
Network name resolution using a hosts file.
Loading and testing of NSS modules.
- Versions: 1.1.16
- Website: https://cwrap.org/nss_wrapper.html
- Licenses: Modified BSD
- Package source: gnu/packages/samba.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nss-wrapper as follows:
guix install nss-wrapper
Or install a particular version:
guix install nss-wrapper@1.1.16
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of nss-wrapper about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nss-wrapper'><img src='https://packages.guix.gnu.org/packages/nss-wrapper/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nss-wrapper)
Example Org:
[[https://packages.guix.gnu.org/packages/nss-wrapper][https://packages.guix.gnu.org/packages/nss-wrapper/badges/latest-version.svg]]