am I right OR what's the right way
Rob Siemborski
rjs3 at andrew.cmu.edu
Mon Nov 11 12:12:07 EST 2002
On Mon, 11 Nov 2002, Andrei Loukinykh wrote:
> sasl_mysql_statement: select password from users where login = '%u'
I suspect your problem is you really want this to be of the form:
select %p from user_table where login = %u
The %p allows SASL to grab whatever property it needs from the table.
You'll need a "userPassword" column in the table as well.
-Rob
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski * Andrew Systems Group * Cyert Hall 207 * 412-268-7456
Research Systems Programmer * /usr/contributed Gatekeeper
More information about the Info-cyrus
mailing list