From: Moriyoshi K. <mo...@mo...> - 2010-08-20 07:53:19
|
You can specify any valid SQL expression to usercolumn. For your case, REPLACE(user, '@', '_') will do. Regards, Moriyoshi On Tue, Aug 17, 2010 at 6:04 AM, Noel Rocha <ns....@ms...> wrote: > Hello, > > I use pam-mysql to authenticate my e-mail users. > > These email users authenticate on server using a "_"(underscore) instead of "@". > > Now, my e-mail users will authenticate with "@" but I need to keep backward compatibility with the "_". > > Any suggestions how I can do this with pam_mysql? Thanks in advance, > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > pam-mysql-general mailing list > pam...@li... > https://lists.sourceforge.net/lists/listinfo/pam-mysql-general > |