#
#        @(#)$Id: passwd.hdr,v 1.1 1997/08/28 09:28:12 steve Exp steve $
#
#        cddbd - CD Database Protocol Server
#
#        Copyright (C) 1996  Steve Scherf
#        Email: steve@moonsoft.com
#        Moondog Software Productions - makers of fine public domain software.
#
#        This program is free software; you can redistribute it and/or modify
#        it under the terms of the GNU General Public License as published by
#        the Free Software Foundation; either version 2 of the License, or
#        (at your option) any later version.
#
#        This program is distributed in the hope that it will be useful,
#        but WITHOUT ANY WARRANTY; without even the implied warranty of
#        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#        GNU General Public License for more details.
#
#        You should have received a copy of the GNU General Public License
#        along with this program; if not, write to the Free Software
#        Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#

#
#       CDDBD password file
#
#       This file contains passwords used when conversing with remote servers.
#       The format is as follows:
#
#           pwdlbl: password
#
#       The "pwdlbl" argument is a string corresponding to a password label
#       specified in either the sites and/or access files. The "password"
#       argument is the 32-character hex password string used when
#       conversing with the remote server associated with the password label.
#
#       NOTE: This file must not be publically readable. The server will
#       refuse to access this file if permissions allow others to read it.
#
#       End of header - DO NOT REMOVE THIS LINE.
