[dokuwiki] Re: Configure in webinterface & edirectory
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 19 Jul 2007 13:01:00 +0200
On Thu, 19 Jul 2007 12:53:58 +0200
Jan-Philipp Warmers <Progamler@xxxxxxxxxxxxxxxxx> wrote:
> Hello
>
> i have a line
>
> $conf['auth']['ldap']['mapping']['grps'] = array('memberof' =>
> '/CN=(.+?),/i');
>
> and if i change the configure with the webinterface it
> change to
>
> $conf['auth']['ldap']['mapping']['grps'] = 'array(\'memberof\' =>
> \'/CN=(.+?),/i\')';
>
> is any solve none ?
Put such "complicated" configs in conf/protected.php to make sure it's
not touched by the config manager.
Andi
--
http://www.splitbrain.org
- References:
- [dokuwiki] Configure in webinterface & edirectory
- From: Jan-Philipp Warmers
Other related posts:
- » [dokuwiki] Configure in webinterface & edirectory
- » [dokuwiki] Re: Configure in webinterface & edirectory
- [dokuwiki] Configure in webinterface & edirectory
- From: Jan-Philipp Warmers