Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. operator { /* name: the name of the oper */ name = "op";
  2. /* * user: the user@host required for this operator. Multi$ * user="" lines are supported. */ user = "*@*"; /* * password: the password required to oper. By default t$ * need to be encrypted by using the provided mkpasswd t$ * Several password hash algorithms are available depend$ * on your system's crypt() implementation. For example,$ * glibc already has support for the SHA-256/512 and MD5$ * algorithms. */ password = "hello"; /* * encrypted: controls whether the oper password above h$ * encrypted. */ encrypted = no; /* class: the class the oper joins when they successfull$ class = "opers"; } /*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement