yangzhenyu01
Results
1
comments of
yangzhenyu01
You must modify the source code,because Mongo 2.6 use md5 Encrypt,Mongo 3.x use sha1 Encrypt。 modify the dbmt.lua file. local function pass_digest ( username , password ) return ngx.md5(username .....