mangati/ldap

LDAP 管理和工具

v1.1.0 2016-08-25 20:06 UTC

This package is auto-updated.

Last update: 2024-09-16 02:21:54 UTC


README

PHP 的 LDAP 管理和工具

已知问题

如果你遇到 "需要更强的认证" 错误,请在你的脚本之前添加此行

putenv('LDAPTLS_REQCERT=never');

并将 $startTls 设置为 TRUE

public function __construct($host, $port, $user = null, $pass = null, $startTls = false)