|
|
3bf15c |
From ca56d826dbaa05403454d8971b59fabe8b5642d5 Mon Sep 17 00:00:00 2001
|
|
|
3bf15c |
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
|
|
3bf15c |
Date: Fri, 27 Jul 2018 17:23:26 +0200
|
|
|
3bf15c |
Subject: [PATCH 3/5] nsswitch.conf.5: add information about sss service
|
|
|
3bf15c |
|
|
|
3bf15c |
---
|
|
|
3bf15c |
man5/nsswitch.conf.5 | 13 +++++++++++++
|
|
|
3bf15c |
1 file changed, 13 insertions(+)
|
|
|
3bf15c |
|
|
|
3bf15c |
diff --git a/man5/nsswitch.conf.5 b/man5/nsswitch.conf.5
|
|
|
3bf15c |
index 38ef64e..dcf09e6 100644
|
|
|
3bf15c |
--- a/man5/nsswitch.conf.5
|
|
|
3bf15c |
+++ b/man5/nsswitch.conf.5
|
|
|
3bf15c |
@@ -165,6 +165,16 @@ may be 1 for glibc 2.0, or 2 for glibc 2.1 and later.
|
|
|
3bf15c |
On systems with additional libraries installed, you may have access to
|
|
|
3bf15c |
further services such as "hesiod", "ldap", "winbind" and "wins".
|
|
|
3bf15c |
.PP
|
|
|
3bf15c |
+If System Security Services Daemon (SSSD)
|
|
|
3bf15c |
+is installed on your system, you can use
|
|
|
3bf15c |
+this service with the "sss" keyword.
|
|
|
3bf15c |
+SSSD supports the following databases:
|
|
|
3bf15c |
+.BR passwd ,
|
|
|
3bf15c |
+.BR group ,
|
|
|
3bf15c |
+.BR services
|
|
|
3bf15c |
+and
|
|
|
3bf15c |
+.BR netgroup .
|
|
|
3bf15c |
+.PP
|
|
|
3bf15c |
An action may also be specified following a service specification.
|
|
|
3bf15c |
The action modifies the behavior following a result obtained
|
|
|
3bf15c |
from the preceding data source.
|
|
|
3bf15c |
@@ -329,6 +339,9 @@ as the source for the pseudo-databases
|
|
|
3bf15c |
.BR group_compat ,
|
|
|
3bf15c |
and
|
|
|
3bf15c |
.BR shadow_compat .
|
|
|
3bf15c |
+.PP
|
|
|
3bf15c |
+If SSSD is installed on your system, you can use "sss" as the source
|
|
|
3bf15c |
+for these pseudo-databases.
|
|
|
3bf15c |
.SH FILES
|
|
|
3bf15c |
A service named
|
|
|
3bf15c |
.I SERVICE
|
|
|
3bf15c |
--
|
|
|
3bf15c |
2.17.1
|
|
|
3bf15c |
|