Skip to content

Commit b1ee70c

Browse files
committed
Update README: Add notes about necessary group memberships
1 parent fbf5a16 commit b1ee70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ sudo cp examples/systemd.service /etc/systemd/system/
9797
sudo systemctl enable --now nginx-auth-request-server
9898
```
9999

100+
Please note that the specified user most likely needs to be a member of the groups `staff` and/or `shadow` for PAM to work.
101+
100102
### 4. Configure nginx
101103

102104
- Provide a login form at `/var/www/auth` (A sample login form is available in the examples directory.)

0 commit comments

Comments
 (0)