Displaying 4 results from an estimated 4 matches for "admin_shar".
Did you mean:
admin_share
2019 Apr 30
0
Group Permissions Not Working
...am password change = yes
map to guest = bad user
include = /etc/samba/smb.conf.%i
smb.conf.{SERVICE_IP}
[global]
interfaces = lo {SERVICE_IP}
log file = /var/log/samba/log.%i
max log size = 1000
keepalive = 60
deadtime = 10
[ADMIN]
comment = Administrative Share
path = /srv/ADMIN_SHARES
read only = no
[SITES]
comment = ASchool Website Folders
path = /srv/SITES
shadow:basedir = /srv/SITES
read only = no
wide links = yes
I was also going to suggest you read this:
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
That was until I noticed this:
sha...
2019 Apr 30
5
Group Permissions Not Working
...n users = @“DOMAIN\Admin”
include = /etc/samba/smb.conf.%i
smb.conf.{SERVICE_IP}
[global]
bind interfaces only = yes
interfaces = lo {SERVICE_IP}
log file = /var/log/samba/log.%i
max log size = 1000
keepalive = 60
deadtime = 10
[ADMIN]
comment = Administrative Share
path = /srv/ADMIN_SHARES
valid users = @“DOMAIN\Admin"
[SITES]
comment = ASchool Website Folders
path = /srv/SITES
shadow:basedir = /srv/SITES
wide links = yes
valid users = @“DOMAIN\Group1”
sssd.conf
[sssd]
services = nss, pam
config_file_version = 2
domains = DOMAIN.COM
debug_level = 0x3ff0
#debug_leve...
2016 Feb 18
1
Samba + ldap + cannot find domain
...sers are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin
#
[common_share]
comment = Common writable share
path = /home/common
read only = no
public = yes
#
[admin_share]
comment = Admin read-only share
path = /home/shared/admin
read only = yes
public = yes
#
[dave_share]
comment = Dave's network drive
path = /home/dave
valid users = dave
public = no
writable = yes
printable = no
#
[bonnie_share]
comment = Bonnie's network drive
pat...
2016 Feb 18
2
Samba + ldap + cannot find domain
Because I'm a masochist, I decided to port my previous (and much older)
Samba configuration running a (much older) Slackware implementation to a
(much) new server (running Debian Jessie) without actually looking at how to
migrate it. Great fun, lots of problems to solve now.
The problem of the moment: /var/log/samba/log.smbd tells me it cannot find
the domain info in the ldap backend.