Below is my OpenLDAP structure :
+--> dc=sst,dc=stp (3)
---> cn=admin
+--> ou=groups (3)
| ---> cn=admin
| ---> cn=irc
| ---> cn=users
| ---> Create new entry here
+--> ou=users (4)
| ---> cn=user1
| ---> cn=user2
| ---> cn=user3
| ---> cn=user4
The setttings in Openfire :
Port : 389
Base DN : ou=users,dc=sst,dc=stp
Administrator DN: cn=admin,dc=sst,dc=stp
User Mapping :
Username Field:uid
Group Mapping | |
Group Field: | |
Member Field: | |
Description Field: | description |
In the next window I have to provide following :
Administrator Account
Choose one or more users from your LDAP directory to be administrators by entering their usernames.
Add Administrator: |
But I am not able to add any of my existing LDAP users here. It throws following error :
" No username was provided or the specified username was not found. "
Where am I going wrong?
FYI, both the servers, openfire and OpenLdap, are running on seperate virtual machines.
Thanks in adv.