X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fsamba%2Fsmb_mount_in_fstab.txt;fp=database%2Fconfiguration%2Fsamba%2Fsmb_mount_in_fstab.txt;h=0000000000000000000000000000000000000000;hb=0f49452f40415efb2a62048397ed8514a1058bb7;hp=388da388fe548cabce8cc23f75fc98c0fa360ebf;hpb=dfe6c3aedd3487a00acf94683163be7ed0baa6da;p=feisty_meow.git diff --git a/database/configuration/samba/smb_mount_in_fstab.txt b/database/configuration/samba/smb_mount_in_fstab.txt deleted file mode 100644 index 388da388..00000000 --- a/database/configuration/samba/smb_mount_in_fstab.txt +++ /dev/null @@ -1,27 +0,0 @@ - -//gulliver/build /home/fred/gullybuild cifs uid=1000,gid=1001,noauto,credentials=/etc/gulliver_credentials.txt 0 0 - # in this example, a box named gulliver has an SMB share called "build". - # we are mounting that to a local directory /home/fred/gullybuild. - # the uid/gid items should be set to the actual user id and group id for - # whatever user will need to access and modify those files. the credentials - # file is used to specify authentication parameters for the share. an - # example of the credential file format is below. - -############### - -# example credentials file: -# the information below is all that should be needed to access the share on -# gulliver. note that the user can contain a windows domain. -# this file does not go in /etc/fstab! it should be a separate file in the -# /etc directory or some other safe place. the file permissions should only -# allow root to read/write the file, such as when these three commands -# are used to set the ownership and permissions: -# chown root /etc/gulliver_credentials.txt -# chgrp root /etc/gulliver_credentials.txt -# chmod 600 /etc/gulliver_credentials.txt - -## /etc/gulliver_credentials.txt -username=sluggocorp\dhughley -password=semjendradok89 -workgroup=smezzo_group -