i have read on the forum an found this post
BY Darvocet
Can i use this to crypt all the oper pass in unrealircd.conf
/mkpasswd crypt <pass> (Example pass is UNREALircD)
Example Response: (%) *** Authentication phrase (method=crypt, para=UNREALircD) is: 65hbo3NywGub2
then write it like
password-receive "65hbo3NywGub2" { crypt; };
Crypt operpass
Hello
i dont want to break anything
i have tried to do this
then i get a crypt password but when i put it in Unrealircd.conf an want to be a Oper i says
[10:56] *** Connection password incorrect!
but if i oper me whith the crypt password i can be oper
is it me there have read thiswrong i thougt i coulkd crypt my oper password an still use it but in the unrealircd it is cryptet
i dont want to break anything
i have tried to do this
then i get a crypt password but when i put it in Unrealircd.conf an want to be a Oper i says
[10:56] *** Connection password incorrect!
but if i oper me whith the crypt password i can be oper
is it me there have read thiswrong i thougt i coulkd crypt my oper password an still use it but in the unrealircd it is cryptet
Huh? What connection password is that, and what has it to do with /oper passwords?
The "crypt" authentication type should work well. We have no problems with it. Example:
The "crypt" authentication type should work well. We have no problems with it. Example:
Then I put password "F6knk9JBx1x/Y" { crypt; }; into my oper block by replacing the old plain text password./mkpasswd crypt test
*** Authentication phrase (method=crypt, para=test) is: F6knk9JBx1x/Y
/rehash
*** Notice -- AngryWolf is rehashing server config file
382 unrealircd.conf : Rehashing
*** Notice -- Loading IRCd configuration ..
*** Notice -- Configuration loaded without any problems ..
/umode -o
*** Mode change "-ohaANW" for user AngryWolf by AngryWolf
008 Server notice mask (+ks)
/oper AngryWolf test
*** Notice -- AngryWolf (~[email protected]) [AngryWolf] is now a
network administrator (N)
[11:30] *** Mode change "+ohaANW" for user AngryWolf by AngryWolf
008 Server notice mask (+kcfFjveGnNqSs)
381 You are now an IRC Operator