[dev] horde config/conf.xml
Johan FISCHER
linux at fischaz.com
Mon Feb 2 19:09:43 PST 2004
Hi,
I'm trying to use the conf.xml file (even if it's not finish yet :) ) and i
found something weird in the Auth config generation.
I'm using a imap auth with these params in the conf.php file
$conf['auth']['driver'] = 'imap';
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['port'] = 993;
$conf['auth']['params']['protocol'] = 'imap/ssl/novalidate-cert';
But, when i configure the conf.xml file, the generated block concerning the same
imap auth looks loke this :
$conf['auth']['hostspec'] = 'localhost';
$conf['auth']['port'] = 993;
$conf['auth']['protocol'] = 'imap/ssl/novalidate-cert';
$conf['auth']['imapconfig'] = 'separate';
$conf['auth']['driver'] = 'imap';
Is the disparition of the 'params' index normal ?
Cheers.
Johan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-keys
Size: 1018 bytes
Desc: PGP Public Key
Url : http://lists.horde.org/archives/dev/attachments/20040203/5bdf1209/attachment.bin
More information about the dev
mailing list