Displaying 1 result from an estimated 1 matches for "goodstuff".
2013 Mar 16
0
I don't want to require my users to authenticate to print
...gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
# is mounted on /cdrom
#
; preexec = /bin/mount /cdrom
; postexec = /bin/umount /cdrom
######################## Evenything below here Eric put in
### my shares
[goodstuff]
comment = find stuff here
path = /var/share/inside
browsable = yes
read only = yes
guest ok = yes
guest only = yes
[incoming]
comment = put things here
path = /var/share/inside/incoming
browsable = yes
read only = no
guest ok = yes
guest only = yes
### Eric pu...