diff options
| author | Nicole Vreden <nicky@box.(none)> | 2009-10-17 22:49:43 +0200 |
|---|---|---|
| committer | Nicole Vreden <nicky@box.(none)> | 2009-10-17 22:49:43 +0200 |
| commit | ff75584acb04c38e4e9172dd24b45532d6a3527d (patch) | |
| tree | 1e399ef23949b5d194d0a39924760927f1431a2c /src/YalpServer | |
| parent | 46e4b56c2fa3c70c6e6b664c8f328c5adefa3e1b (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')
| -rwxr-xr-x | src/YalpServer/ServerControlImpl.java | 2 |
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();
|
