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 -- Martin Kosek <[email protected]> Supervisor, Software Engineering - Identity Management Team Red Hat Inc.
From 8b243fc3d8de0883b4a15e5c25c7dcfb3727f007 Mon Sep 17 00:00:00 2001 From: Martin Kosek <[email protected]> Date: Wed, 15 Jan 2014 08:58:16 +0100 Subject: [PATCH] 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 e65e67afc40f10eee342afc12e2132d36e9c2a1a..285c350ddb71a5e79a56af7870dbc5300da623eb 100644 --- a/install/updates/10-schema_compat.update +++ b/install/updates/10-schema_compat.update @@ -21,3 +21,5 @@ dn: cn=computers, cn=Schema Compatibility, cn=plugins, 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} -- 1.8.4.2
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
