musl-nscd icon indicating copy to clipboard operation
musl-nscd copied to clipboard

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

Results 7 musl-nscd issues
Sort by recently updated
recently updated
newest added

First of all, thank you very much for your work on this project. Are there any plans to implement DB_HOSTS support and the 'files' backend?

`automount` is a valid database for the name switch service. This allows processing the database entry in the configuration. The service now starts up rather than erroring out as it...

I hope that could be a good fix and the good way to proceed , it's first time I write C

If the path (/var/run/nscd/) does not exist then socket creation die, perhaps pre-create the directory will be an idea into the main.c

Tried to build libnss_mdns against musl-nscd-dev on Alpine. However got errors when building libnss_mdns against musl-nscd-dev: ``` $ make -j4 make all-am make[1]: Entering directory '/mnt/home/wxh/junk/nss-mdns-0.15.1' CC src/libnss_mdns_la-util.lo CC src/libnss_mdns_la-avahi.lo...

Consider replacing all instances with `/* empty */` instead.

I can’t get it work with winbind (Samba 4 DC) on Alpine Linux. ```sh $ getent passwd kflynn; echo $? 2 ``` **strace of musl-nscd:** ``` accept(4, NULL, NULL) =...