From 12456a95b575eceefec248f0552b7b09fac5e1bf Mon Sep 17 00:00:00 2001
From: Alan Beccati <beccati@rasdaman.com>
Date: Fri, 30 Aug 2013 11:08:22 +0200
Subject: [PATCH] ticket:125 Added different parameters for rasdaman server
login
---
applications/rasgeo/README | 8 +++++++-
applications/rasgeo/rasconnect | 4 ++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/applications/rasgeo/README b/applications/rasgeo/README
index b3d49d2..a5263fd 100644
a
|
b
|
security requirements. The structure of the file is as follows
|
56 | 56 | raspassword=rasadmin |
57 | 57 | petauser=petauser |
58 | 58 | petapassword=petapasswd |
| 59 | |
| 60 | TODO: After 0.5, include these two parameters for rasdaman administrative login |
| 61 | # user for logging in to rasdaman |
| 62 | rasloginuser=rasadmin |
| 63 | # password for logging in to rasdaman |
| 64 | rasloginpassword=rasadmin |
59 | 65 | |
60 | 66 | |
61 | 67 | Note: |
… |
… |
getRmanDataType(GDALDataType type)
|
428 | 434 | return rtype; |
429 | 435 | } |
430 | 436 | |
431 | | |
432 | | No newline at end of file |
| 437 | |
diff --git a/applications/rasgeo/rasconnect b/applications/rasgeo/rasconnect
index f4f0d2a..4fd29b5 100644
a
|
b
|
rasuser=rasdaman
|
7 | 7 | raspassword=rasdaman |
8 | 8 | petauser=rasdaman |
9 | 9 | petapassword=rasdaman |
| 10 | # user for logging in to rasdaman |
| 11 | rasloginuser=rasadmin |
| 12 | # password for logging in to rasdaman |
| 13 | rasloginpassword=rasadmin |