Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ldap_connect() = 81 only when run as service

Status
Not open for further replies.

ldapservices

Programmer
Dec 29, 2009
1
CR
We have a program created with cpp and using the standard
windows ldap libraries.

The program runs ok when running as a desktop application
connecting to port 386 or 636 (secure) - 3268 and 3269.

The program runs ok when running as an agent application
connecting with the port 386
but cannot connect with the port 636 or 3268

All the certificates and permissiones for the computer and user are configured in the LDAP because it connects in desktop application mode.

We configured Log on as a service, with a user for the domain and added permissions in LDAP,
but CANNOT CONNECT WHEN RUN AS A SERVICE and using SSL

Any help will be appreciated
Thanks


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top