This feature is in the todo list.
As I'm the only developer, I'm not able to tell you now when this feature will be introduced.
In the meanwhile any help will be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm a novice php coder but I will help in any way I can.
I know a lot about the LDAP protocol and how it works. I can also get my hands on the php code for several web pages at work that use LDAP authentication. Perhaps peeking at the code in LDAP Auth MOD (phpBB) @ http://sourceforge.net/projects/ldapauthmod/ might help as well.
Let me know if you think I might be able to help and if/when you might have time to work on it.
TechMason
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have limited knowledge of LDAP, anyway in release 0.8.0 I introduced different ways to do authentication including an option for LDAP.
Until now I got only a skeleton for LDAP authentication. I will need help to finalize some code and test it on a true LDAP authentication server.
Next week I will provide the code of 0.8.0 prerelease with details on what is missing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Pre-release of 0.8.0 is available for download.
LDAP code goes in simplelibs.php file in the function called simpleLDAPauth.
LDAP authentication must be configured using setup.php.
The only parameter that setup.php so far configure is LDAP server, you can add additional parameters directly in simpleLDAPauth function, I will manage these additional parameters in setup.php afterwards.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anyone successfully interegate LDAP auth into this yet? or are their any plans by the developers to do this?
Thanks
This feature is in the todo list.
As I'm the only developer, I'm not able to tell you now when this feature will be introduced.
In the meanwhile any help will be appreciated.
Hi pretaz,
I'm also interested in LDAP Auth.
I'm a novice php coder but I will help in any way I can.
I know a lot about the LDAP protocol and how it works. I can also get my hands on the php code for several web pages at work that use LDAP authentication. Perhaps peeking at the code in LDAP Auth MOD (phpBB) @ http://sourceforge.net/projects/ldapauthmod/ might help as well.
Let me know if you think I might be able to help and if/when you might have time to work on it.
TechMason
I have limited knowledge of LDAP, anyway in release 0.8.0 I introduced different ways to do authentication including an option for LDAP.
Until now I got only a skeleton for LDAP authentication. I will need help to finalize some code and test it on a true LDAP authentication server.
Next week I will provide the code of 0.8.0 prerelease with details on what is missing.
Sounds good pretaz. I am looking forward to it and will help you out in any way that I can.
Pre-release of 0.8.0 is available for download.
LDAP code goes in simplelibs.php file in the function called simpleLDAPauth.
LDAP authentication must be configured using setup.php.
The only parameter that setup.php so far configure is LDAP server, you can add additional parameters directly in simpleLDAPauth function, I will manage these additional parameters in setup.php afterwards.