include "sys.m"; sys := load Sys Sys->PATH; fauth: fn(fd: ref FD, aname: string): ref FD;
If fauth returns nil, the error case, that means the file server does not require authentication for the connection, and afd should be nil in the call to mount.
It is rare to use fauth directly; more commonly amount (see auth(2)) is used.
| SYS-FAUTH(2) | Rev: Fri Feb 20 18:39:01 GMT 2004 |