summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2014-01-15 08:58:16 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-15 11:00:35 +0100
commit48ffe39b6b80c4f22ae4e11a85cc3d3fd46e0232 (patch)
tree0fc0f3f4a747d96d613ad27a0f3fc34a57284bb3
parent0070c0fedab5386b313908762c6b6ab2c1577489 (diff)
downloadfreeipa-48ffe39b6b80c4f22ae4e11a85cc3d3fd46e0232.tar.gz
freeipa-48ffe39b6b80c4f22ae4e11a85cc3d3fd46e0232.tar.xz
freeipa-48ffe39b6b80c4f22ae4e11a85cc3d3fd46e0232.zip
sudoOrder missing in sudoers
sudoers compat plugin configuration missed the sudoOrder attribute and it thus did not show up in ou=sudoers. Add the definion to update file. https://fedorahosted.org/freeipa/ticket/4107
-rw-r--r--install/updates/10-schema_compat.update2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/updates/10-schema_compat.update b/install/updates/10-schema_compat.update
index e65e67af..1199ef38 100644
--- a/install/updates/10-schema_compat.update
+++ b/install/updates/10-schema_compat.update
@@ -21,3 +21,5 @@ default:schema-compat-entry-attribute: objectclass=ieee802Device
default:schema-compat-entry-attribute: cn=%{fqdn}
default:schema-compat-entry-attribute: macAddress=%{macAddress}
+dn: cn=sudoers,cn=Schema Compatibility,cn=plugins,cn=config
+add:schema-compat-entry-attribute: sudoOrder=%{sudoOrder}