docs: document TimeSync host time adapter policy

This commit is contained in:
Mario Fetka
2026-06-02 16:59:21 +00:00
parent 8247991338
commit ab48d365dd
2 changed files with 41 additions and 1 deletions

13
AI.md
View File

@@ -685,4 +685,15 @@ Latest endpoint audit checkpoint from patch 0229:
`nwnds` or `nwdirectory`. Do not emulate the NDK remark that Set Server List
returns success in all cases until a real TimeSync compatibility policy exists.
Next patch number should be `0230`.
Latest redesign checkpoint from patch 0230:
- `REDESIGN.md` now records that the NetWare-4.x `0x2222/114` TimeSync provider
should be a host-time adapter, not a full NTP implementation. mars-nwe should
rely on the host's configured time discipline such as ntpd, chrony, or
systemd-timesyncd and only translate local time/status into NetWare-compatible
NCP replies.
- Do not make a new TimeSync process. Keep it in the `servermgmt`/time-provider
boundary. Do not let `114/06` Set Server List rewrite host NTP configuration
or return fake success without an explicit safe admin policy.
Next patch number should be `0231`.