sock server ss5 ldap authtencation

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
Ali Ahsan
Cadet
Posts: 2
Joined: Mon Jun 23, 2008 12:25 am

sock server ss5 ldap authtencation

Post by Ali Ahsan »

[Avatar]
2009-12-15 10:16:42 UTC

Hi all

I need to setup socks proxy server for ftp protocol.We have open ldap setup .With user name and password.Currently if i dont use ldap all works fine but with ldap i cant .I suppose i am missing some thing or i cant understand logic Can any one help me in this.

My conf looks like this..

set SS5PAMAUTH

set SS5LDAPBASE

set SS5_VERBOSE

auth 0.0.0.0/0 - u

ldapprofileip myip

ldapprofileport 389

ldapprofilebase ou=%,dc=domain,dc=com

ldapprofilefilter uid

ldapprofiledn uid=uid,ou=ldap,dc=domaindc=com

ldapprofilepass mypass

permit u 192.168.1.2/0 - 0.0.0.0/0 20 - - - -

permit u 192.168.1.2/0 - 0.0.0.0/0 21 - - - -
Ali Ahsan
Cadet
Posts: 2
Joined: Mon Jun 23, 2008 12:25 am

Post by Ali Ahsan »

There from error log.
----------------------

Code: Select all

[15/Dec/2009:14:57:05 PKT] [3079306112] 192.168.1.2 ali "" ACLDENY - - - (-:- -- -:-) (Authentication failed)
[15/Dec/2009:15:15:46 PKT] [VERB] Buffer Overflow check during authentication (Null password?)
[15/Dec/2009:15:15:46 PKT] [3079306112] 192.168.1.2 "" "" ACLDENY - - - (-:- -- -:-) (Authentication failed)
[15/Dec/2009:15:16:15 PKT] [VERB] Buffer Overflow check during authentication (Null password?)
[15/Dec/2009:15:16:15 PKT] [3079306112] 192.168.1.2 "" "" ACLDENY - - - (-:- -- -:-) (Authentication failed)
Post Reply