Permissions trouble with WebDav


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Permissions trouble with WebDav
# 1  
Old 09-26-2009
Permissions trouble with WebDav

Hello!

I need some advice about using WebDav in Mac OS 10.5

My problem is that I mount a WebDav folder in the hard drive pointing to a webdav directory service running under apache (it's Alfresco, if you know it) but the permissions of this directory, when mounted, are only for the user who has mounted it. When I try to access the directory through an application running in the apache, it runs like other user (appserver in this case, the system's default) so it can't read or write in this directory.

I try to change the folder's owner/permissions but it is not possible (access denied, using sudo...). So my question is: is there anyway of changing this folder permissions/owner when it is mounted? Or allowing the system's default user accessing this folder?

I mount it this way:

sudo mount -t webdav <webdav_directory_host> <folder_in_hard_drive>

and the permissions are:

drwx------ myuser

If you can help me it would be great! And sorry for my English, I'm still studying it.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Web Development

Sending file to WebDav Server

Hi All, I am using a webdav server host name : abc.xyz.com.ak username : user123 password : password123 port : 80 I need to send files stored in my windows system to the server, any idea how to do it. I dont know how to create a url in linux for webdav server using details. (2 Replies)
Discussion started by: prakhar_dubey
2 Replies

2. Shell Programming and Scripting

Webdav automation

Hi, I am required to automate file transfer to a Sharepoint Collection, I have failed in mounting the webdav as a file system using davfs2 so I am investigating Curl and Cadaver. Cadaver is probably the easiest solution, I can successfully connect and transfer files. However can anyone advise... (2 Replies)
Discussion started by: mcclunyboy
2 Replies

3. Linux

Could not open the lock database - Apache WebDAV setup

I configured a WebDAV server using Apache. Here is my configuration: DAVLockDB /var/www/DAVLock.db <Location /majid> AllowOverride None Options +Indexes DAV On AuthUserFile /var/www/users.db AuthName Authentication AuthType Basic <Limit... (1 Reply)
Discussion started by: majid.merkava
1 Replies

4. Debian

webdav share per user ldap authentication

hi all, i have configured Apache with WEBDAV & my aim is sharing outlook calendars because we don't use M$ ExChange. From outlook i did a simple test & am able to share a calendar. I want to create share for each user & then authenticate against LDAP before they can publish their... (0 Replies)
Discussion started by: coolatt
0 Replies

5. UNIX and Linux Applications

SVN user permissions trouble

I am trying to add a user to my SVN server that can only access one of about a dozen repositories I have set up. Here are the files that I think need changed and what I have set them to. No matter what I try with these files I am unable to see the results I am after. In the end I want this new... (0 Replies)
Discussion started by: benn600
0 Replies

6. Shell Programming and Scripting

upload file to webdav server

Hi all i have a such question this is my shell script my script must upload file to webdav server ////////////////////////////////////////////////////////////////////////////////////////////////////////////// #!/bin/sh ###... (1 Reply)
Discussion started by: knut
1 Replies

7. UNIX for Dummies Questions & Answers

WebDav/davfs mounted file & directory names in all UPPERCASE

Hey, I have a WebDav directory mounted and everything seems fine except for one thing. All file/directory names appear in all UPPERCASE, when in actual fact they are lowercase on the remote machine. For example: foo/bar/baz.html on the remote host, appears on my local machine as... (0 Replies)
Discussion started by: MrMoney
0 Replies

8. Shell Programming and Scripting

Please help with Webdav transfer script

I need help on a script that syncs a directory with a webdav directory. For example I have the folders: ./upload/ ./upload/client ./upload/client/department ./upload/client2 ./upload/client2/department each of these folders contain docs that need to goto the webdav. also the client names... (1 Reply)
Discussion started by: brazen1445
1 Replies
Login or Register to Ask a Question
Config::Model::models::Fstab::FsLine(3pm)		User Contributed Perl Documentation		 Config::Model::models::Fstab::FsLine(3pm)

NAME
Config::Model::models::Fstab::FsLine - Configuration class Fstab::FsLine VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model data of one /etc/fstab line Elements fs_spec block special device or remote filesystem to be mounted. Mandatory. Type uniline. fs_file mount point for the filesystem. Mandatory. Type uniline. fs_vfstype file system type. Mandatory. Type enum. choice: 'auto', 'davfs', 'ext2', 'ext3', 'ext4', 'swap', 'proc', 'iso9660', 'vfat', 'usbfs', 'ignore', 'nfs', 'nfs4', 'none', 'ignore', 'debugfs'. Here are some explanations on the possible values: 'auto' file system type is probed by the kernel when mounting the device 'davfs' WebDav access 'ext2' Common Linux file system. 'ext3' Common Linux file system with journaling 'ignore' unused disk partition 'iso9660' CD-ROM or DVD file system 'proc' Kernel info through a special file system 'usbfs' USB pseudo file system. Gives a file system view of kernel data related to usb 'vfat' Older Windows file system often used on removable media fs_mntopts mount options associated with the filesystem. Optional. Type warped_node. fs_freq Specifies if the file system needs to be dumped. Optional. Type enum. choice: '0', '1'. default: '0'. fs_passno - fsck pass number used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. Optional. Type integer. default: '0'. SEE ALSO
o cme AUTHOR
Dominique Dumont COPYRIGHT
2010,2011 Dominique Dumont LICENSE
LGPL2 perl v5.14.2 2012-11-09 Config::Model::models::Fstab::FsLine(3pm)