Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / contrib / isode / others / quipu / image / xface.1c
CommitLineData
9e8e5516
C
1.TH XFACE 1C "30 Dec 1988"
2.\" $Header: /f/osi/others/quipu/image/RCS/xface.1c,v 7.2 91/02/22 09:33:24 mrose Interim $
3.\"
4.\"
5.\" $Log: xface.1c,v $
6.\" Revision 7.2 91/02/22 09:33:24 mrose
7.\" Interim 6.8
8.\"
9.\" Revision 7.1 90/07/09 14:39:38 mrose
10.\" sync
11.\"
12.\" Revision 7.0 89/11/23 22:00:02 mrose
13.\" Release 6.0
14.\"
15.SH NAME
16xface \- face agent for X windows
17.SH SYNOPSIS
18.in +.5i
19.ti -.5i
20.B xface
21\%[\-e]
22\%[\-p\0port]
23\%[\-r]
24\%[\-s\0seconds]
25\%[\-u]
26\%[=geometry]
27\%[host:display]
28.in -.5i
29.SH DESCRIPTION
30This is the face agent under X windows.
31To access the image database,
32\fIxface\fR uses the OSI directory.
33.PP
34To map a hostname/username pair into a Distinguished Name,
35\fIxface\fR makes numerous searchers in the Directory,
36looking for any \*(lqassociatedDomain\*(rq attributes contained by
37organizations.
38Once \fIxface\fR knows where to look,
39it once again searches the OSI Directory for the userid in the
40indicated subtree,
41and thence retrieve the \fBphoto\fR attribute.
42.SH USAGE
43The most common use is to start \fIxface\fR in the background upon login,
44as in:
45.sp
46.ti +.5i
47xface \-e \-p 7000 \-u
48.sp
49and then have an \fIMH\fR profile entry of the form:
50.sp
51.ti +.5i
52faceproc: localhost 7000
53.sp
54Alternately,
55one can set the environment variable \fBFACEPROC\fR and have both \fIxface\fR
56and \fIMH\fR intuit the necessary values:
57.sp
58.in +.5i
59setenv FACEPROC \*(lq`hostname` 7000\*(rq
60.br
61xface \-e \-u
62.in -.5i
63.SH OPTIONS
64The `\-e' option directs \fIxface\fR to not print error messages once
65the command line has been cracked.
66.PP
67The `\-p\0port' option tells \fIxface\fR which UDP port to listen for requests
68from programs like \fImhl\fR to display faces.
69.PP
70The `\-r' option directs \fIxface\fR to report on its image-related
71activities to the file \fBimage.log\fR in the current directory.
72This is useful for seeing how many hits the \fIxface\fR gets when using
73the Diretory.
74.PP
75The `\-s\0seconds' option tells \fIxface\fR how long to sleep prior to
76checking for extraordinary conditions.
77.PP
78The `\-u' option tells \fIxface\fR to run in the background,
79exiting when the parent process exits.
80.SH "X DEFAULTS"
81.TP
82.BR BorderWidth:\0 2
83to specify the width of the border of the window.
84.TP
85.BR ReverseVideo:\0 off
86to invert the window.
87.SH FILES
88.nf
89.ta \w'$HOME/.xface_mappings 'u
90\*(EDisoaliases ISODE aliases database
91$HOME/.xface_mappings hostname/username mappings
92.re
93.fi
94.SH ENVIRONMENT
95DISPLAY \- the default host and display number
96.br
97FACEPROC \- the default host/port for the face agent
98.SH DIAGNOSTICS
99Obvious.
100.SH AUTHOR
101Marshall T. Rose