Changeset 1568e4c for npl/fileserver/samba_conf
- Timestamp:
- 05/25/18 12:58:38 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 20eb816
- Parents:
- 34365fb
- Location:
- npl/fileserver/samba_conf
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/fileserver/samba_conf/root/etc/postinst.d/post.samba
r34365fb r1568e4c 47 47 48 48 #add new setting (v3.5) 49 if ! grep "max protocol" /home/system/samba/smb.conf; then50 sed -i /home/system/samba/smb.conf -e 's/^.global./[global]\nmax protocol = SMB2/'51 fi49 #if ! grep "max protocol" /home/system/samba/smb.conf; then 50 # sed -i /home/system/samba/smb.conf -e 's/^.global./[global]\nmax protocol = SMB2/' 51 #fi 52 52 53 53 #change setting settings (v4.4.4) 54 54 # https://wiki.samba.org/index.php/Required_settings_for_NT4-style_domains 55 sed -i /home/system/samba/smb.conf -e 's/max protocol = SMB2/max protocol = NT1/'55 #sed -i /home/system/samba/smb.conf -e 's/max protocol = SMB2/max protocol = NT1/' 56 56 57 57 … … 59 59 sed -i /home/system/samba/smb.conf -e 's/.*socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192.*//' 60 60 61 #samba 4.7+ chooses good defaults 62 sed -i /home/system/samba/smb.conf -e 's/.*max protocol.*//g' 63 61 64 chmod 1777 /home/shares/profiles 62 65 chmod 1777 /home/shares/spool -
npl/fileserver/samba_conf/root/home/system/samba/smb.conf.new
r34365fb r1568e4c 1 1 [global] 2 workgroup = EXAMPLE.NET3 netbios name = DARKSTAR2 workgroup = WORKGROUP 3 netbios name = SYN3FS 4 4 server string = "Syn-3 Fileserver" 5 5 security = user -
npl/fileserver/samba_conf/samba_conf.build
r34365fb r1568e4c 1 645 21 6456 -
npl/fileserver/samba_conf/samba_conf.md5
r34365fb r1568e4c 1 fbc2460f5067c21a9e1271151d76406f./root/etc/postinst.d/post.samba1 d697894127badc7d6f61e8db71b93bdc ./root/etc/postinst.d/post.samba 2 2 c473d0d177dab192550848c30d7cbbcb ./root/home/shares/netlogon/logon.bat.new 3 3 38d7df09b3968b369c7b43a5cde5856e ./root/home/system/cups/cupsd.conf.default.new … … 11 11 e3fd8ee0400db9d9faaa9e8f69db4bfc ./root/home/system/samba/shares/profiles.samba.new 12 12 8e8e9a752334cf4856b4732e3ac3b585 ./root/home/system/samba/shares/root.samba.new 13 b48b624cc2a52833c865f61024fa8abe./root/home/system/samba/smb.conf.new13 9d41774591c9b405373e5ff245141f1d ./root/home/system/samba/smb.conf.new 14 14 7ff084677614b02915fa8e05e8817cfe ./root/service/cupsd/run 15 15 322afd3aa4bc46bd70dc7118dc5e188c ./root/service/nmbd/run 16 16 a94682b32e8f1f709ed4c22997d5c0a7 ./root/service/smbd/run 17 17 7f4de4630eb70bfe77bd7ccea504230f ./root/service/winbindd/run 18 6ce96a0ec5bd4c6af6c30bdb3ffbcebe./samba_conf.pkg18 bc4e2966954f5ec2d45c242ba257deef ./samba_conf.pkg 19 19 ca70f70bd0e82246686e746c7bf20e21 ./samba_conf.SlackBuild 20 532c2fda6e086cbf8df8d7c52370cae0./samba_conf.SlackBuild.log.gz20 2519e2349414cbf68a9c9b47050f6d32 ./samba_conf.SlackBuild.log.gz
Note: See TracChangeset
for help on using the changeset viewer.