Crypt operpass

These are old archives. They are kept for historic purposes only.
Post Reply
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Crypt operpass

Post by jailmann »

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; };
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You can use this command to encrypt the oper password or the password-receive in a link block. Where's the problem? Why didn't you just try it? :roll:
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Post by jailmann »

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
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

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:
/mkpasswd crypt test
*** Authentication phrase (method=crypt, para=test) is: F6knk9JBx1x/Y
Then I put password "F6knk9JBx1x/Y" { crypt; }; into my oper block by replacing the old plain text password.
/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
Post Reply