Re: Can Active Directory listen on non-standard ****t?
by "Joe Kaplan" <joseph.e.kaplan@[EMAIL PROTECTED]
>
Jun 10, 2008 at 08:33 PM
AD only uses default ****ts. ADAM can use any ****t you want. If you want
to
tell them apart via an LDAP query, checking the sup****tedCapabilities
attribute on rootDSE for the "ADAM" OID, 1.2.840.113556.1.4.1851, would
probably be your best bet.
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services
Programming"
http://www.directoryprogramming.net
--
"ADADAMWork" <ADADAMWork@[EMAIL PROTECTED]
> wrote in message
news:6706E35F-A28A-4514-A470-E3994F4DC2A1@[EMAIL PROTECTED]
> Can Active Directory be installed on ****t other than 389? I did not find
> the
> ****t selection step on the AD installation wizard. Can I assume that AD
> only
> listen on 389 and 636 for SSL?
> How can I differentiate between AD and ADAM if I need to do that
> programmatically?
>
> Thanks a lot.