[SAC] Re: [OSGeo] #165: Wiki LDAP integration

OSGeo trac_osgeo at osgeo.org
Thu Nov 1 18:12:51 EDT 2007


#165: Wiki LDAP integration
------------------------+---------------------------------------------------
  Reporter:  crschmidt  |       Owner:  sac at lists.osgeo.org
      Type:  task       |      Status:  new                
  Priority:  normal     |   Component:  SAC                
Resolution:             |    Keywords:                     
------------------------+---------------------------------------------------
Comment (by martin):

 All PHP-related packages that were shipped with the distribution on
 'osgeo2' have been removed. Such script was used to configure PHP:


 {{{
 ./configure --prefix=/usr/local --with-apxs2=/usr/sbin/apxs \
 --disable-cgi --with-openssl --with-gettext --with-ldap \
 --with-readline --with-pdo-pgsql --with-pgsql \
 --with-mysql --with-pdo-mysql --with-mysql-sock=/var/lib/mysql/mysql.sock
 \
 --without-pdo-sqlite --without-sqlite --with-xmlreader --with-xsl \
 --with-gd --with-jpeg-dir --with-png-dir --with-zlib-dir --with-bz2 \
 --with-ttf --with-freetype-dir \
 --enable-sysvshm=yes --enable-sysvsem=yes --enable-memory-limit
 }}}

 Wiki database access parameters can be read from the "LocalSettings.php"
 file. We're running MySQL here, so the GRANT for database access looks a
 bit funny:

 {{{
 mysql> GRANT all on osgeo_wiki to 'wiki'@'localhost';
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/165#comment:2>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list