Bugs item #1943995, was opened at 2008-04-16 15:58
Message generated for change (Settings changed) made by mr-meltdown
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1943995&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: MonetDB5 5.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kevin Y. Kim (kykim)
Assigned to: Nobody/Anonymous (nobody)
>Summary: M5: only able to login once

Initial Comment:
OS: Mac OS X 10.4.11
Compiler: i686-apple-darwin8-gcc-4.0.1
bison: 2.3
autoconf: 2.61
automake: 1.10
libtool: 1.5.26

after creating a new database, user and schema
i am only able to login once.

after restarting mserver5, i am able to login in again.

also, password is send in the clear

> monetdb create foo                                                            
> # create the db
> mserver5 --dbname=foo --dbinit="include sql;" # start the db

> ./mclient -lsql
sql>CREATE USER "bar" WITH PASSWORD 'password' NAME 'Foobar User' SCHEMA "sys";
sql>CREATE SCHEMA "bar" AUTHORIZATION "bar";
sql>ALTER USER "bar" SET SCHEMA "bar";
> ./mclient -lsql -ubar
Password:password
sql>\q
> ./mclient -lsql -ubar
Password:password
!InvalidCredentialsException:checkCredentials:Invalid credentials for user 'bar'


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1943995&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to