Guest User

Untitled

a guest
Dec 17th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. #-#-#-#-#-#-#-#-#-#-#- OPERATOR CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#
  2. # #
  3. # Opers are defined here. This is a very important section. #
  4. # Remember to only make operators out of trust worthy people. #
  5. # #
  6.  
  7. # oline with plain-text password
  8. <oper
  9. # name: oper login that is used to oper up (/oper name password).
  10. # Remember: This is case sensitive
  11. name=""
  12.  
  13. # password: case-sensitive, unhashed...yea...self-explanatory.
  14. password=""
  15.  
  16. # host: What hostnames/IP's are allowed to oper up with this oline.
  17. # Multiple options can be separated by spaces and CIDR's are allowed.
  18. # You CAN use just * or *@* for this section, but it is not recommended
  19. # for security reasons.
  20. host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16"
  21.  
  22. # ** ADVANCED ** This option is disabled by default.
  23. # fingerprint: When using the m_sslinfo module, you may specify
  24. # a key fingerprint here. This can be obtained by using the /sslinfo
  25. # command while the module is loaded, and is also noticed on connect.
  26. # This enhances security by verifying that the person opering up has
  27. # a matching SSL client certificate, which is very difficult to
  28. # forge (impossible unless preimage attacks on the hash exist).
  29. # If m_sslinfo isn't loaded, this option will be ignored.
  30. #fingerprint="67cb9dc013248a829bb2171ed11becd4"
  31.  
  32. # autologin: if an SSL fingerprint for this oper is specified, you can
  33. # have the oper block automatically log in. This moves all security of the
  34. # oper block to the protection of the client certificate, so be sure that
  35. # the private key is well-protected! Requires m_sslinfo.
  36. #autologin="on"
  37.  
  38. # sslonly: This oper can only oper up if they're using a SSL connection.
  39. # Setting this option adds a decent bit of security. Highly recommended
  40. # if the oper is on wifi, or specifically, unsecured wifi. Note that it
  41. # is redundant to specify this option if you specify a fingerprint.
  42. # This setting only takes effect if m_sslinfo is loaded.
  43. #sslonly="yes"
  44.  
  45. # vhost: overrides the vhost in the type block. Class and modes may also
  46. # be overridden
  47. vhost=""
  48.  
  49. # type: What oper type this oline is. See the block above for list
  50. # of types. NOTE: This is case-sensitive as well.
  51. type="NetAdmin">
  52.  
  53. # oline with plain-text password and no comments..for all who like copy & paste
  54. <oper
  55. name=""
  56. password=""
  57. host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16"
  58. #fingerprint="67cb9dc013248a829bb2171ed11becd4"
  59. type="NetAdmin">
  60.  
  61. # oline with hashed password. It is highly recommended to use hashed passwords.
  62. <oper
  63. # name: oper login that is used to oper up (/oper name password).
  64. # Remember: This is case sensitive
  65. name=""
  66.  
  67. # hash: what hash this password is hashed with. requires the module
  68. # for selected hash (m_md5.so, m_sha256.so or m_ripemd160.so) be
  69. # loaded and the password hashing module (m_password_hash.so)
  70. # loaded. Options here are: "md5", "sha256" and "ripemd160".
  71. # Create hashed password with: /mkpasswd <hash> <password>
  72. hash="sha256"
  73.  
  74. # password: a hash of your password (see above option) hashed
  75. # with /mkpasswd <hash> <password> . See m_password_hash in modules.conf
  76. # for more information about password hashing.
  77. password="1ec1c26b50d5d3c58d9583181af8076655fe00756bf7285940ba3670f99fcba0"
  78.  
  79. # host: What hostnames/IP's are allowed to oper up with this oline.
  80. # Multiple options can be separated by spaces and CIDR's are allowed.
  81. # You CAN use just * or *@* for this section, but it is not recommended
  82. # for security reasons.
  83. host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16"
  84.  
  85. # type: What oper type this oline is. See the block above for list
  86. # of types. NOTE: This is case-sensitive as well.
  87. type="NetAdmin">
  88.  
  89. Please go edit put example of this
Add Comment
Please, Sign In to add comment