" /> Use windows account credentials to login to a MSSQL DAP - Genesys CTI User Forum

Author Topic: Use windows account credentials to login to a MSSQL DAP  (Read 3226 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Use windows account credentials to login to a MSSQL DAP
« on: November 12, 2011, 07:50:44 PM »
Advertisement
Hi guys,
I have a couple of new customers that are government entities and as that they are asking that Genesys connects to their MSSQL DBs using Active Directory users and not MSSQL inner users. I have tried to set it up and no luck, do any of you guys have any experience if this is doable and if so how?

Thanks

Offline ExodusSS

  • Newbie
  • *
  • Posts: 38
  • Karma: 1
Re: Use windows account credentials to login to a MSSQL DAP
« Reply #1 on: November 13, 2011, 08:12:01 PM »
Hi Cav...

Quick question - how do they currently interface AD Users with their MSSQL...?

I've seen "Genesys" set up as a "Dummy" End User on AD previously - that might help you...

ESS

Offline Steve

  • Sr. Member
  • ****
  • Posts: 298
  • Karma: 11
Re: Use windows account credentials to login to a MSSQL DAP
« Reply #2 on: November 14, 2011, 02:18:41 PM »
I think that there are 2 questions here -
Can MSSQL do AD authentication? My instinct is yes it can, and a quick Google seems to back that up.

I think a more important one is how you will update your DAPs every month or so, when AD forces a password reset? Will you have any way of knowing that the PW is about to expire, before it does? And when it does where will it leave your solution?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Use windows account credentials to login to a MSSQL DAP
« Reply #3 on: November 16, 2011, 09:31:56 PM »
Hi Cav,

Such configuration is not officially supported but it should work. You will need to run DB Server under dedicated user account that has access to SQL Server and configure SQL Server to force Windows authentication over SQL login authentication.

R.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Use windows account credentials to login to a MSSQL DAP
« Reply #4 on: November 16, 2011, 10:15:15 PM »
Ah...nice input! Will try!
Thanks!