1 (edited by lmthong 2009-10-05 17:35:55)

Topic: Config phpBB with iRedMail Ldap Backend

I try to configure my phpBB3.0.5 forum authenticate with iRedMail Ldap.

LDAP server name: ldap://localhost:389
LDAP server port: 389
LDAP base dn: o=domains,dc=example,dc=com
LDAP uid: mail
LDAP user filter:
LDAP e-mail attribute: mail
LDAP user dn: cn=Manager,dc=example,dc=com
LDAP password: managerpw

Yes, every account on all domain can now connect to forum. Its email account automatic fill in their email-address smile

Just for share to all of you!


Anyone help me write "LDAP user filter:" to filter "Only the ftp account can login to forum"

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Config phpBB with iRedMail Ldap Backend

you can use filter like this:

(&(objectclass=FTPUser)(accountStatus=active))

Just an example

3

Re: Config phpBB with iRedMail Ldap Backend

whether can use pureftp filter

LDAPFilter (&(objectClass=PureFTPdUser)(mail=\L)(FTPStatus=enabled))