summaryrefslogtreecommitdiff
path: root/src/YalpServer/ServerControlImpl.java
diff options
context:
space:
mode:
authorNicole Vreden <nicky@box.(none)>2009-10-17 22:49:43 +0200
committerNicole Vreden <nicky@box.(none)>2009-10-17 22:49:43 +0200
commitff75584acb04c38e4e9172dd24b45532d6a3527d (patch)
tree1e399ef23949b5d194d0a39924760927f1431a2c /src/YalpServer/ServerControlImpl.java
parent46e4b56c2fa3c70c6e6b664c8f328c5adefa3e1b (diff)
pgsqlauth: added password column
- used to identify user - t.b.d. implement yalpauth to use db for user verification Signed-off-by: Nicole Vreden <nicky@box.(none)>
Diffstat (limited to 'src/YalpServer/ServerControlImpl.java')
-rwxr-xr-xsrc/YalpServer/ServerControlImpl.java2
1 files changed, 2 insertions, 0 deletions
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();