[Live-demo] [OSGeo] #1978: Mapbender3 access rights for files are not right - user is set to 1000 instead of user
OSGeo
trac_osgeo at osgeo.org
Tue Jul 25 04:51:40 PDT 2017
#1978: Mapbender3 access rights for files are not right - user is set to 1000
instead of user
-------------------------+---------------------------
Reporter: astrid_emde | Owner: live-demo@…
Type: task | Status: new
Priority: normal | Milestone: OSGeoLive11.0
Component: LiveDVD | Keywords:
-------------------------+---------------------------
access rights for mapbender3 files are not right - user is set to 1000
instead of user
Mapbender3 is located at /var/www/html/mapbender3
In the install script is a command that passes all files to user as owner
and www-data as group:
https://github.com/OSGeo/OSGeoLive/blob/master/bin/install_mapbender3.sh#L107
chown -R user:www-data "$INSTALL_DIR/mapbender3"
cd /var/www/html
ls -l
it says:
drwxr-xr-x 12 1000 www-data mapbender3
Like this it is not possible to edit the files as user user without
setting chown again.
What happened on install. Was somthing wrong?
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1978>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list