Guest User

Untitled

a guest
Jul 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. attributetype ( 1.3.6.1.4.1.15953.9.1.1
  2. NAME 'sudoUser'
  3. DESC 'User(s) who may run sudo'
  4. EQUALITY caseExactIA5Match
  5. SUBSTR caseExactIA5SubstringsMatch
  6. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  7.  
  8.  
  9. attributetype ( 1.3.6.1.4.1.15953.9.1.2
  10. NAME 'sudoHost'
  11. DESC 'Host(s) who may run sudo'
  12. EQUALITY caseExactIA5Match
  13. SUBSTR caseExactIA5SubstringsMatch
  14. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  15.  
  16.  
  17. attributetype ( 1.3.6.1.4.1.15953.9.1.3
  18. NAME 'sudoCommand'
  19. DESC 'Command(s) to be executed by sudo'
  20. EQUALITY caseExactIA5Match
  21. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  22.  
  23.  
  24. attributetype ( 1.3.6.1.4.1.15953.9.1.4
  25. NAME 'sudoRunAs'
  26. DESC 'User(s) impersonated by sudo'
  27. EQUALITY caseExactIA5Match
  28. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  29.  
  30.  
  31. attributetype ( 1.3.6.1.4.1.15953.9.1.5
  32. NAME 'sudoOption'
  33. DESC 'Options(s) followed by sudo'
  34. EQUALITY caseExactIA5Match
  35. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  36.  
  37.  
  38. attributetype ( 1.3.6.1.4.1.15953.9.1.6
  39. NAME 'sudoRunAsUser'
  40. DESC 'User(s) impersonated by sudo'
  41. EQUALITY caseExactIA5Match
  42. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  43.  
  44.  
  45. attributetype ( 1.3.6.1.4.1.15953.9.1.7
  46. NAME 'sudoRunAsGroup'
  47. DESC 'Group(s) impersonated by sudo'
  48. EQUALITY caseExactIA5Match
  49. SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
  50.  
  51.  
  52. objectclass ( 1.3.6.1.4.1.15953.9.2.1 NAME 'sudoRole' SUP top STRUCTURAL
  53. DESC 'Sudoer Entries'
  54. MUST ( cn )
  55. MAY ( sudoUser $ sudoHost $ sudoCommand $ sudoRunAs $ sudoRunAsUser $
  56. sudoRunAsGroup $ sudoOption $ description )
  57. )
Add Comment
Please, Sign In to add comment