summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:27:19 +0300
committerYuriy Andamasov <yuriy@andamasov.com>2026-05-07 19:27:19 +0300
commit77e3cf7a8ec2c96acec0ef04c142089bcb694f9a (patch)
tree2581c402c382a3689d1a36194494f766b93f6801
parentc6e5ddd61c493c50850efc38fd888c1fe6c17997 (diff)
downloadlibnss-mapuser-77e3cf7a8ec2c96acec0ef04c142089bcb694f9a.tar.gz
libnss-mapuser-77e3cf7a8ec2c96acec0ef04c142089bcb694f9a.zip
general: T8595: scrub private-org references from public AGENTS.md
-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.