SAP Business Connector with LDAP

I am trying to tie our SAP Business Connector into our Corporate LDAP server. I can connect just fine to the server but it will not show any external groups or users. I have the information entered correctly because I double checked it with an LDAP browser. I would like to use our corporate LDAP to validate Username and Password.

I get the following error:
javax.naming.InvalidNameException: Invalid RDN: ou=People,dc=abc,dc=corp,dc=anheuser-busch,dc=com
at java.lang.Throwable.(Throwable.java:96)
at java.lang.Exception.(Exception.java:44)
at javax.naming.NamingException.(NamingException.java:103)
at javax.naming.InvalidNameException.(InvalidNameException.java:44)
at com.sun.jndi.ldap.LdapName$DnParser.getRdn(LdapName.java:419)
at com.sun.jndi.ldap.LdapName.add(LdapName.java:289)
at com.sun.jndi.ldap.LdapName.add(LdapName.java:285)
at com.wm.app.b2b.server.LDAPUserManager.initialize(LDAPUserManager.java:213)
at com.wm.app.b2b.server.UserManager.init(UserManager.java:352)
at com.wm.app.b2b.server.Server.run(Server.java:165)