summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AGENTS.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 540aa4b..7dee3ca 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -39,7 +39,7 @@ No automated test suite.
## Cross-repo context
-One of the §3.6 authentication libraries (`libnss-*`, `libpam-*`, `libtacplus-map`). Pre-dependency of `vyos-1x` for RADIUS/TACACS+ auth flows. Native-package category — built and shipped to `packages.vyos.net` via `VyOS-Networks/vyos-build-packages`, then consumed at ISO assembly time by `vyos/vyos-build`.
+One of the §3.6 authentication libraries (`libnss-*`, `libpam-*`, `libtacplus-map`). Pre-dependency of `vyos-1x` for RADIUS/TACACS+ auth flows. Native-package category — built and shipped to `packages.vyos.net` via the internal build-packages workflow, then consumed at ISO assembly time by `vyos/vyos-build`.
## Conventions
@@ -47,10 +47,6 @@ One of the §3.6 authentication libraries (`libnss-*`, `libpam-*`, `libtacplus-m
- Branch model: `current` (rolling), `circinus` (1.5 LTS), `sagitta` (1.4 LTS), `equuleus` (1.3 LTS).
- Treat as upstream-vendored — keep diffs against the Cumulus baseline minimal.
-## Mirror relationship
-
-Mirror twin: `VyOS-Networks/libnss-mapuser`. Canonical side is **here** (`vyos/libnss-mapuser`).
-
## Notes for future contributors
- The NSS module ordering matters — `libnss_mapuid` must be **first** and `libnss_mapname` **last** in `nsswitch.conf`. The README explains why; don't reverse them.