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

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