summaryrefslogtreecommitdiffstats
path: root/inc/configmodule/ldapauth.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/configmodule/ldapauth.inc.php')
-rw-r--r--inc/configmodule/ldapauth.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/configmodule/ldapauth.inc.php b/inc/configmodule/ldapauth.inc.php
index 9a5f2fb8..da9cd6fc 100644
--- a/inc/configmodule/ldapauth.inc.php
+++ b/inc/configmodule/ldapauth.inc.php
@@ -14,7 +14,7 @@ class ConfigModule_LdapAuth extends ConfigModule
const VERSION = 1;
private static $REQUIRED_FIELDS = array('server', 'searchbase');
- private static $OPTIONAL_FIELDS = array('binddn', 'bindpw', 'home', 'ssl', 'fingerprint');
+ private static $OPTIONAL_FIELDS = array('binddn', 'bindpw', 'home', 'ssl', 'fingerprint', 'certificate');
protected function generateInternal($tgz, $parent)
{