Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Unable to find Admin Account during AD LDAP Setup

$
0
0

I am attempting to install Openfire 3.9.3 as our new internal IM solution. 

Using an Embedded Database, Directory Server (LDAP)

Base DN: CN=ChatUsers,OU=Groups,OU=Group,OU=Group,dc=domain,dc=domain

Administrator DN: CN=Admin Account\, chatlogin,OU=Users,OU=Group,OU=Group,DC=domain,DC=domin

All other settings are default

When attempting to complete the install processing using LDAP I am getting an error message when entering the requested Admin Account name:

No username was provided or the specified username was not found.

 

I've been able to confirm that my Base DN and Administrator DN are working with an external LDAP browser (My "test settings" button does NOTHING, but thats for another post)

 

Below you will find the error message from my log files.  Any assitance would be greatly appreciated.

 

Created new LdapManager() instance, fields:

           host: [lsu-dc1.lsu.edu]

           port: 389

           usernamefield: uid

           usernameSuffix:

           baseDN: CN="ChatUsers",OU="Groups",OU="Group",OU="Group",dc="domain",dc="domain"

           alternateBaseDN: null

           nameField: cn

           emailField: mail

           adminDN: CN="Admin Account, chatlogin",OU="Users",OU="Group",OU="Group",DC="domain",DC="domain"

           adminPassword:

           searchFilter: null

           subTreeSearch:true

           ldapDebugEnabled: true

           sslEnabled: false

           startTlsEnabled: false

           initialContextFactory: com.sun.jndi.ldap.LdapCtxFactory

           connectionPoolEnabled: false

           autoFollowReferrals: false

           autoFollowAliasReferrals: true

           groupNameField: cn

           groupMemberField: member

           groupDescriptionField: description

           posixMode: false

           groupSearchFilter: null

 

 

org.jivesoftware.openfire.user.UserNotFoundException: Username chatlogin not found

          at org.jivesoftware.openfire.ldap.LdapManager.findUserDN(LdapManager.java:985)

          at org.jivesoftware.openfire.ldap.LdapManager.findUserDN(LdapManager.java:911)

          at org.jivesoftware.openfire.admin.setup.setup_002dadmin_002dsettings_jsp._jspServ ice(setup_002dadmin_002dsettings_jsp.java:176)

          at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

          at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)

          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1359)

          at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:11 8)

          at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)

          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1330)

          at org.jivesoftware.util.LocaleFilter.doFilter(LocaleFilter.java:74)

          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1330)

          at org.jivesoftware.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingF ilter.java:50)

          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1330)

          at org.jivesoftware.admin.PluginFilter.doFilter(PluginFilter.java:78)

          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1330)

          at org.jivesoftware.admin.AuthCheckFilter.doFilter(AuthCheckFilter.java:164)

          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.ja va:1330)

          at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:478)

          at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)

          at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)

          at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:22 7)

          at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:94 1)

          at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)

          at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186 )

          at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875 )

          at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)

          at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandler Collection.java:250)

          at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.jav a:149)

          at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)

          at org.eclipse.jetty.server.Server.handle(Server.java:349)

          at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)

          at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.j ava:936)

          at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:801)

          at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:224)

          at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:51 )

          at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.jav a:586)

          at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java :44)

          at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598 )

          at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)

          at java.lang.Thread.run(Unknown Source)


Viewing all articles
Browse latest Browse all 10742

Trending Articles