Blame SOURCES/0020-sudoOrder-missing-in-sudoers.patch
|
|
9991ea |
From 4e5f306c4a544d449a763b46baea0ebfdb0d5785 Mon Sep 17 00:00:00 2001
|
|
|
9991ea |
From: Martin Kosek <mkosek@redhat.com>
|
|
|
9991ea |
Date: Wed, 15 Jan 2014 08:58:16 +0100
|
|
|
9991ea |
Subject: [PATCH 20/25] sudoOrder missing in sudoers
|
|
|
9991ea |
|
|
|
9991ea |
sudoers compat plugin configuration missed the sudoOrder attribute
|
|
|
9991ea |
and it thus did not show up in ou=sudoers. Add the definion to update
|
|
|
9991ea |
file.
|
|
|
9991ea |
|
|
|
9991ea |
https://fedorahosted.org/freeipa/ticket/4107
|
|
|
9991ea |
---
|
|
|
9991ea |
install/updates/10-schema_compat.update | 2 ++
|
|
|
9991ea |
1 file changed, 2 insertions(+)
|
|
|
9991ea |
|
|
|
9991ea |
diff --git a/install/updates/10-schema_compat.update b/install/updates/10-schema_compat.update
|
|
|
9991ea |
index e65e67afc40f10eee342afc12e2132d36e9c2a1a..1199ef3861fb60e204cd0cd6272a829b495cdde7 100644
|
|
|
9991ea |
--- a/install/updates/10-schema_compat.update
|
|
|
9991ea |
+++ b/install/updates/10-schema_compat.update
|
|
|
9991ea |
@@ -21,3 +21,5 @@ dn: cn=computers, cn=Schema Compatibility, cn=plugins,
|
|
|
9991ea |
default:schema-compat-entry-attribute: cn=%{fqdn}
|
|
|
9991ea |
default:schema-compat-entry-attribute: macAddress=%{macAddress}
|
|
|
9991ea |
|
|
|
9991ea |
+dn: cn=sudoers,cn=Schema Compatibility,cn=plugins,cn=config
|
|
|
9991ea |
+add:schema-compat-entry-attribute: sudoOrder=%{sudoOrder}
|
|
|
9991ea |
--
|
|
|
9991ea |
1.8.4.2
|
|
|
9991ea |
|