first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / samba / smb_mount_in_fstab.txt
1
2 //gulliver/build /home/fred/gullybuild cifs uid=1000,gid=1001,noauto,credentials=/etc/gulliver_credentials.txt 0 0
3   # in this example, a box named gulliver has an SMB share called "build".
4   # we are mounting that to a local directory /home/fred/gullybuild.
5   # the uid/gid items should be set to the actual user id and group id for
6   # whatever user will need to access and modify those files.  the credentials
7   # file is used to specify authentication parameters for the share.  an
8   # example of the credential file format is below.
9
10 ###############
11
12 # example credentials file:
13 # the information below is all that should be needed to access the share on
14 # gulliver.  note that the user can contain a windows domain.
15 # this file does not go in /etc/fstab!  it should be a separate file in the
16 # /etc directory or some other safe place.  the file permissions should only
17 # allow root to read/write the file, such as when these three commands
18 # are used to set the ownership and permissions:
19 #     chown root /etc/gulliver_credentials.txt
20 #     chgrp root /etc/gulliver_credentials.txt
21 #     chmod 600 /etc/gulliver_credentials.txt
22
23 ## /etc/gulliver_credentials.txt
24 username=sluggocorp\dhughley
25 password=semjendradok89
26 workgroup=smezzo_group
27