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:43 +0100
commit66ac0778a2f11ccc5151518d1ac859776caa845f (patch)
tree232a4fb314e21f417d93a1de96eba4889159afca
parent0fe745ef0ae8bb77adf711a9b166df737e221e22 (diff)
downloadfreeipa.git-66ac0778a2f11ccc5151518d1ac859776caa845f.tar.gz
freeipa.git-66ac0778a2f11ccc5151518d1ac859776caa845f.tar.xz
freeipa.git-66ac0778a2f11ccc5151518d1ac859776caa845f.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}