LDAP Support [message #29529] |
Thu, 29 December 2005 17:50 |
Anonymous
|
|
|
|
Hi there!
First of all, I would like to complement Ilia on producing an excellent forum software package. Its the best one I've found to date!
I was just wondering if there is or will be any support for LDAP directories?
My LDAP directory consists of a number of items, including:-
- LDAP DN
- User ID
- Name (Given name & Surname, one field)
- Given name (First name plus any middle name(s))
- Surname
- Directorate/Department
- Job Title
- Telephone
- Mobile
- Fax
- Email address
- Alternative email addresses
The above is shared with other services, including web email and calendar, where you only need enter your user ID and password.
What I was thinking of is having an option during installation or in the CP, where you can set the forum to get the user details from the MySQL database or an LDAP directory.
- Login with User ID and password
- Message author as "Name" or "Given name" (probably best as former)
- Email address queried from directory
- No member list as all data stored in directory. Alternatively, have a directory browser for members?
- Logout destroys session data (stored in cookie?)
Having LDAP support would be a very useful and important feature, as it would allow the extension of the network. It would also mean that there was no repetition of data (the data would live and not out of date), saving time and of course money.
Just a thought.
|
|
|
Re: LDAP Support [message #29530 is a reply to message #29529] |
Thu, 29 December 2005 17:53 |
Anonymous
|
|
|
|
Sorry, I forgot to mention that I don't have any sort of budget available for buying forum software. That's why I'm looking at the free (and quaility) packages available, hence yours.
|
|
|
Re: LDAP Support [message #29531 is a reply to message #29530] |
Thu, 29 December 2005 19:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can use FUDAPI to integrate the forum with LDAP.
FUDforum Core Developer
|
|
|
Re: LDAP Support [message #29557 is a reply to message #29531] |
Fri, 30 December 2005 17:42 |
Anonymous
|
|
|
|
Hi Ilia,
Thank you for your reply.
Is FUDAPI an extra component that I would need to download, or is it already included within the FUDForum package? Also, is it easy to integrate FUDForum with LDAP?
Many thanks in advance.
|
|
|
Re: LDAP Support [message #29561 is a reply to message #29557] |
Fri, 30 December 2005 20:08 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FUDAPI is part of the stand distribution, you can find it inside the scripts/ directory of your forum.
FUDforum Core Developer
|
|
|
|
Re: LDAP Support [message #29787 is a reply to message #29784] |
Mon, 16 January 2006 14:36 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FUDAPI provides means of logging a user into the forum. So if you wanted to base your auth on LDAP you'd authenticate the user via this mechanism and then log them in using FUDAPI.
FUDforum Core Developer
|
|
|
|