An open API service indexing awesome lists of open source software.

https://github.com/bandie91/libnss_idmap

Linux Name Service Switch module to transparently substitute UIDs and GIDs in existing passwd and group databases
https://github.com/bandie91/libnss_idmap

libnss library linux mapping nsswitch user-management

Last synced: 2 months ago
JSON representation

Linux Name Service Switch module to transparently substitute UIDs and GIDs in existing passwd and group databases

Awesome Lists containing this project

README

          

# Synopsis

Linux Name Service Switch module to transparently substitute UIDs and
GIDs in existing passwd and group databases

# How does it work

It's an nsswitch module like `files`, `compat`, `nis`, or `sssd`. It
calls other modules configured on the system, but replaces IDs
(according to configuration) before returns the answer.

![base flow diagram](overview.svg)

# Examples

see config [examples](src/idmap.examples)

# issues

Please submit issues via PR to some file `issue/TITLE.txt`.