You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/REST-API-configuration.md
+3-20Lines changed: 3 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,29 +147,13 @@ Output of server log will be stored in the `log` directory of the installation.
147
147
148
148
The REST server can be started manuelly with the script `startAdaRest.sh` on Unix/Linux platforms, or with `startAdaRest.bat` on Windows platforms. The manuel start of the server will open a console window to show the REST server output.
149
149
150
-
The REST server example page can be accessed via `http://localhost:<port>` or `https://localhost:<port>`. The initial user name is `admin` and the password `manage`.
151
-
152
-
**Please change the password or remove the default user password of the `admin` user out of `realm.properties` file. New users can be added using the `service.<sh or bat>` script.**
150
+
The REST server example page can be accessed via `http://localhost:<port>` or `https://localhost:<port>`. The initial user name is `admin` and the default password is set during the installation of the Adabas RESTful server.
153
151
154
152
## 1.9. REST Server Authentication
155
153
156
-
### 1.9.1. JAAS
157
-
158
-
Adabas RESTful server supports the Java Authentication and Authorization Service (JAAS) security module of Java. It is possible to set up any JAAS module.
159
-
160
-
The file `security.conf` configures the JAAS security classes used to set up the authorization.
161
-
162
-
There are a number of modules predefined in the delivered configuration:
163
-
164
-
| Name | Content |
165
-
|---|---|
166
-
| Adabas | Provide the hash realm access from previous version (see below) |
167
-
| LocalUnix | Use the Software AG local access security library (SSX) to enable system authorization |
168
-
| LocalWindows | Use the local system authentication |
169
-
170
-
#### 1.9.1.1. Adabas password file
154
+
#### 1.9.1. Adabas password file
171
155
172
-
The REST server supports a minimal authentication realm. In order to set up the authentication using MD5 or SHASUM hash encoding, modify the realm.properties from the configuration subdirectory as required. By default, the user `admin` with password `manage` is defined.
156
+
The REST server supports a minimal authentication realm. In order to set up the authentication using MD5 or SHASUM hash encoding, modify the realm.properties from the configuration subdirectory as required. By default, the user `admin` with the default password set during the installation of the REST server.
173
157
174
158
A simple password file called `realm.properties` contains user name and password information. The format of the password
0 commit comments