--- Unreal3.2.10.4/src/modules/m_mkpasswd.c	2014-07-26 08:42:10.000000000 -0700
+++ m_mkpasswd.c	2015-01-01 16:50:27.093808469 -0800
@@ -120,7 +120,7 @@
 			me.name, sptr->name);
 		return 0;
 	}
-	if ((type = Auth_FindType(parv[1])) == -1)
+	if ((type = Auth_FindType(tolower(parv[1]))) == -1)
 	{
 		sendto_one(sptr, 
 			":%s NOTICE %s :*** %s is not an enabled authentication method",
