fix missing field in users-groups-by-id@openssh.com reply documentation
authordjm <djm@openbsd.org>
Mon, 8 Jan 2024 05:05:15 +0000 (05:05 +0000)
committerdjm <djm@openbsd.org>
Mon, 8 Jan 2024 05:05:15 +0000 (05:05 +0000)
GHPR441 from TJ Saunders

usr.bin/ssh/PROTOCOL

index fd7142e..04e92e1 100644 (file)
@@ -736,6 +736,7 @@ identifiers:
 The server will reply with a SSH_FXP_EXTENDED_REPLY:
 
        byte            SSH_FXP_EXTENDED_REPLY
+       uint32          id
        string          usernames
        string          groupnames
 
@@ -791,4 +792,4 @@ master instance and later clients.
 OpenSSH extends the usual agent protocol. These changes are documented
 in the PROTOCOL.agent file.
 
-$OpenBSD: PROTOCOL,v 1.54 2024/01/08 04:10:03 djm Exp $
+$OpenBSD: PROTOCOL,v 1.55 2024/01/08 05:05:15 djm Exp $