Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

QB-3.0.1 integration with Active Directory #1397

amit04pandey ·
Hi,

I'm trying to integrate QB instance with AD for authentication of users for login.
I was successful in configuring it, but the only point of concern is about the "Bind User". In my current implementation, I have mentioned my distinguishedName, but I'd like to use the "login user"'s credentials for bind user and password.

I tried as mentioned on the page (http://wiki.pmease.com/display/qb30/Aut ... +with+LDAP ) and a few combinations, but it didnt work, so I reverted to my login.

Looking for some help in this regard.

Regards,
Amit
  • replies 2
  • views 1418
  • stars 0
robinshen ADMIN ·
Hi Amit,

For my testing, specifying the bind user as "{0}@domain" and password as "{0}" will work. If this does not work, you might need to consult your LDAP admin to see how to bind with login information. You may first try with JXPlorer (http://jxplorer.org/) to make sure the binding works.

Regards
Robin
amit04pandey ·
Thanks Robin, the bind user config for "{0}@domain" with "{0}" as password works!
Regards,
Amit