Thank you for your response Aravind, I did try this setting, Im using windows platform, I did update the wrapper-server.conf file and added the following:
wrapper.java.additional.16=-Djava.naming.referral=follow
This setting did get me further and allowed for me to get a successful LDAP connection test, but when I attempted to log in with one of the userid's associated with the referred dc, i recieved the following exception:
2014-12-04 16:11:46,846 DEBUG [16960467@qtp-27626654-16] ProviderManager:190 - Authentication attempt using com.thoughtworks.go.server.security.providers.UserLicenseEnforcementProvider
2014-12-04 16:11:46,851 INFO [16960467@qtp-27626654-16] UserMap:55 - Adding user [org.springframework.security.userdetails.User@0: Username: admin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_USER]
2014-12-04 16:11:46,852 DEBUG [16960467@qtp-27626654-16] ProviderManager:190 - Authentication attempt using com.thoughtworks.go.server.security.providers.UserLicenseEnforcementProvider
2014-12-04 16:11:46,939 DEBUG [16960467@qtp-27626654-16] FilterBasedLdapUserSearch:109 - Searching for user 'sdavey', with user search [ searchFilter: '(&(objectClass=user)(sAMAccountName={0}))', searchBase:
'OU=Employees,DC=oss,DC=bvn,DC=com', scope: subtree, searchTimeLimit: 5000, derefLinkFlag: false ]
2014-12-04 16:11:47,061 INFO [16960467@qtp-27626654-16] DefaultSpringSecurityContextSource:56 - URL 'ldap://ddc1', root DN is ''
2014-12-04 16:11:47,063 DEBUG [16960467@qtp-27626654-16] AbstractContextSource:297 - AuthenticationSource not set - using default implementation
2014-12-04 16:11:47,065 DEBUG [16960467@qtp-27626654-16] AbstractContextSource:315 - Using LDAP pooling.
2014-12-04 16:11:47,066 DEBUG [16960467@qtp-27626654-16] AbstractContextSource:336 - Trying provider Urls:
ldap://ddc12014-12-04 16:11:47,067 DEBUG [16960467@qtp-27626654-16] AbstractContextSource:132 - Principal: 'CN=Pro\, AntHill,OU=Service Accounts,DC=bvn,DC=com'
2014-12-04 16:11:47,147 DEBUG [16960467@qtp-27626654-16] AbstractContextSource:228 - Got Ldap context on server 'ldap://ddc1'
2014-12-04 16:11:47,411 WARN [16960467@qtp-27626654-16] LdapUserSearch:85 -
The ldap configuration for search base 'OU=Employees,DC=oss,DC=bvn,DC=com' is invalid
org.springframework.ldap.BadLdapGrammarException: Failed to parse DN; nested exception is org.springframework.ldap.core.TokenMgrError: Lexical error at line 1, column 5. Encountered: ":" (58), after : ""
at org.springframework.ldap.core.DistinguishedName.parse(DistinguishedName.java:145)
at org.springframework.ldap.core.DistinguishedName.<init>(DistinguishedName.java:100)
Thanks Again for your response.