.\" .\" Portions copyright 2002, 2003 Richard Laager. .\" Copyright (c) 1996, 1997, 1998, 1999, Marc Horowitz. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software .\" must display the following acknowledgement: .\" This product includes software developed by Marc Horowitz. .\" 4. The name of the author may not be used to endorse or promote .\" products derived from this software without specific prior written .\" permission. .\" .\" THIS SOFTWARE IS PROVIDED BY MARC HOROWITZ ``AS IS'' AND ANY EXPRESS .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE .\" DISCLAIMED. IN NO EVENT SHALL MARC HOROWITZ BE LIABLE FOR ANY DIRECT, .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" .\" $Id: pksdctl.8,v 1.6 2003/03/05 05:08:44 rlaager Exp $ .\" .TH PKSDCTL 8 "17 November 1996" .SH NAME pksdctl \- OpenPGP Public Key Server Control program .SH SYNOPSIS .B pksdctl socket string .SH DESCRIPTION pksdctl sends strings to a running pksd via a UNIX domain socket. The strings (which must be a single argument in the shell) are interpreted by the running pksd process as commands. Three string forms are supported: .TP 15 .B backup The .B backup command from previous versions is no longer supported. The procedures referred to in .B pks-intro(8) should be followed to make a backup. .TP 15 .B disable userid All keys matching the .B userid will have the disabled flag set. .TP 15 .B mail msg The file .B msg will be parsed as a mail server request. If the file is a valid request, the request succeeds, and the response can be enqueued, then the file is removed. .TP 15 .B shutdown The key server shuts down cleanly and exits. .SH AUTHOR Marc Horowitz, Massachusetts Institute of Technology .SH BUGS Visit the bug tracking system linked from http://sourceforge.net/projects/pks to view or report bugs. .SH COPYRIGHT Copyright (c) 1996, 1997, 1998, 1999, Marc Horowitz. All rights reserved. This software doesn't have a warranty, express or implied. See the LICENSE file in the source distribution for full conditions. .SH SEE ALSO pksd(8), pks-intro(8)