Skip to content

Commit 7626dcb

Browse files
committed
Remove unnecessary file and documentation
1 parent 116a1f7 commit 7626dcb

File tree

2 files changed

+3
-74
lines changed

2 files changed

+3
-74
lines changed

Jenkinsfile

Lines changed: 0 additions & 54 deletions
This file was deleted.

doc/REST-API-configuration.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -147,29 +147,13 @@ Output of server log will be stored in the `log` directory of the installation.
147147

148148
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.
149149

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.
153151

154152
## 1.9. REST Server Authentication
155153

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
171155

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.
173157

174158
A simple password file called `realm.properties` contains user name and password information. The format of the password
175159
file is as following.
@@ -199,7 +183,6 @@ user: MD5:d47f18dc7780fe47c24759714e2cd58f, saguser
199183

200184
To add a new user to the `realm.properties` you can start the `server.<sh or bat> add_user` command.
201185

202-
The realm.properties authentication is not used if ADASAF/RACF based authentication is configured.
203186

204187
##### 1.9.1.1.1. Creating an MD5 Hash
205188

0 commit comments

Comments
 (0)