Hello! I have a little problem with share administration on my Samba server from the windows server manager tool. I run samba in ADS mode and everything works just fine except the share admin part, when i try to add a share from server manager i got "access denyed". here is my smb.conf, what have i missed?
[global] workgroup = PHDOM02 server string = Samba Test Server realm = PHDOM02.NET security = ADS netbios name = HPHALNX02 encrypt passwords = yes password server = * log file = /var/log/samba/%m passdb backend = smbpasswd #username map = /etc/samba/smbusers log level = 3 syslog = 0 max log size = 1000 host msdfs = yes wins server = 10.52.17.228 wins proxy = no #acl compatibility = win2k # Exkludera filer veto files = /*.mp3/*.wav/*.mpg/ # For winbind solution winbind use default domain = yes winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes winbind separator = + template homedir = /smb/users/%U template shell = /bin/false # [Homes] comment = Homedir browseable = no writable = yes valid users = %D+%S create mode = 0664 directory mode = 0775 # [c$] path = /smb admin users = "PHDOM02+Domain Admins" write list = "PHDOM02+Domain Admins" create mode = 0664 directory mode = 0775 writable = yes # [appl$] path = /smb/system/appl admin users = "PHDOM02+Domain Admins" write list = "PHDOM02+Domain Admins" create mode = 0664 directory mode = 0775 writable = yes # [profiles$] path = /smb/system/profiles admin users = "PHDOM02+Domain Admins" write list = "PHDOM02+Domain Admins" create mode = 0664 directory mode = 0775 writable = yes # [snapshot$] path = /smb/system/snapshot admin users = "PHDOM02+Domain Admins" write list = "PHDOM02+Domain Admins" create mode = 0664 directory mode = 0775 writable = yes -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
