Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Feb 23, 2025
1 parent a9b1ca3 commit 5fed86f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions config/defaults.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@
$config['session_path'] = null;

// Session samesite. Defaults to PHP session.cookie_samesite setting.
// Requires PHP >= 7.3.0, see https://wiki.php.net/rfc/same-site-cookie for more info
// Possible values: null (default), 'Lax', or 'Strict'
$config['session_samesite'] = null;

Expand Down Expand Up @@ -1103,7 +1102,7 @@
// Note: To enable TLS use tls:// prefix
'hosts' => array('directory.verisign.com:389'),
'ldap_version' => 3, // using LDAPv3
'network_timeout' => 10, // The timeout (in seconds) for connect + bind attempts. This is only supported in PHP >= 5.3.0 with OpenLDAP 2.x
'network_timeout' => 10, // The timeout (in seconds) for connect + bind attempts.
'user_specific' => false, // If true the base_dn, bind_dn and bind_pass default to the user's IMAP login.
// When 'user_specific' is enabled following variables can be used in base_dn/bind_dn config:
// %fu - The full username provided, assumes the username is an email
Expand Down
1 change: 0 additions & 1 deletion plugins/password/README
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@

Modified version of ldap_simple.
Password is changed using ldap_exop_passwd operation.
PHP >= 7.2 required.


2.1.24 TinyCP
Expand Down
1 change: 0 additions & 1 deletion plugins/password/drivers/ldap_exop.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Driver for passwords stored in LDAP
* This driver is based on Simple LDAP Password Driver, but uses
* Password Modify Extended Operation
* PHP >= 7.2 required
*
* @version 1.0
* @author Peter Kubica <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion plugins/zipdownload/README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ download of a selection of messages in 1 zip file.
Requirements
============
* php_zip extension (including ZipArchive class)
Either install it via PECL or for PHP >= 5.2 compile with --enable-zip option

License
=======
Expand Down

0 comments on commit 5fed86f

Please sign in to comment.