Blame SOURCES/1390935-mpo-7.4.0-nsswitch.conf.5.patch

5a015b
From 02dc2c2f14a67b719ba0eae06695a468fbb11d61 Mon Sep 17 00:00:00 2001
5a015b
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
5a015b
Date: Tue, 28 Mar 2017 15:02:09 +0200
5a015b
Subject: [PATCH 5/6] nsswitch.conf.5: add information about sss service
5a015b
5a015b
---
5a015b
 man-pages/man5/nsswitch.conf.5 | 16 +++++++++++++++-
5a015b
 1 file changed, 15 insertions(+), 1 deletion(-)
5a015b
5a015b
diff --git a/man-pages/man5/nsswitch.conf.5 b/man-pages/man5/nsswitch.conf.5
5a015b
index 72c459e..f234249 100644
5a015b
--- a/man-pages/man5/nsswitch.conf.5
5a015b
+++ b/man-pages/man5/nsswitch.conf.5
5a015b
@@ -175,6 +175,16 @@ may be 1 for glibc 2.0, or 2 for glibc 2.1 and later.
5a015b
 On systems with additional libraries installed, you may have access to
5a015b
 further services such as "hesiod", "ldap", "winbind" and "wins".
5a015b
 .LP
5a015b
+If System Security Services Daemon (SSSD)
5a015b
+is installed on your system, you can use
5a015b
+this service with the "sss" keyword.
5a015b
+SSSD supports the following databases:
5a015b
+.BR passwd ,
5a015b
+.BR group ,
5a015b
+.BR services
5a015b
+and
5a015b
+.BR netgroup .
5a015b
+.LP
5a015b
 An action may also be specified following a service specification.
5a015b
 The action modifies the behavior following a result obtained
5a015b
 from the preceding data source.
5a015b
@@ -290,11 +300,15 @@ NIS passwd map.
5a015b
 .RE
5a015b
 .LP
5a015b
 By default the source is "nis", but this may be
5a015b
-overridden by specifying "nisplus" as the source for the pseudo-databases
5a015b
+overridden by specifying any NSS service except "compat" itself
5a015b
+as the source for the pseudo-databases
5a015b
 .BR passwd_compat ,
5a015b
 .BR group_compat ,
5a015b
 and
5a015b
 .BR shadow_compat .
5a015b
+.LP
5a015b
+If SSSD is installed on your system, you can use "sss" as the source
5a015b
+for these pseudo-databases.
5a015b
 .SH FILES
5a015b
 A service named
5a015b
 .I SERVICE
5a015b
-- 
5a015b
2.7.4
5a015b