The Artima Developer Community
Sponsored Link

C# Answers Forum
LDAP vs LDAPS port 389 vs port 636 on Active Directory

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
csecret

Posts: 1
Nickname: csecret
Registered: Jan, 2005

LDAP vs LDAPS port 389 vs port 636 on Active Directory Posted: Jan 21, 2005 4:23 PM
Reply to this message Reply
Advertisement
I'm trying to connect using DirectoryServices in c# to Active Directory.

I can connect just fine over port 389 using LDAP://server:389/
I can also connect to port 636 (ssl) using LDAP://server:636/ (note, it's LDAP:// not LDAPS://)

I just need to make sure that it's encrypting everything when I connect with LDAP://server:636/

Whenever I try to use LDAPS:// it bombs with an unknown error.

Is it correct to assume that by specifying the port of 636 over LDAP:// it will connect over SSL or is that wrong?

Topic: vb.net Automation Previous Topic   Next Topic Topic: Question about connectionString

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use