Jason,
Well, I'm assuming that the error was returned when the program
actually tried to connect() to the LDAP server. The "Connection refused"
error *usually* means that nothing is listening on that port (i.e. there
is no LDAP process running.) If it is, you may want to check on any sort
of firewalling between you and it. You CAN set a firewall to return that
error, but I personally don't recommend it. Returning that error (vs.
just dropping the packet) requires sending back a packet, which uses up
bandwidth, and could lead to some sort of DoS hole.
Get with the admin of the LDAP server, and see if it is actually
running. Check on any firewall / filters between you and it. Good luck.
:) (I've never messed with LDAP -- just TCP/IP.)
Thus spake Jason Lim ([EMAIL PROTECTED]):
=> Hi all
=>
=> I am trying to get the radiator to work with Micrsoft LDAP server. I
=> cannot even establish LDAP connection with the server when the command is
=> used at the radiator:
=>
=> prompr> ldapsearch -h xx.xx.xx.xx filter
=> xx.xx.xx.xx : Connection refused
=>
=>
=> I keep getting connection refuse. I've check with the LDAP
=> administrator which said that there is not access restriction to this LDAP
=> server besides putting in the administrator/password.
=>
=> I am really not familiar with LDAP server. Is there any configuration
=> needed on the LDAP end ? Also, are there any other essential
=> informations to be in the ldap/radiator config file ?
=>
=> Thank you very much
=>
=> Regards
=> Jason
=>
=>
=>
=> ===
=> Archive at http://www.starport.net/~radiator/
=> Announcements on [EMAIL PROTECTED]
=> To unsubscribe, email '[EMAIL PROTECTED]' with
=> 'unsubscribe radiator' in the body of the message.
--
Jeremy Gault <[EMAIL PROTECTED]> - UNIX Systems Administrator
WingNET Internet Services (web site @ http://www.wingnet.net/ )
PGP Public Key @ http://www.wingnet.net/~jgault/pgpkey.txt
(423) 559-5465 (voice) / (423) 559-5444 (fax)
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.