LDAP Support? [message #4307] |
Mon, 22 July 2002 19:57 |
smike
Messages: 182 Registered: April 2002 Location: Munich/Germany
Karma: 0
|
Senior Member |
|
|
Is it planned to support LDAP for authorization?
|
|
|
Re: LDAP Support? [message #4308 is a reply to message #4307] |
Mon, 22 July 2002 20:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Not unless someone contracts this and then we decide it to be an important enough featgure to include in the distribution tree.
As it stands now there are no plans to integrate LDAP support into the forum.
FUDforum Core Developer
|
|
|
|
Re: LDAP Support? [message #7610 is a reply to message #7598] |
Thu, 05 December 2002 16:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
1) If someone sponsors the development of FUDforum LDAP integration.
As is I do not see how LDAP integration will enchance FUDforum, the data is already stored in convient database.
FUDforum Core Developer
|
|
|
Re: LDAP Support? [message #7614 is a reply to message #7610] |
Thu, 05 December 2002 20:27 |
Lotussteve
Messages: 8 Registered: December 2002 Location: Salzburg, Austria
Karma: 0
|
Junior Member |
|
|
prottoss schrieb am Don, 05 Dezember 2002 17:28 | 1) If someone sponsors the development of FUDforum LDAP integration.
2.) As is I do not see how LDAP integration will enchance FUDforum, the data is already stored in convient database.
|
Hello!
ad 1.) How is this done? Is there a URL describing how to start this?
ad 2.) Well, i have a community which uses a central server,a forum,a gallery, a CMS.......and i want to unify the logon-process.
Thanks,
Ciao,
Steve
|
|
|
Re: LDAP Support? [message #7623 is a reply to message #7614] |
Thu, 05 December 2002 21:13 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The login/auth process of FUDforum is fairly modular so you can replace it with your own auth. The problem is account syncronization, for example what happens when people register on the forum, do they have accounts created inside LDAP as well and so on...
The auth code can be found users users.inc.t & users_reg.inc.t
FUDforum Core Developer
|
|
|
|
Re: LDAP Support? [message #7650 is a reply to message #7649] |
Sat, 07 December 2002 17:23 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Send me as detailed of a spec as your can of what you want to be done via email (ilia(at)prohost(dot)org), I'll clarify any ambigious points or suggest features/additions and/or possible alternatives. Once we agree on the final spec I'll give you a quote.
FUDforum Core Developer
|
|
|
|
|
|
Re: LDAP Support? [message #8362 is a reply to message #8350] |
Thu, 23 January 2003 23:02 |
valiant
Messages: 80 Registered: September 2002 Location: Zurich
Karma: 0
|
Member |
|
|
hey, you're alive
no, you got me right, it seemed as if your presence here faded out in the last weeks of december 2002
2. hmm, no prefixes? no big prob, just hack a little more
but actually, i hate hacking existing solutions as phpBB, gallery, ... as they come out with new version all few months and you're adviced to upgrade. but if you have installed lots of mods, hacked a syndicaition or some own styles, you gotta to do all over again after upgrading to the new version
a little offtopic, i know...
|
|
|
Re: LDAP Support? [message #8377 is a reply to message #8362] |
Fri, 24 January 2003 22:10 |
Lotussteve
Messages: 8 Registered: December 2002 Location: Salzburg, Austria
Karma: 0
|
Junior Member |
|
|
valiant schrieb am Fre, 24 Januar 2003 00:02 |
1.) hey, you're alive
no, you got me right, it seemed as if your presence here faded out in the last weeks of december 2002
2.) hmm, no prefixes? no big prob, just hack a little more
3.) but actually, i hate hacking existing solutions as phpBB, gallery, ... as they come out with new version all few months and you're adviced to upgrade. but if you have installed lots of mods, hacked a syndicaition or some own styles, you gotta to do all over again after upgrading to the new version
a little offtopic, i know...
|
Hello!
ad 1.) Yeah, alive and kicking, but tied up with the "Verein" and installing our new server.
ad 2.) Hehehehe, there are 48 hours days now?
ad 3.) I`m exactly in this situation, which is why i'm looking for a upgradefriendly substitute of phpbb --> here, and with LDAP it would have all i need when our new server is up and running. But until this is done (the server) i`ll have to put this here a little down my TODO list
Thanks,
Ciao,
Steve
[Updated on: Fri, 24 January 2003 22:14] Report message to a moderator
|
|
|
Re: LDAP Support? [message #18643 is a reply to message #8377] |
Tue, 01 June 2004 13:07 |
Tobias Eigen
Messages: 85 Registered: June 2003 Location: Seattle, WA USA
Karma: 0
|
Member |
|
|
Has anybody made progress with LDAP auth and FUD?
Best wishes,
Tobias
Kabissa - Space for change in Africa
|
|
|
|
Re: LDAP Support? [message #18645 is a reply to message #18644] |
Tue, 01 June 2004 15:42 |
Gribnif
Messages: 82 Registered: December 2003
Karma: 0
|
Member |
|
|
I have implemented it, but it's specific to our site. It would take a bit of work to generalize it enough for everyone to use.
Ilia, if you're interested in the PHP code, let me know in a private email.
[Edit]: I should also mention that adding LDAP auth makes it very difficult to have user accounts that are created within FUD itself. It's much easier to force all accounts to be validated using the LDAP directory and disable new account creation in FUD.
[Updated on: Tue, 01 June 2004 15:46] Report message to a moderator
|
|
|
Re: LDAP Support? [message #18646 is a reply to message #18645] |
Tue, 01 June 2004 16:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you want feel free to share your implementation on the hacks forum. I can't say that this is something I'd be looking to integrate into the base install.
FUDforum Core Developer
|
|
|
|