Add initial meta-stx to support StarlingX build
[pti/rtp.git] / meta-stx / recipes-support / ldapscripts / files / ldapaddsudo.template.cgcs
diff --git a/meta-stx/recipes-support/ldapscripts/files/ldapaddsudo.template.cgcs b/meta-stx/recipes-support/ldapscripts/files/ldapaddsudo.template.cgcs
new file mode 100755 (executable)
index 0000000..f93170d
--- /dev/null
@@ -0,0 +1,10 @@
+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>