Updated dictionaries (in particular for new authentication modules)

SVN:trunk[632]
This commit is contained in:
Romain Quetiez
2010-07-27 16:04:43 +00:00
parent 4c4570d9d8
commit 1045d8891b
9 changed files with 238 additions and 150 deletions

View File

@@ -1,6 +1,12 @@
<?php
// Until we develop a mean to adress this within the setup, let's check that this instance
// of PHP has the php_ldap extension
//
if (function_exists('ldap_connect'))
{
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'authent-ldap',
@@ -57,4 +63,6 @@ SetupWebPage::AddModule(
)
);
} // if (function_exists('ldap_connect'))
?>