@@ -262,8 +267,8 @@
// These are fields required in the config table
return array(
'tpl' => $tpl,
- 'config' => array('ldap_server', 'ldap_user', 'ldap_password', 'ldap_base_dn', 'ldap_uid', 'ldap_email')
+ 'config' => array('ldap_server', 'ldap_port', 'ldap_user', 'ldap_password', 'ldap_base_dn', 'ldap_uid', 'ldap_email')
);
}
-?>
\ No newline at end of file
+?>
diff -Nru phpBB3/language/en/acp/board.php phpBB3-devel/language/en/acp/board.php
--- phpBB3/language/en/acp/board.php 2007-07-28 18:48:13.000000000 +0200
+++ phpBB3-devel/language/en/acp/board.php 2007-08-23 17:53:05.000000000 +0200
@@ -307,6 +307,8 @@
'LDAP_PASSWORD_EXPLAIN' => 'Leave blank to use anonymous access. Else fill in the password for the above user. WARNING: This password will be stored as plain text in the database visible to everybody who can access your database.',
'LDAP_SERVER' => 'LDAP server name',
'LDAP_SERVER_EXPLAIN' => 'If using LDAP this is the name or IP address of the server.',
+ 'LDAP_PORT' => 'LDAP server port (use 389 for default)',
+ 'LDAP_PORT_EXPLAIN' => 'If using LDAP this is the port of the server.',
'LDAP_UID' => 'LDAP uid',
'LDAP_UID_EXPLAIN' => 'This is the key under which to search for a given login identity, e.g. uid, sn, etc.',
'LDAP_USER' => 'LDAP user',
@@ -438,4 +440,4 @@
'JAB_USERNAME_EXPLAIN' => 'Specify a registered username. The username will not be checked for validity.',
));
-?>
\ No newline at end of file
+?>