show code js

2013年9月13日 星期五

phpbb3 with ldap

We want to use Windows Server 2012 Active Directory Service be user data in phpbb3, let employee login with AD account & password.

More information from internet by google, but I use inside tool from system.
You can find ADSI editor in system tool folder, let you know how to get them.

Important:just a account use in system to find out account list, when this profile of account has not set some parameters, phpbb3 will feeback can not find this parameter and let ldap config to save with fail

Just record config:

LDAP SERVER: ldap://your_server (AD Server)
LDAP PORT: 389 (or 3268)
LDAP BASE DN: DC=your_domain,DC=local
LDAP uid: sAMAccountName
LDAP Filter:
LDAP email parameter:mail
LDAP user account:CN=Administrator,CN=Users,DC=your_domain,DC=local
LDAP password: keyin password of "LDAP user account"

沒有留言:

張貼留言