Re: Default Security for LDAP
- From: "Anthony" <anthony.spam@xxxxxxxxxxxxxx>
- Date: Mon, 27 Aug 2007 16:32:14 +0100
Charles,
Yes, the LDAP request containing the credentials is not encrypted. You
should use LDAPS if you want to encrypt it. You need a certificate on the DC
to do that.
The username and password will also be passed from the browser to the web
server in clear text unless you use SSL. For that, you need a certificate on
the web server. If you use Basic authentication, every request contains the
credentials so you need to SSL everything that requires authentication. If
you use a custom authentication you may be able to SSL just the
authentication exchange, which will reduce your overheads.
Hope that helps,
Anthony,
http://www.airdesk.co.uk
"Charles" <Charles@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:89AE8EA8-F73E-4EDE-AC2C-2A549DBFCAEE@xxxxxxxxxxxxxxxx
Hi:
I have a group in my org that is using a web application that uses IIS.
Users in the domain will be accessing this site and access will be granted
depending on if they are able to enter credentials successfully (AD
credentials). Under the covers ldap will be used to contact AD to
validate
the credentials of the users.
My question is by default, are the credentials passed as clear text?
Interested in protecting the user's password when it gets entered by the
user
and it gets transmitted to the Web site. And interested in this user's
password when it gets sent from the website to AD via ldap to verify the
credentials.
Will ldap pass the password as clear text? And will the interactions
between the user and the website as far as the password be protected as
well.
Enabling SSL does this just encrypt the password traveling between the
users
workstation and the website and as it travels between the website and AD?
Thanks,
Charles
.
- Follow-Ups:
- Re: Default Security for LDAP
- From: Joe Kaplan
- Re: Default Security for LDAP
- Prev by Date: Re: DSQUERY - [WP]
- Next by Date: Re: I am wondering if anyone can shed some light on this one
- Previous by thread: Re: DSQUERY - [WP]
- Next by thread: Re: Default Security for LDAP
- Index(es):
Relevant Pages
|