also. for the admin i think your administrator DN will have to be in the same OU as the rest of your users to work with the GUI config. I am trying to figure out the same thing right now to use an additonal LDAP path for my admin. I tried manually modifying the conf/openfire.xml file but i blew up my install.
Hey shackbill, thank you for trying, but I’ve tried it over the weekend, and still can’t figure out the correct Base & Admin DN. I’ve tried the one’s above (with spaces and without), but it now pops up the error
Error connecting to the LDAP server. Ensure that the directory server is running at the specified host name and port and that a firewall is not blocking access to the server.
I’ve even tried to change the port to 3268 in the same config screen, but same error as above.
Thanks for the effort bud. I’m still trying to figure this out.
you can point base dn to the root of AD, and than use group filtering to specify users of what OU are allowed to use openfire.
One word of advice - try to stay away from OUs with spaces I believe there are special syntax to be used in openfire LDAP configuration if there are spaces in OU names.
try:
Base DN: dc=eecomail,dc=ad
Authentication: **@eecomail.ad ** (make sure DNS is setup correctly)
create ou, lets say openfire, in the root of AD and create a security group, lets say** ofusers**; add openfire users to that group.
then at ldap searc filter use: memberOf=CN=ofuser,ou=openfire,dc=eecomail,dc=ad
(\ may be placed by server - in cofig screen you may not need it, I do not remeber for sure).
If you have more than one group (or you want have groups in openfire) you can use (!(…),(…)) syntax to ad multiple groups to ldap filter search.
Hey J2567 thanks for the tip. I’ve created the “openfire” OU in the root of AD, with the security group called “ofusers”. I’ve added every user that will be using the IM service. Now, where would I specify the LDAP search feature syntax?
I’ve created a user called “ofadmin” in the Users folder of the root of AD. I’ve assigned Domain Admin and Administrator group for the user. I went into the “openfire” OU and then went into the ofusers group and added the “ofadmin” user to the group. I still can’t get past the testing screen. Please see screenshot “of1.jpg” for more info.
Yes OF is installed on a server 2003 running exchange. I’ve tried the "ofadmin@eecomail.ad" as the Admin DN and it still kicks off the error
Error connecting to the LDAP server. Ensure that the directory server is running at the specified host name and port and that a firewall is not blocking access to the server.
At this point, is it possible to use a different port?*
*
I tried administrator@EECOEXCHANGE.eecomail.ad and it still failed, but I did somehow complete the install, which it now asks me for the username and password. No matter which combinations I try, it fails to login.As far as the username above, is it case sensitive?
Note: eecoexchange is the name of the server, whereas the eccomail.ad is the domain.