mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
Add naive implementation of user password check by calling su command. Also change some authentication method to require username to be string instead of optional string
7 lines
279 B
Markdown
7 lines
279 B
Markdown
# PAM
|
|
|
|
1. Create system user `demo` with password from `AHRIMAN_PASSWORD` environment variable and group `wheel`.
|
|
2. Setup repository named `ahriman-demo` with architecture `x86_64`.
|
|
3. Start web server at port `8080`.
|
|
4. Repository is available at `http://localhost:8080/repo`.
|