You are not logged in.
I have a samba share setup pointed to /srv/http
[srv]
comment = Linux /srv
browseable = yes
valid users = <myuser>
path = /srv
writable = yes
guest ok = no
from a user belonging to group 'devs' i can acces this fine from via a file browser across smb:// protocol. i can even edit the file. but in the /srv/http directory i made a symlink for phpmyadmin
lrwxrwxrwx 1 root devs 30 Dec 13 05:43 phpmyadmin -> /usr/share/webapps/phpMyAdmin/
it appears all permissions are in place
drwxr-xr-x 3 root root 4096 Dec 13 00:12 webapps
drwxrwxr-x 9 root devs 4096 Dec 13 00:12 phpMyAdmin
all files inside the phpMyAdmin are chowned to root:devs also.
What im trying to do is open the phpmyadmin config.inc.php file with an IDE from the networked pc, so i dont have to edit it with vim. this would be fine if i had to only edit it once, but i am going to also use this same setup for pear, symlinking it out like this...
what am i missing?
Last edited by wolfdogg (2013-12-14 01:04:33)
Offline