Hello,

I just upgrade phpLDAPadmin (sorry I do not know the old version number) 
to version 1.2.0.5. Now the following setting does not work anymore:

$servers->setValue('server','base',array('dc=aa,dc=ch','dc=bb,dc=ch','dc=cc,dc=ch'));

Depending on the base DN I would like to work on, I login with DN 
'uid=root,dc=aa,dc=ch' or 'uid=root,dc=bb,dc=ch' or 
'uid=root,dc=cc,dc=ch' and the corresponding password.
With version 1.2.0.5 the object tree on the left does not get displayed 
anymore. I see the base DN and some text like 'This base entry does not 
exist.Create it?' In the previous version I saw the 3 base DN's but was 
only allowed to browse the one I logged in to, which was perfectly fine.

If I do not use more then one element in the configuration array above 
everything is ok, i.e. I use the following settings in turn:

$servers->setValue('server','base',array('dc=aa,dc=ch'));
$servers->setValue('server','base',array('dc=bb,dc=ch'));
$servers->setValue('server','base',array('dc=cc,dc=ch'));

Doing this I can work on the DN but I would have to change 'config.php' 
every time I would like to change the base DN!

What am I missing here?

many thanks Felix

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users

Reply via email to