|
|
905b4d |
From 01fa6711add8c52aa1a8474cf34af67d1e555c91 Mon Sep 17 00:00:00 2001
|
|
|
905b4d |
From: Dan Lavu <side_control@runlevelone.net>
|
|
|
905b4d |
Date: Mon, 15 Dec 2014 03:20:40 +0100
|
|
|
905b4d |
Subject: [PATCH 1/2] MAN: Clarify ad_gpo_map* options
|
|
|
905b4d |
|
|
|
905b4d |
Resolves:
|
|
|
905b4d |
https://fedorahosted.org/sssd/ticket/2515
|
|
|
905b4d |
---
|
|
|
905b4d |
src/man/sssd-ad.5.xml | 11 +++++++++++
|
|
|
905b4d |
1 file changed, 11 insertions(+)
|
|
|
905b4d |
|
|
|
905b4d |
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
|
|
|
905b4d |
index 4e29d4f75cae5bf17e4bb85fa46c921b25ee8047..b721fb73b20837c9dc3abac25d3300649115c607 100644
|
|
|
905b4d |
--- a/src/man/sssd-ad.5.xml
|
|
|
905b4d |
+++ b/src/man/sssd-ad.5.xml
|
|
|
905b4d |
@@ -342,6 +342,11 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
|
|
|
905b4d |
DenyInteractiveLogonRight policy settings.
|
|
|
905b4d |
</para>
|
|
|
905b4d |
<para>
|
|
|
905b4d |
+ Note: Using the Group Policy Management Editor this
|
|
|
905b4d |
+ value InteractiveLogonRight is called "Allow log on
|
|
|
905b4d |
+ locally" and "Deny log on locally".
|
|
|
905b4d |
+ </para>
|
|
|
905b4d |
+ <para>
|
|
|
905b4d |
It is possible to add another PAM service name
|
|
|
905b4d |
to the default set by using <quote>+service_name</quote>
|
|
|
905b4d |
or to explicitly remove a PAM service name from
|
|
|
905b4d |
@@ -407,6 +412,12 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
|
|
|
905b4d |
DenyRemoteInteractiveLogonRight policy settings.
|
|
|
905b4d |
</para>
|
|
|
905b4d |
<para>
|
|
|
905b4d |
+ Note: Using the Group Policy Management Editor this
|
|
|
905b4d |
+ value is called "Allow log on through Remote Desktop
|
|
|
905b4d |
+ Services" and "Deny log on through Remote Desktop
|
|
|
905b4d |
+ Services".
|
|
|
905b4d |
+ </para>
|
|
|
905b4d |
+ <para>
|
|
|
905b4d |
It is possible to add another PAM service name
|
|
|
905b4d |
to the default set by using <quote>+service_name</quote>
|
|
|
905b4d |
or to explicitly remove a PAM service name from
|
|
|
905b4d |
--
|
|
|
905b4d |
1.9.3
|
|
|
905b4d |
|