Ok - been playing with this for weeks and desprite the “External Authentication Guide” - still unable to get this working…
Maybe someone can help point me in the right direction? Here’s what I currently have in the config.conf file under the ldap area
[authentication]
library=gauth_ldap
[gauth_ldap]
ldap-url =ldap://mydomain.com:389/DC=xxx,DC=xxx,DC=com??sub?(sAMAccountName=X)
app-user=SRVgenesys
password=*********
Disclaimer off the bat – I’ve never done an LDAP integration before, so this is all new to me. The app-user is a service account we have setup which has rights to all our ldap servers. So that shouldn’t be the issue. I’ve also installed Softerra and I’m able to successfully search for a user using Softerra. It just won’t work with Genesys. Keep getting errors back saying “invalid” password. My thought (thoughts based on reading lots of good searches) is that Genesys is not passing the bind credentials. Our LDAP does not allow for anonymous binds. But I’m guessing…
I can send logs - but they are not very helpful. We’ve tried a couple different variations of the LDAP URL above. Errors are ranging as follows:
Client 368 failed to get authorization. Name [SCI], type [SCI], user [Angela Marceau], address [159.3.xxx.xxx.2218]. Reason : 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 775, vece
Client 368 failed to get authorization. Name [IRD], type [InteractionRoutingDesigner], user [Axxxxxx Mxxxxxx], address [159.3.xxx.xxx:2580]. Reason : Search parameters are not set
Client 368 failed to get authorization. Name [IRD], type [InteractionRoutingDesigner], user [Axxxxxx Mxxxxxx], address [159.3.xxx.xxx:2580]. Reason : Search parameters are not set
And we will get different errors logged based on what program we are tying to launch…
This is also a brand new install we are currently going through. We don’t have this rolled out yet to anyone (luckily).
Any help would be appreciated.