Search found 1 match

by leonardo_agostini
30 Jan 2008, 17:42
Forum: Help
Topic: APPLICATION ERROR #1400
Replies: 3
Views: 7953

Re: APPLICATION ERROR #1400

Everything is OK!

You just need to change 2 lines. In this file: config_defaults_inc.php you need to change the server line, like that:

$g_ldap_server = 'ldap://server.domain.com:389';

Now, you need to open the file /core/ldap.api and look for this function: ldap_connect_bind (probably the ...