then error:
Error: unable to validate security token
help please!

here's mine for comparison:[root@efa ~]# netstat -plutn
Code: Select all
[root@efa ~]# netstat -plutn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:11553 0.0.0.0:* LISTEN 10126/MailWatch SQL
tcp 0 0 127.0.0.1:2501 0.0.0.0:* LISTEN 2784/perl
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2111/mysqld
tcp 0 0 127.0.0.1:3310 0.0.0.0:* LISTEN 2000/clamd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 13484/httpd
tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 2917/perl
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 10921/unbound
tcp 0 0 127.0.0.1:4949 0.0.0.0:* LISTEN 2554/perl
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1967/sshd
tcp 0 0 127.0.0.1:8953 0.0.0.0:* LISTEN 10921/unbound
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2437/master
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 13484/httpd
tcp 0 0 127.0.0.1:8891 0.0.0.0:* LISTEN 1859/opendkim
udp 0 0 0.0.0.0:750 0.0.0.0:* 1574/portreserve
udp 0 0 10.10.1.200:123 0.0.0.0:* 1989/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 1989/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 1989/ntpd
udp 0 0 0.0.0.0:10000 0.0.0.0:* 2917/perl
udp 0 0 0.0.0.0:41888 0.0.0.0:* 1845/dccifd
udp 0 0 127.0.0.1:53 0.0.0.0:* 10921/unbound
udp 0 0 :::123 :::* 1989/ntpd
Code: Select all
// The value of the LDAP_USERNAME_FIELD will be extended by LDAP_BIND_PREFIX and LDAP_BIND_SUFFIX to created the binding username.
define('LDAP_USERNAME_FIELD', 'cn');
//Active Directory Compatibility Mode
define('LDAP_MS_AD_COMPATIBILITY', true);
Code: Select all
define('LDAP_SITE', 'default');
Code: Select all
define('LDAP_SITE', 'default-first-site-name');