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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AD LDS and Occasionally Connected

Status
Not open for further replies.

RichS

Programmer
Apr 24, 2000
380
US
I'm looking into a security model in which we will have an occasionally connected (Click Once) application.

(Briefly: Our users use tablet PCs to collect data while in the field. If they have a broadband connection they can access network resources. Without a connection they can still capture data and MS Synch Services will synch things up when a connection is available.)

We use Active Directory for managment of Domain users and I'm looking to see if the Lightweight Directory Services (LDS) can be used when disconnected from our Domain to check authentication and authorization for the application while disconnected. Any ideas?
 
i wouls start in forum774.
a slightly different approach:
1. always assume a disconnected mode and authenticate locally.
2. only use network access when the client must sync with the server(s).

the idea of using network authentication when on the network and LDS when disconnected may seem logical, but your adding complications to the system architecture. by assuming the user is always disconnected you are only concerned with 1 authentication store.

Isolate any processes that require network resources. when they are needed confirm the user is connected and authenticated before proceeding.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
J, thanks for the response. All our apps currently authenticate locally. Our security team is considering a policy whereas no user information is maintained in application tables. So it's a potential policy that is driving this research. Thanks for the link to the LDAP forum.

Rich
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top