My database has two diffrent encryption methods. Is it possible for mod_auth_mysql's AuthMysqlPwEncryption to first check one, say md5, then if it fails try crypt?
thanks in advance
winn johnston
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, sorry. You can't use multiple encryption for the same directory with mod_auth_mysql. Different directories can have different encryptions, however.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My database has two diffrent encryption methods. Is it possible for mod_auth_mysql's AuthMysqlPwEncryption to first check one, say md5, then if it fails try crypt?
thanks in advance
winn johnston
No, sorry. You can't use multiple encryption for the same directory with mod_auth_mysql. Different directories can have different encryptions, however.