Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit b746149

Browse files
aptalcathelamer
authored andcommitted
update setup instructions
1 parent 4809915 commit b746149

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ The "admin" account is a system (PAM) account and after container update or recr
137137
1) Create another user and set as an admin,
138138
2) Log in as the new user,
139139
3) Delete the "admin" user in the gui,
140-
4) Modify the `as.conf` file under config/etc and replace the line `boot_pam_users.0=admin` with `#boot_pam_users.0=admin` (this only has to be done once and will survive container recreation)
140+
4) Modify the `as.conf` file under config/etc and replace the line `boot_pam_users.0=admin` with ~~`#boot_pam_users.0=admin`~~ `boot_pam_users.0=kjhvkhv` (this only has to be done once and will survive container recreation)
141+
* IMPORTANT NOTE: Commenting out the first pam user in as.conf creates issues in 2.7.5. To make it work while still blocking pam user access, uncomment that line and change admin to a random nonexistent user as described above.
141142

142143

143144

@@ -205,6 +206,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
205206

206207
## Versions
207208

209+
* **29.08.19:** - Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users.
208210
* **27.08.19:** - Add new clients package to install and upgrade process.
209211
* **22.08.19:** - Prevent auto-start of openvpn after first time install, before configuration is completed.
210212
* **25.07.19:** - Create a xenial branch/tag and rebase master/latest to bionic.

readme-vars.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ app_setup_block: |
5959
1) Create another user and set as an admin,
6060
2) Log in as the new user,
6161
3) Delete the "admin" user in the gui,
62-
4) Modify the `as.conf` file under config/etc and replace the line `boot_pam_users.0=admin` with `#boot_pam_users.0=admin` (this only has to be done once and will survive container recreation)
62+
4) Modify the `as.conf` file under config/etc and replace the line `boot_pam_users.0=admin` with ~~`#boot_pam_users.0=admin`~~ `boot_pam_users.0=kjhvkhv` (this only has to be done once and will survive container recreation)
63+
* IMPORTANT NOTE: Commenting out the first pam user in as.conf creates issues in 2.7.5. To make it work while still blocking pam user access, uncomment that line and change admin to a random nonexistent user as described above.
6364
6465
# changelog
6566
changelogs:
67+
- { date: "29.08.19:", desc: "Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users." }
6668
- { date: "27.08.19:", desc: "Add new clients package to install and upgrade process." }
6769
- { date: "22.08.19:", desc: "Prevent auto-start of openvpn after first time install, before configuration is completed." }
6870
- { date: "25.07.19:", desc: "Create a xenial branch/tag and rebase master/latest to bionic." }

0 commit comments

Comments
 (0)