Newsgroups: mail-lists.delegate-en
[DeleGate-En] New to delegated :)
Greetings,
I've found your interesting project today, and I've started to learn how it
works, it is really usefull!
But I have some question about it, I hope someone can help me.
I would like to use delegated to let my users make ldap query in transparent
mode, use two delegated server or one delegated and one socks server.
I'm trying to explain better:
client ask to default router for ldap://ldap.somewhere.com/somefile.crl
the router intercept the call with iptables and redirect to delegated on the
same server (1)
Server 1 (with delegated), ask to another server (2) with socksd (dante) to
connect to internet and retrieve ldap://ldap.somewhere.com/somefile.crl and
return to the delegated server than to the users.
this is "detailed graphic" about my needs:
users-->delegated-->sockd-->internet-server-->sockd--delegated-users
So I've tryed some command like
./delegated ADMIN="someone@somewhere.." -P1090 SERVER=ldap
SOCKS=ip_address_of_my_socks_server:1080 -f
And my socks server reports some error. Do you think it is possible to use
delegated as a transparent ldap proxy? Can you please help me?
Thank you for your work.
|