Re: what's the difference between a connect, bind and authentication?
- From: "Joe Kaplan \(MVP - ADSI\)" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 Jan 2006 15:20:14 -0600
Connect and Bind are LDAP terms really, so they aren't related to a network
logon. Logging into a machine on the domain does not use LDAP.
When doing LDAP, a connection is established to a directory by opening a
socket. A Bind operation in LDAP authenticates the user and changes the
state of the connection to "authenticated" until another bind or unbind is
performed. Operations performed after a bind will be done using the
security context of the user who authenticated.
Note that if logon scripts are involved, they may very well be coded to do
LDAP operations, but they are not specifically part of the login.
Joe K.
"Spin" <Spin@xxxxxxxx> wrote in message
news:43vd3eF1peee8U1@xxxxxxxxxxxxxxxxx
> In the AD world, and in layman's terms please, what's the difference
> between a connect, a bind and an authentication? Does a user for instance
> do all three of these when he logs on in the morning?
>
> --
> Spin
>
>
.
- Follow-Ups:
- References:
- Prev by Date: Re: LDAP Security
- Next by Date: Re: LDAP Security
- Previous by thread: what's the difference between a connect, bind and authentication?
- Next by thread: Re: what's the difference between a connect, bind and authentication?
- Index(es):
Relevant Pages
|