Le Tue, 7 Jul 2020 14:52:30 +0200, Michael Ströder <[email protected]> a écrit : > Do you actually see any value of attribute 'supportedControl'? > > If not, did you explicitly request the attribute 'supportedControl' > when reading rootDSE or used '+' in the attribute list?
I use '+', and it does return supportedControl. > > It is causing problems for PHP automated extension tests, the > > php-ldap module skips tests depending on whether associated > > controls are listed by the server or not, but ppolicy is never > > returned so the ppolicy test cannot run. > > Hmm, this approach can fail because not every control or extension > listed in the rootDSE is really handled. > > In case of slapo-ppolicy the overlay is available in mainstream Linux > distros anyway. > On which platforms are you testing FusionDirectory? Debian. Here is the setup for the automated test ldap server: https://github.com/php/php-src/pull/5794/files#diff-49f45f40446e443fc480bb7d54078f24 The author has the same problem as I do: https://github.com/php/php-src/pull/5794#issuecomment-652933484 So, maybe a problem specific to the debian package or the openldap version in there? Côme
