From 13ad21135e993adda39ffbc5749a710ff2e3c148 Mon Sep 17 00:00:00 2001 From: Jr Aquino Date: Jul 19 2011 12:06:33 +0000 Subject: Correct behavior for sudorunasgroup vs sudorunasuser https://fedorahosted.org/freeipa/ticket/1309 --- diff --git a/install/updates/10-schema_compat.update b/install/updates/10-schema_compat.update new file mode 100644 index 0000000..b8f7685 --- /dev/null +++ b/install/updates/10-schema_compat.update @@ -0,0 +1,2 @@ +dn: cn=sudoers,cn=Schema Compatibility,cn=plugins,cn=config +replace: schema-compat-entry-attribute:'sudoRunAsGroup=%deref("ipaSudoRunAs","cn")::sudoRunAsGroup=%deref_f("ipaSudoRunAsGroup","(objectclass=posixGroup)","cn")' diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index b7169df..ee5c176 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -12,6 +12,7 @@ app_DATA = \ 20-indices.update \ 20-nss_ldap.update \ 20-replication.update \ + 10-schema_compat.update \ 20-user_private_groups.update \ 20-winsync_index.update \ 21-replicas_container.update \