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
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,8 @@ The "admin" account is a system (PAM) account and after container update or recr
137
137
1) Create another user and set as an admin,
138
138
2) Log in as the new user,
139
139
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.
141
142
142
143
143
144
@@ -205,6 +206,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
205
206
206
207
## Versions
207
208
209
+
***29.08.19:** - Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users.
208
210
***27.08.19:** - Add new clients package to install and upgrade process.
209
211
***22.08.19:** - Prevent auto-start of openvpn after first time install, before configuration is completed.
210
212
***25.07.19:** - Create a xenial branch/tag and rebase master/latest to bionic.
Copy file name to clipboardExpand all lines: readme-vars.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,12 @@ app_setup_block: |
59
59
1) Create another user and set as an admin,
60
60
2) Log in as the new user,
61
61
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.
63
64
64
65
# changelog
65
66
changelogs:
67
+
- { date: "29.08.19:", desc: "Update Application Setup instructions in readme to fix 2.7.5 login issue for existing users." }
66
68
- { date: "27.08.19:", desc: "Add new clients package to install and upgrade process." }
67
69
- { date: "22.08.19:", desc: "Prevent auto-start of openvpn after first time install, before configuration is completed." }
68
70
- { date: "25.07.19:", desc: "Create a xenial branch/tag and rebase master/latest to bionic." }
0 commit comments