###  Specify a file containing the authserver's host key.  Generate such
###  a key using the "sfskey gen" command as with sfsrwsd.  If unspecified,
###  defaults as shown.  This file MUST exist.
#Keyfile sfs_host_key

###
###     Userfile [-ro | -reg] [-pub=<filename>] \
###          [-mapall=<privs>] [-prefix=<prefix>] <userfilename>
###
### Specify files containing public keys
###
###        -ro  Read-only database, will be locally cached
###       -reg  Allow users to register using their UNIX passwords
###       -pub  Store public keys in world-readable file
###    -mapall  Map all public keys in file to one user
###    -prefix  Prepend a prefix to all keynames (for logging)
###
#Userfile -reg -pub=sfs_users.pub sfs_users

###  Specify a file containing a list of users that are to be explicitly
###  denied the ability to register and update keys on the authserver.
###  If unspecified, defaults as shown.  If the default file does not
###  exist, we assume an empty list.
#denyfile sfs_deny

###  Specify a file containing the SRP parameters that this authserver
###  will hand to remote clients that request them.  Generate such a 
###  file using the "sfskey gensrp" command.  If unspecified, defaults
###  as shown.  If the default file does not exist, serving pre-generated
###  SRP parameters is disabled.
#srpfile sfs_srp_parms
