Step by step fresh Openfire install. Assuming you ldap sever is ldap.domain.com and your domain is domain.com
1. Choose language (English)
2. - Domain: it's up to you, we are using our main domain, so: domain.com
- Ports: leave default, unless you are sure what you're doing
3. - Database settings: it's up to you, but to make this how to simple, use "Embedded Database". If you are planning large deployment, I would suggest setting dedicated DB on another host
4. - Profile settings: it's most important. Choose Directory server
5. - Directory server type: OpenLDAP
- Host: your ldap server, in our case it will be ldap.domain.com
- Base DN: dc=domain,dc=com
- Authentication - don't put anything
- Click on test settings - that should tell you "Status: Success"
6. You can leave default values in user mapping, except for UserFilter. Put "(objectClass=organizationalPerson)" (with brackets, without quotes). This will filter your users only to real persons. Test settings (click button) You should see some of your users (most probably first fetched user will be mail admin. Then you can check other users using "Next Random Profiles")
7. - Leave default values. Groups won't work without posix extension installed
8. - Add administrator - this must be somebody from your Zimbra system. You can add as many admins as you want
You're done !!! |