home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-04 | 886 b | 29 lines | [TEXT/MPS ] |
- Copyright © 1993 Apple Computer, Inc.
-
-
- outline of what the sample security module is to do
-
- - Server Configuration
- - Put up a dialog box that requests a secondary password for the user,
- and stores the user's password in the user's an groups database
-
-
- - Server Authentication
- - Sends a message requesting the user to put in the secondary password.
- - Authenticates the secondary password, and lets the client know
-
-
- - Client Authentication
- - Waits for the request coming from the server
- - Displays a dialog box, and gets the information from the user
- - Sends the information to the server, and waits for a response from
- the server.
- ** This should be pretty much driven from the server side.
-
-
- - Building
- To build it use the MPW Build command and type "SampleModule". The make
- expects SecurityInterfaces and SecurityLibraries folders in the parent
- folder of this folder.
-
-