f93170db488369a9a6c74960758f5a90b4ab4163
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / ldapscripts / files / ldapaddsudo.template.cgcs
1 dn: cn=<user>,ou=SUDOers,<suffix>
2 objectClass: top
3 objectClass: sudoRole
4 cn: <user>
5 sudoUser: <user>
6 sudoHost: ALL
7 sudoRunAsUser: ALL
8 sudoCommand: ALL
9 #sudoOrder: <default: 0, if multiple entries match, this entry with the highest sudoOrder is used>
10 #sudoOption: <specify other sudo specific attributes here>