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
Gerald (Jerry) Carter
2005-Jun-27 15:10 UTC
[Samba] can´t create shares with Win NT server manager
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mats Nilsson wrote:> 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".You don't have an addshare command defined. There are some examples in examples/scripts/ Also make sure that the account you are using to connect to the Samba box has the SeDiskOperatorPrivilege. cheers, jerry -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCwBajIR7qMdg1EfYRAgIAAKChy7NK/HKGgxlpVtAkefW1sUdmrACg5r6D Ya4mDtJ/gxtqByEee3kCocM=/gvP -----END PGP SIGNATURE-----
Mats Nilsson
2005-Jun-28 17:10 UTC
Re: [Samba] can´t create shares with Win NT server manager
Thank You! The problem i solved! Subject: Re: [Samba] can?t create shares with Win NT server manager> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mats Nilsson wrote: > > 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". > > You don't have an addshare command defined. There are some > examples in examples/scripts/ > > Also make sure that the account you are using to connect to > the Samba box has the SeDiskOperatorPrivilege. > > > > > > cheers, jerry > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.0 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCwBajIR7qMdg1EfYRAgIAAKChy7NK/HKGgxlpVtAkefW1sUdmrACg5r6D > Ya4mDtJ/gxtqByEee3kCocM> =/gvP > -----END PGP SIGNATURE----- > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >