diff options
author | Jr Aquino <jr.aquino@citrix.com> | 2011-07-19 15:19:57 -0700 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-07-19 08:06:21 -0400 |
commit | 78c3abd6bae2e2b8f2725beeeda41d718ba5dc17 (patch) | |
tree | d5e71e5778c372010af6e235992a64308b24dc85 /install | |
parent | eda4d20264020a8f985356bb05e7662efc21dd82 (diff) | |
download | freeipa-78c3abd6bae2e2b8f2725beeeda41d718ba5dc17.tar.gz freeipa-78c3abd6bae2e2b8f2725beeeda41d718ba5dc17.tar.xz freeipa-78c3abd6bae2e2b8f2725beeeda41d718ba5dc17.zip |
Correct behavior for sudorunasgroup vs sudorunasuser
https://fedorahosted.org/freeipa/ticket/1309
Diffstat (limited to 'install')
-rw-r--r-- | install/updates/10-schema_compat.update | 2 | ||||
-rw-r--r-- | install/updates/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/install/updates/10-schema_compat.update b/install/updates/10-schema_compat.update new file mode 100644 index 00000000..b8f76854 --- /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 ef1e9b71..38e4cab5 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 \ |