[dev] Re: User Admin on head. I see blank lines rather than users.
Edwin L. Culp
eculp at encontacto.net
Mon Mar 28 17:05:46 PST 2005
Quoting Chuck Hagenbuch <chuck at horde.org>:
> Quoting "Edwin L. Culp" <eculp at encontacto.net>:
<snip>
>
> No, they should be set in the auth configuration -
> $conf['auth']['params']. Are they not?
If we are talking about horde/config/conf.php, yes, they are. None of
the users would be able to login if they weren't. As I mentioned, I'm
using hordeauth. I was thinking that the problem was with one of my
hooks.
$conf['auth']['admins'] = array('eculp at unixmania.com');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['hostspec'] = 'localhost';
$conf['auth']['params']['basedn'] = 'ou=people,o=worldinternet.org';
$conf['auth']['params']['binddn'] = 'cn=admin,o=worldinternet.org';
$conf['auth']['params']['password'] = '******';
$conf['auth']['params']['version'] = '3';
$conf['auth']['params']['uid'] = 'mail';
$conf['auth']['params']['objectclass'] = array('person');
$conf['auth']['params']['filter_type'] = 'objectclass';
$conf['auth']['driver'] = 'ldap';
I was thinking that the problem was with one of my hooks. Now, I'm
really stumped.
Thanks again for your patience and help,
ed
More information about the dev
mailing list