From fa50831c92f4849af7b1e8cc95e87555b06d2ca6 Mon Sep 17 00:00:00 2001 From: nalin Date: Mon, 18 Nov 2002 19:53:21 +0000 Subject: - initial checkin --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..f1f6703 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +nss_directories + +nss_directories is a set of C library extensions which allow a directory +full of files to be used as a primary source of user, group, and service +information instead of or in addition to flat files or NIS. + +nss_files nss_directories +========= =============== +/etc/passwd /etc/passwd.d/* +/etc/shadow /etc/shadow.d/* +/etc/group /etc/group.d/* +/etc/services /etc/services.d/* -- cgit