Menu

#69 Active Directory w/ Windows 2003

open
nobody
None
5
2007-12-03
2007-12-03
kaldung
No

After setting up AD authentication with MS Windows 2003 DC two PHP warninigs came up.

Two ways to supress them by changing the file ldap_common.php:

1.) add a leading @ to ldap_search line 108 and to ldap_count_entries in line 112
2.) add the following lines after the ldap_connect (line 87)
ldap_set_option($connection, LDAP_OPT_REFERRALS, 0);
ldap_set_option($connection, LDAP_OPT_PROTOCOL_VERSION, 3);

All line numbers refers to CuteFlow version 2.10.0

Discussion


Log in to post a comment.