diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-10-04 13:33:18 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2010-10-05 08:54:06 -0400 |
commit | b9c02a50c2257d866586dbc6b694c1edf25d67cc (patch) | |
tree | 53727ec0ff01553a7011e514a0dc527b2ebcf718 /install/share/60sudo.ldif | |
parent | 19d3ba9733905992d4eefd3cb640f4eb030471cc (diff) | |
download | freeipa.git-b9c02a50c2257d866586dbc6b694c1edf25d67cc.tar.gz freeipa.git-b9c02a50c2257d866586dbc6b694c1edf25d67cc.tar.xz freeipa.git-b9c02a50c2257d866586dbc6b694c1edf25d67cc.zip |
Fix descriptions
Diffstat (limited to 'install/share/60sudo.ldif')
-rw-r--r-- | install/share/60sudo.ldif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/60sudo.ldif b/install/share/60sudo.ldif index d7080859..957d8105 100644 --- a/install/share/60sudo.ldif +++ b/install/share/60sudo.ldif @@ -6,7 +6,7 @@ dn: cn=schema ## ObjectClasses: 2.16.840.1.113730.3.8.8.x ## ## Attribute to store DN of a SUDO command or a group of SUDO commands -attributetypes: (2.16.840.1.113730.3.8.7.1 NAME 'memberAllowCmd' DESC 'Reference to a command or group of the commands that are allowed by the rule.' SUP distinguishedName EQUALITY distinguishedNameMatch ORDERING distinguishedNameMatch SUBSTR distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'IPA v2' ) +attributetypes: (2.16.840.1.113730.3.8.7.1 NAME 'memberAllowCmd' DESC 'Reference to a command or group of commands that are allowed by the rule.' SUP distinguishedName EQUALITY distinguishedNameMatch ORDERING distinguishedNameMatch SUBSTR distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'IPA v2' ) ## Attribute to store command category attributetypes: (2.16.840.1.113730.3.8.7.2 NAME 'memberDenyCmd' DESC 'Reference to a command or group of the commands that are denied by the rule.' SUP distinguishedName EQUALITY distinguishedNameMatch ORDERING distinguishedNameMatch SUBSTR distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'IPA v2' ) ## Attribute to store command category |