# PDU specifications, used by ../src/pdu-gadget to produce a
# binary PDU stream for QA
#
# PDU_CREDS test cases

# credentials: len type from ncred cred[...]
# BAD PDU too short for ncred==2
? PDU_CREDS 42 2 0x01020000

# credentials: len type from ncred cred[...]
# BAD PDU too long for ncred==2
? PDU_CREDS 42 2 0x01020000 0x01020000 0x01020000
