From 48ffe39b6b80c4f22ae4e11a85cc3d3fd46e0232 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 15 Jan 2014 08:58:16 +0100 Subject: 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 --- install/updates/10-schema_compat.update | 2 ++ 1 file changed, 2 insertions(+) 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} -- cgit