diff --git a/lam/templates/serverInfo.php b/lam/templates/serverInfo.php index a8512992..564765d1 100644 --- a/lam/templates/serverInfo.php +++ b/lam/templates/serverInfo.php @@ -45,6 +45,7 @@ $supportedsaslmechanisms = ''; $subschemasubentry = ''; $vendorname = ''; $vendorversion = ''; +$dynamicSubtrees = ''; $result = @ldap_read($_SESSION['ldap']->server(), '', 'objectclass=*', array('+', '*', 'subschemasubentry')); if ($result) { @@ -77,6 +78,9 @@ if ($result) { if (isset($info['vendorversion'])) { $vendorversion = $info['vendorversion'][0]; } + if (isset($info['dynamicsubtrees'])) { + $dynamicSubtrees = implode(', ', $info['dynamicsubtrees']); + } } } @@ -100,6 +104,11 @@ if ($configcontext != '') { echo "