Linux CIFS mounting/authentication error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2014 02:13 PM
Hello,
I'm having an issue mounting an alfresco share from a linux server. I get the error Permission denied, However I am able to mount the share from a windows machine using the same user/pass. I am doing
root@linsv08:~# mount -v -t cifs -o username=homepage,password=abc123 //officespace.lopeznegrete.com/officespace/ /var/www/hometest/file/officespace/
mount.cifs kernel mount options: ip=192.168.2.84,unc=\\officespace.lopeznegrete.com\officespace,user=homepage,pass=********
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
root@linsv08:~#
Alfresco authenticates to active directory. Is there something I am doing wrong or is there anything I should check?
I'm having an issue mounting an alfresco share from a linux server. I get the error Permission denied, However I am able to mount the share from a windows machine using the same user/pass. I am doing
root@linsv08:~# mount -v -t cifs -o username=homepage,password=abc123 //officespace.lopeznegrete.com/officespace/ /var/www/hometest/file/officespace/
mount.cifs kernel mount options: ip=192.168.2.84,unc=\\officespace.lopeznegrete.com\officespace,user=homepage,pass=********
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
root@linsv08:~#
Alfresco authenticates to active directory. Is there something I am doing wrong or is there anything I should check?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2014 04:41 PM
Are you authenticating to ActiveDirectory via LDAP or passthru? Particularly if you're using passthru, is your Linux machine on your Domain (IE are you using something like winbind to make your Linux machine a part of your Windows domain?).
I'm using AD with passthru, and I can log in just fine from Linux with everything but CIFS, which fails in the same way. Have you tried FTP yet? I suspect that will work for you.
I'm using AD with passthru, and I can log in just fine from Linux with everything but CIFS, which fails in the same way. Have you tried FTP yet? I suspect that will work for you.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2014 10:47 AM
We are using passthru, but no we are not using windbind to make apart of the the domain. Authentication into alfresco as a user seems to work fine, it only seems to be the CIFS mount that I cannot do.
I looked at FTP, however, I'm really looking for a constant connection, not just file transfers every so often.
I looked at FTP, however, I'm really looking for a constant connection, not just file transfers every so often.
