-
Notifications
You must be signed in to change notification settings - Fork 0
/
smb.conf
43 lines (39 loc) · 1.01 KB
/
smb.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Custom samba config file for domain integration for drivers
[global]
workgroup = JWU
realm = JWU.EDU
preferred master = no
server string = ISS Storage Server
security = ADS
encrypt passwords = yes
log level = 3
log file = /var/log/samba/%m
max log size = 50
## MUST SPECIFY KERBEROS KEYTAB
Kerberos method = dedicated keytab
dedicated keytab file = /etc/krb5.keytab
idmap uid = 50-9999999999
idmap gid = 50-9999999999
template shell = /bin/bash
#requred for pbis:
machine password timeout = 0
[Drivers]
comment = drivers share for ISS
path = /drivers
#for valid users, you need to list users. I have not yet gotten my AD group to auth, because of spaces
valid users =
read only = no
create mode = 0777
directory mode = 0777
writeable = yes
guest ok = no
[ITSS_Documents]
comment = drivers share for ISS
path = /itss_documents
#for valid users, you need to list users. I have not yet gotten my AD group to auth, because of spaces
valid users =
read only = no
create mode = 0777
directory mode = 0777
writeable = yes
guest ok = no