diff options
author | 1990-05-17 00:28:14 +0000 | |
---|---|---|
committer | 1990-05-17 00:28:14 +0000 | |
commit | 3fb37d17c1fac4692f566cda3904d983af85124f (patch) | |
tree | 5fad5994ba9795363e6ffb9f0c5564ea02be1b09 /clients/zlocate | |
parent | 8e4eaaedadf2bed5db51770f063710dd7141665d (diff) |
Document new -a/-d (authentication) options.
Diffstat (limited to 'clients/zlocate')
-rw-r--r-- | clients/zlocate/zlocate.1 | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/clients/zlocate/zlocate.1 b/clients/zlocate/zlocate.1 index 229b243..a42be5e 100644 --- a/clients/zlocate/zlocate.1 +++ b/clients/zlocate/zlocate.1 @@ -7,15 +7,17 @@ .\" specifies the terms and conditions for redistribution. .\" .\" -.TH ZLOCATE 1 "July 1, 1988" "MIT Project Athena" +.TH ZLOCATE 1 "April 17, 1990" "MIT Project Athena" .ds ]W MIT Project Athena .SH NAME zlocate \- find a user using Zephyr .SH SYNOPSIS .B zlocate [ -.BI user \ ... -] +.B -a +| +.B -d +] user ... .SH DESCRIPTION .I Zlocate uses the @@ -30,6 +32,16 @@ login and location. The location is usually the X window system display name of the user's display, but may be the terminal name if he is not using X or for some other reason is only using the terminal interface to .I zwgc(1). + +By default, all zlocate requests are authenticated using +.IR Kerberos . +If you do not have kerberos tickets, or for some other reason do not +want to authenticate, the +.B -d +option will turn off authentication. The +.B -a +option is the default, authentication on. + .SH DIAGNOSTICS .I zlocate exits with status zero (0) if at least one user was found, and one (1) @@ -39,9 +51,11 @@ zctl(1), zephyr(1), znol(1), zwgc(1), zhm(8), zephyrd(8), X(1) .br Project Athena Technical Plan Section E.4.1, `Zephyr Notification Service' -.SH AUTHOR +.SH AUTHORS .PP Robert S. French (MIT-Project Athena) +.br +Marc Horowitz (MIT-Project Athena) .SH RESTRICTIONS Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. All Rights Reserved. |