mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 21:47:40 +03:00
Update README.md
Fix the typo in path mentioned in System authentication section. It is /usr/lib/maddy, not /var/lib/maddy.
This commit is contained in:
parent
d9c9e8c4a6
commit
2d0740d82b
1 changed files with 3 additions and 2 deletions
|
@ -267,10 +267,11 @@ will also give maddy a little bit too many permissions.
|
|||
Compile [cmd/maddy-pam-helper](cmd/maddy-pam-helper) and/or
|
||||
[cmd/maddy-shadow-helper](cmd/maddy-shadow-helper).
|
||||
|
||||
Put them into `/var/lib/maddy` and make them setuid (there are also other
|
||||
more restrictive options, check README in the binary directories).
|
||||
Put them into `/usr/lib/maddy` and make them setuid root (there are also other
|
||||
more restrictive options, check README in the executable directories).
|
||||
|
||||
Add `use_helper` to `pam` or `shadow` configuration block in your config.
|
||||
|
||||
Modify systemd unit to use less strict sandbox and disable DynamicUser.
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue