# format:
# [export path] [user/ip address,another user/another ip address] (option,another option)
#
# supported options:
#   ro - read-only export
#   user=[username] - setting worker process uid to specified user (for this export only)
#   ugo - enables UGO model for this export (see rfsd man page for details)
#
# examples:
#
# just fileserver:
# /tmp 127.0.0.1, alex@localhost/24
# /tmp 10.0.0.2, @localhost, alex (ro)
# /tmp 0.0.0.0/0 (ro)
# /tmp * (ro)
#
# privileges lowering:
# /tmp 127.0.0.1, alex, 10.0.0.2 (ro,user=alex)
# /tmp 127.0.0.1 (user=rfs)
#
# UGO model enabled: (if compiled with it)
# /tmp alex@10.0.0.2 (ugo)
# /tmp * (ugo)
#
# NOTE: you can not authenticate user 
# by network or IP-address only if UGO is enabled
# username is obligatory while using this mode
# (everything else is optional)

