gplv2/ldapscripts/files/ldapaddsudo.template.cgcs
Dean Troyer 9c72843aa1 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:36:06 -07:00

11 lines
309 B
Plaintext
Executable File

dn: cn=<user>,ou=SUDOers,<suffix>
objectClass: top
objectClass: sudoRole
cn: <user>
sudoUser: <user>
sudoHost: ALL
sudoRunAsUser: ALL
sudoCommand: ALL
#sudoOrder: <default: 0, if multiple entries match, this entry with the highest sudoOrder is used>
#sudoOption: <specify other sudo specific attributes here>