Page 1 of 1

ldap (authentication)

Posted: Mon Sep 19, 2005 10:40 pm
by red_alert
I hope, this is more or less in the right board, didn't find a better one.

I'm looking for the possibility to force my users to authenticate against an ldap server when logging on my unrealircd.
is there a way (I've seen something about curl includes) and something like an easy tutorial to do that? or can someone tell me how to do it in a few steps?

any help is very appreciated!

Posted: Mon Sep 19, 2005 11:04 pm
by Syzop
No, there's no such feature in Unreal (btw the curl thing you are refering to is something else, unrelated to authenticating users).
(so) there's also no easy way to set it up ;).

Both me and codemastr do custom coding though. I've got a module called SQLAuth which basically does what you ask, but for SQL. Making it an LDAP module shouldn't be too difficult for me, contact me at [email protected] in case you are interested.

EDIT: This module is now available, see my LDAPAuth module.