Add or change a dsconf/dsctl/dsidm/dscreate flag, subcommand, or noun in src/lib389 — argparse wiring, arg_to_attr maps, lib389 allowlists, generated man pages, Cockpit coupling, and clu tests. Use when asked to add an option to dsconf, create a new dsctl…
Add, rename, or wire a server config attribute end to end - a core cn=config attribute (the slap.h/libglobs.c chain) or a plugin config-entry attribute - including the schema line, defaults, upgrade migration for renames, tests, and the CLI/UI exposure…
Commit and open a PR the 389-ds-base way — "Issue NNNN - summary" subject, Bug Description/Fix Description body, Fixes:/Relates: trailer, AI-attribution trailer, and squash-merge etiquette. Use for ANY commit, amend, or pull request in this repo. Also guards…
Rules for modifying back-ldbm database code under the dual-backend (BDB + LMDB) architecture. Read BEFORE editing anything in ldap/servers/slapd/back-ldbm/, its db-bdb/ subdir, or its db-mdb/ subdir. Decides where a change belongs (shared vs per-backend),…
Expose a server setting in the Cockpit web console (389-console) or change web UI behavior. Triggers: "show X in the UI", "add a field to the Server/Database page", "web console", anything under src/cockpit/389-console. Warning: every editable field needs a…
Verify a 389-ds-base change by routing through the environment's build/test skill — static Python gates plus, via that skill, C compile, cmocka, RPM build and pytest suites, cargo tests, and the Cockpit UI build, picking the right checks for what was touched.…
Add or extend a pytest integration test for 389 Directory Server under dirsrvtests/. Use when asked to add a test, write a regression test, create a new test file or suite, add a CLI test, or extend the test for X. Enforces the hard conventions - topology…