gpt4 book ai didi

Php LDAP_OPT_DEBUG_LEVEL,7 不跟踪

转载 作者:行者123 更新时间:2023-12-02 08:33:14 24 4
gpt4 key购买 nike

我正试图让 ldap_bind 追踪它在做什么。我有以下内容

ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
putenv('LDAPTLS_REQCERT=never');
error_reporting(E_ALL);
ini_set('display_errors', 1);

$ds = ldap_connect($server);
$r = ldap_bind($ds, $admin, $passwd);

我删除了一些设置变量的代码。但是,我想查看跟踪语句以帮助解决另一个问题。

最佳答案

在设置选项 ldap_set_option 后,您需要使用 ldap_error($ds) 打印错误。以下链接http://ourlife01.blogspot.co.uk/2012/05/debugging-ldap-php-scripts.html有一个例子。

关于Php LDAP_OPT_DEBUG_LEVEL,7 不跟踪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24522383/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com