diff options
| author | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-07 19:03:57 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@andamasov.com> | 2026-05-07 19:03:57 +0300 |
| commit | a59c7d7a230367a52b42948db03ea6ab0d4c6f75 (patch) | |
| tree | 9448833ed692c4fbd7fb57e0a0a738efdf9d6652 | |
| parent | 8d695558773bf49947917aa3267f1cca480d8eb3 (diff) | |
| download | libpam-radius-auth-a59c7d7a230367a52b42948db03ea6ab0d4c6f75.tar.gz libpam-radius-auth-a59c7d7a230367a52b42948db03ea6ab0d4c6f75.zip | |
general: T8595: clean leaked internal references
| -rw-r--r-- | AGENTS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,10 +13,10 @@ VyOS fork of the upstream `pam_radius_auth` PAM module — turns any host into a ## Build / test / run ```sh -autoreconf -i # generate ./configure from configure.ac +autoreconf -i # generate./configure from configure.ac ./configure make -dpkg-buildpackage -us -uc # produces vyos-libpam-radius-auth + vyos-radius-shell .debs +dpkg-buildpackage -us -uc # produces vyos-libpam-radius-auth + vyos-radius-shell.debs ``` No in-tree test runner. Configuration lives at `pam_radius_auth.conf`; man pages at `pam_radius_auth.5`/`.8`, `radius_shell.8`. |
