Does it work as admin if you use the IP instead of the name to map the drive?No.
What AD group did you use to assign permissions to the SAMBA share ?Not sure I assigned an AD group for this. How would I check? in smb.conf I do have:
idmap config *:backend = tdb
idmap config *:range = 2000-9999
idmap config HPRS:backend = ad
idmap config HPRS:schema_mode = rfc2307
idmap config HPRS:range = 10000-10099
force user = ohprso
force group = ohprs
ohprso and ohprs are not domain user/group. On the AD/DC getent gives:HPRS\administrator:*:0:10000:Administrator:/home/HPRS/administrator:/bin/bash
showing a userid of zero. The GID of 10000 is the same for all domain users. getent on the Samba server returns nothing. Trying to log on the Samba server as Administrator generates an "Invalid user Administrator" in the log.Sounds like root/administrator is restricted from accessing the samba share.Is there something I can set to permit this user? Here is my smb.conf. I'm doubtful if the Administrator user cannot even log in to that host.
Check smb.conf check samba log ....
[global]
netbios name = OHPRSSTORAGE
server string = HPRS NAS server
domain master = no
prefered master = no
realm = HPRS.LOCAL
workgroup = HPRS
usershare allow guests = Yes
usershare max shares = 10
security = ADS
template shell = /bin/bash
max log size = 10000
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
idmap config *:backend = tdb
idmap config *:range = 2000-9999
idmap config HPRS:backend = ad
idmap config HPRS:schema_mode = rfc2307
idmap config HPRS:range = 10000-10099
winbind enum groups = Yes
winbind enum users = Yes
winbind nss info = rfc2307
winbind offline logon = Yes
winbind refresh tickets = Yes
winbind use default domain = Yes
[public]
comment = OHPRS main file and document repository
path = /mnt/RAID/public
hide dot files = yes
map hidden = yes
hide files = /Outlook/outlook/~*/
veto oplock files = /OfficeCalendar.pst/
inherit acls = yes
valid users = @"domain users"
locking = yes
public = yes
writeable = yes
browseable= yes
printable = no
create mask = 0660
force user = ohprso
force group = ohprs
force create mode = 0660
directory mask = 2771
[Backups]
comment = HPRS domain current backup respository
path = /mnt/RAID/Backups
public = yes
guest ok = yes
guest only = yes
writeable = yes
browseable= yes
printable = no
force user = ohprso
force group = ohprs
create mask = 0660
directory mask = 2771
Is it limited to a specific system, or on any you use?Well, here's something very interesting ... prompted by your question. I first ran 'use x: \\ohprsstorage\public' on some other host and got:
C:\Users\Administrator>net use x: \\ohprsstorage\public
The password is invalid for \\ohprsstorage\public.
Enter the user name for 'ohprsstorage': Administrator
Enter the password for ohprsstorage:
System error 5 has occurred.
Access is denied.
I then ran the same 'net use' on the problem computer and got:C:\Users\Administrator>net use x: \\ohprsstorage\public
The command completed successfully.
I wondered why. After a bit of research, I recalled that I had mapped that share using a real domain user's credentials. Sure enough, in Acronis, I am now able to specify the backup target \\ohprsstorage\Backups\Acr