Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / contrib / isode / others / lookup / lookupd.8c
CommitLineData
11492ebf
C
1.TH LOOKUPD 8C "03 Jul 1988"
2.\" $Header: /f/osi/others/lookup/RCS/lookupd.8c,v 7.1 91/02/22 09:27:34 mrose Interim $
3.\"
4.\"
5.\" $Log: lookupd.8c,v $
6.\" Revision 7.1 91/02/22 09:27:34 mrose
7.\" Interim 6.8
8.\"
9.\" Revision 7.0 89/11/23 22:56:38 mrose
10.\" Release 6.0
11.\"
12.SH NAME
13lookupd \- password lookup service -- responder
14.SH SYNOPSIS
15.in +.5i
16.ti -.5i
17.B \*(SDros.lookup
18\fImagic\0arguments\fR
19.in -.5i
20(under \fI\*(SDtsapd\fR\0)
21.SH DESCRIPTION
22The \fIlookupd\fR server implements a password lookup service using
23remote operations.
24The currently supported operations are:
25.sp
26.in +.5i
27.nf
28.ta \w'\fBlookupUser\fR 'u
29\fIoperation\fR \fIdescription\fR
30\fBlookupUser\fR lookup based on user-name
31\fBlookupUID\fR lookup based on user-ID
32.re
33.fi
34.in -.5i
35.sp
36This program is provided primarily as an example of how one can use
37\fIThe Applications Cookbook\fR to write programs which use remote operations.
38Formally,
39it is known as the \*(lqpasswdstore\*(rq,
40responding with the \*(lqisode password lookup demo\*(rq application
41context utilizing the \*(lqisode password lookup demo pci\*(rq
42presentation context.
43.PP
44This program is not invoked directly by the user,
45rather the \fItsapd\fR\0(8c) daemon starts this in response to a request to
46associated with the isode image service.
47.SH FILES
48.nf
49.ta \w'\*(EDisoservices 'u
50\*(EDisoentities ISODE entities database
51\*(EDisobjects ISODE objects database
52\*(EDisoservices ISODE services database
53.re
54.fi
55.SH DIAGNOSTICS
56Obvious.
57.SH AUTHOR
58Marshall T. Rose