Hey guys,
I've got my IRCD and services up and running with SSL on Win32 and everything is working fine. I would simply like to know how to encrypt the oper password.
I have scanned the documentation several times, and while I am fully aware of the section that explains how to tell Unreal which encryption you have chosen, it doesn't appear to explain how to encrypt the password itself.
"The oper::password is the password the user must specify, oper::password:: allows you to specify an authentication method for this password, valid auth-types are crypt, md5, and sha1, ripemd-160. If you want to use a plain-text password leave this sub-block out."
Can someone explain the proper procedure for encrypting the oper password on a Windows XP or 2003 platform?
I've also searched the forums for my question, and found people pointing out the section I italicized and also a /mkpass or /mkpasswd command that does not appear to exist for me.
Did I miss something?
Encrypting Oper Password (3.2.4 - Win32)
-
Ron2K
Re: Encrypting Oper Password (3.2.4 - Win32)
It's there. Syntax for the command can be found in the helpop documentation (type "/HELPOP mkpasswd"). You need to be an oper to use it unless you have set::options::mkpasswd-for-everyone enabled.whoaboy wrote:... and also a /mkpass or /mkpasswd command that does not appear to exist for me.
-
Ron2K