pikhq / musl-nscd

Musl-nscd is an implementation of the NSCD protocol, suitable for use with musl and with standard NSS modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

musl-nscd is an implementation of the NSCD protocol. It makes use of NSS
modules, just like with glibc. This permits alternative backends for the user
and group databases for musl libc. The protocol it uses is a subset of that
used by glibc. This project was created with the help of Contauro Ltd.

Configuration of which modules to use should be given in /etc/nsswitch.conf.
The syntax of the file matches glibc's.

To build and install:
./configure
make

About

Musl-nscd is an implementation of the NSCD protocol, suitable for use with musl and with standard NSS modules

License:Other


Languages

Language:C 81.7%Language:Yacc 4.9%Language:Makefile 4.8%Language:Roff 3.7%Language:Lex 3.0%Language:Shell 1.9%