diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-01-17 10:45:22 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-01-17 10:45:22 +0000 |
| commit | 9e6910dc0c747c8f30b87f6482f4eadb48ad6654 (patch) | |
| tree | 4f835b35913acfb115b15ea4f1c6af40fd77ab54 /man/2 | |
| parent | 16501eaf1cb642b80d7fa0236407a27aecb35b02 (diff) | |
emu/Nt/ipif.c
Diffstat (limited to 'man/2')
| -rw-r--r-- | man/2/factotum | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/2/factotum b/man/2/factotum index 338e6022..1d243495 100644 --- a/man/2/factotum +++ b/man/2/factotum @@ -12,6 +12,7 @@ Authinfo: adt{ suid: string; # ID on server cap: string; # capability (only valid on server side) secret: array of byte; # key for encryption + attrs: list of ref Attr; # attributes after authentication }; AuthRpcMax: con \fR...\fP; @@ -115,6 +116,8 @@ value containing the agreed user IDs, a capability for that is valid only on the server, and an array of bytes containing a shared secret that can be used by client and server to create encryption and hashing keys for the conversation. +There might also be an optional list of attributes provided during the authentication protocol; +which of those attributes, if any, are authenticated depends on the protocol. .PP .B Getuserpasswd returns a tuple |
