From ff75584acb04c38e4e9172dd24b45532d6a3527d Mon Sep 17 00:00:00 2001 From: Nicole Vreden Date: Sat, 17 Oct 2009 22:49:43 +0200 Subject: pgsqlauth: added password column - used to identify user - t.b.d. implement yalpauth to use db for user verification Signed-off-by: Nicole Vreden --- server.sh | 2 +- src/YalpInputs/YalpPGSqlInput/db-design-sql.backup | Bin 7899 -> 7924 bytes src/YalpServer/ServerControlImpl.java | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/server.sh b/server.sh index 89735a4..bb38d65 100755 --- a/server.sh +++ b/server.sh @@ -1,4 +1,4 @@ /usr/bin/orbd -ORBInitialPort 1050 & -sleep 2 +sleep 4 java -Djava.library.path=./lib -jar yalpServer.jar -ORBInitialPort 1050 -ORBInitialHost localhost killall -9 orbd diff --git a/src/YalpInputs/YalpPGSqlInput/db-design-sql.backup b/src/YalpInputs/YalpPGSqlInput/db-design-sql.backup index 37c1585..8dc69e0 100644 Binary files a/src/YalpInputs/YalpPGSqlInput/db-design-sql.backup and b/src/YalpInputs/YalpPGSqlInput/db-design-sql.backup differ diff --git a/src/YalpServer/ServerControlImpl.java b/src/YalpServer/ServerControlImpl.java index 5612e2c..2470175 100755 --- a/src/YalpServer/ServerControlImpl.java +++ b/src/YalpServer/ServerControlImpl.java @@ -83,6 +83,8 @@ public ServerControlImpl() { logger.debug("clientLogon()"); /* t.b.d. session managmnet */ try { + + System.out.println("logon: "+userName+" - "+ipAdress); session.value = new Session(); -- cgit v1.2.3