Recommendation for (LDAP / AD) based Forum
I’m looking to set up a forum at work. I want to pull staff log-ins from our staff SQL. I was wondering if you recommend any good instances.
thanks in advan开发者_如何学Goce
phpbb forum supports multiple authentication mechanisms. you could also write your own auth plugin.
If you are looking for authentication using external sql tables, have a look at this http://www.phpbb.com/community/viewtopic.php?f=46&t=2119765
If you are looking for ldap authentication, this configuration steps might be of helpful. http://www.phpbb.com/community/viewtopic.php?f=46&t=980155 http://wiki.phpbb.com/Authentication_plugins
精彩评论