This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Re: NSS help!
- From: Florian Weimer <fweimer at redhat dot com>
- To: אלכסיי סיליוק <alex dot silyuk at gmail dot com>
- Cc: libc-help at sourceware dot org
- Date: Sun, 06 Jan 2019 14:07:01 +0100
- Subject: Re: NSS help!
- References: <CADwLjFKrnhM7-ztj7sAD8bai8esxEomv-_c2K6bEarjncVQ=Pg@mail.gmail.com>
* אלכסיי סיליוק:
> Hello, i used before 2-3 years with previous glibc package, i wrote nss
> service to invoke my functions and it worked well.
> Now i am using new glibc 2.26 and nsswitch simply not looking for my
> /usr/lib/libnss_rf.so.2 service to find passwords.
Is libnss_rf.so.2 even being loaded? What does
LD_DEBUG=all getent passwd
or
LD_DEBUG=all getent shadow
show?
Thanks,
Florian