-
-
Save mjuszczak/f39a9f56c3b9ce77e108 to your computer and use it in GitHub Desktop.
SUDOers Example LDIF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: CN=Sudoers,DC=example,DC=com | |
objectClass: top | |
objectClass: container | |
cn: Sudoers | |
name: Sudoers | |
description: Default container for Sudoers configuration | |
distinguishedName: CN=Sudoers,DC=example,DC=com | |
# sudo defaults | |
dn: cn=defaults,CN=Sudoers,DC=example,DC=com | |
objectClass: top | |
objectClass: sudoRole | |
cn: defaults | |
description: Default sudoOptions go here | |
sudoOption: env_keep+=SSH_AUTH_SOCK | |
dn: CN=root,CN=Sudoers,DC=example,DC=com | |
objectClass: top | |
objectClass: sudoRole | |
cn: root | |
sudoHost: ALL | |
sudoCommand: ALL | |
sudoUser: ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment