that was a stupid answer, sorry, i did read it correctly. post your smb.conf (sanitized) so we can have a look what we are talking about.> Op 7 jan. 2016 om 20:56 heeft L.P.H. van Belle <belle at bazuin.nl> het volgende geschreven: > > try with an unc path and not a drive letter. > if you get the admin auth you loose the drive letter. > > greetz, > louis > >> Op 7 jan. 2016 om 20:37 heeft Mike <1100100 at gmail.com> het volgende geschreven: >> >> Version 4.1.19-SerNet-RedHat-11.el7 on CentOS 7.1503 >> >> Trying to install a software app on a domain user's windows client (Win 7 >> Pro). >> The user and computer is authenticated to the domain and can read/write to >> the share in question. >> The company data that works with the software resides on share: /apple/fuji >> >> The software won't complete the install and reports the following error: >> >> The file \\host\apple\fuji\ACL_DEFAULT.crx could not be opened. Please >> check that your disk is not full and that you have access to the >> destination directory. >> >> I don't understand why there's a permission problem for this user. >> >> \\host\apple\fuji reports the following with getfacl: group:users:rwx >> Thus, any domain user should be able to read/write/execute. >> >> getfacl on the ACL_DEFAULT.crx file shows: -rwxrwxr-x+ 1 3000081 users 11K >> Jul 2 2013 ACL_DEFAULT.crx >> The Group - users - (domain users) - should be able to read/write/execute >> on this file. >> >> And the user is there and recognized on the domain: >> wbinfo -i smithy >> LOGIC\smithy:*:3000081:100:John Smith:/home/LOGIC/smithy:/bin/false >> >> Looking for guidance. >> Thanks for your help. >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Currently away from my desk. Will post smb.conf as soon as I get to ssh terminal. Thanks for your help. On Jan 7, 2016 3:05 PM, "L.P.H. van Belle" <belle at bazuin.nl> wrote:> that was a stupid answer, sorry, i did read it correctly. > > post your smb.conf (sanitized) so we can have a look what we are talking > about. > > > > Op 7 jan. 2016 om 20:56 heeft L.P.H. van Belle <belle at bazuin.nl> het > volgende geschreven: > > > > try with an unc path and not a drive letter. > > if you get the admin auth you loose the drive letter. > > > > greetz, > > louis > > > >> Op 7 jan. 2016 om 20:37 heeft Mike <1100100 at gmail.com> het volgende > geschreven: > >> > >> Version 4.1.19-SerNet-RedHat-11.el7 on CentOS 7.1503 > >> > >> Trying to install a software app on a domain user's windows client (Win > 7 > >> Pro). > >> The user and computer is authenticated to the domain and can read/write > to > >> the share in question. > >> The company data that works with the software resides on share: > /apple/fuji > >> > >> The software won't complete the install and reports the following error: > >> > >> The file \\host\apple\fuji\ACL_DEFAULT.crx could not be opened. Please > >> check that your disk is not full and that you have access to the > >> destination directory. > >> > >> I don't understand why there's a permission problem for this user. > >> > >> \\host\apple\fuji reports the following with getfacl: group:users:rwx > >> Thus, any domain user should be able to read/write/execute. > >> > >> getfacl on the ACL_DEFAULT.crx file shows: -rwxrwxr-x+ 1 3000081 users > 11K > >> Jul 2 2013 ACL_DEFAULT.crx > >> The Group - users - (domain users) - should be able to > read/write/execute > >> on this file. > >> > >> And the user is there and recognized on the domain: > >> wbinfo -i smithy > >> LOGIC\smithy:*:3000081:100:John Smith:/home/LOGIC/smithy:/bin/false > >> > >> Looking for guidance. > >> Thanks for your help. > >> -- > >> To unsubscribe from this list go to the following URL and read the > >> instructions: https://lists.samba.org/mailman/options/samba > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/options/samba > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
smb.conf: # Global parameters [global] workgroup = LOGIC realm = LOGIC.EXAMPLE.COM netbios name = HAMILTON interfaces = lo,eno1 bind interfaces only = Yes server role = active directory domain controller dns forwarder = 8.8.8.8 idmap_ldb:use rfc2307 = yes [netlogon] path = /var/lib/samba/sysvol/logic.example.com/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No ############# Share Definitions ############################ [accounting] path = /apple/fuji read only = no