ldap (authentication)

These are old archives. They are kept for historic purposes only.
Post Reply
red_alert

ldap (authentication)

Post 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!
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.
Post Reply