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

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