473,388 Members | 1,526 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

LDAP from ASP.Net

Max
Even if I've lot of experience with dotnet programming (web and desktop),
I'm new to LDAP stuff.
One of my customers would like my web application to read LDAP directory to
provide authentication, to avoid rewriting user data into an sql table. So
I'm looking into dotnet DirectoryServices, but before getting crazy on my Xp
pc:

Is this possible to see something on an Win XP professional, or I need to
test only on a Windows Server 2003? Are the users defined on an XP machine
making part of an LDAP system, or it is a totally different thing, so I will
never get anything ?

Thank you
Max


Jun 27 '08 #1
1 1175
>Even if I've lot of experience with dotnet programming (web and desktop),
>I'm new to LDAP stuff.
Is this possible to see something on an Win XP professional, or I need to
test only on a Windows Server 2003? Are the users defined on an XP machine
making part of an LDAP system, or it is a totally different thing, so I will
never get anything ?
The local user store on a Windows machine is not part of the LDAP
world - it's the "SAM" (Security Account Mgmt) world, accessible
through the WinNT: provider.

You can install a stripped-down version of LDAP - AD Lightweight
Directory Services (AD LDS) - formerly known as AD/AM - Active
Directory / APplication Mode - onto a XP box and it runs as a service
in the background. However, it's stripped down in that it doesn't work
as an authentication provider. But the basic mechanisms of accessing
an LDAP user account etc. are all in place and fully functional. You
can even install several instances of AD LDS onto your machine, if
need be.

More info on AD/AM (Win Server 2003):

http://www.microsoft.com/windowsserv...m/default.mspx

More info on AD LDS (Win Server 2008):
http://msdn.microsoft.com/en-us/library/bb897400.aspx

Cheers!
Marc
Jun 27 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Amar | last post by:
I am trying to connect to my college LDAP directory using ASP.NET. This LDap does not have security as it returns only user demographic information. i do not need to bind with a username or...
4
by: m96 | last post by:
hi, i'm trying to make a query to a ldap server (version v2 or v3 doen't matter) with c#. the query works just fine but the problem is that i can't read the custom attributes/fields, since .net...
7
by: Amar | last post by:
I am trying to connect to my college LDAP directory using ASP.NET. This LDap does not have security as it returns only user demographic information. i do not need to bind with a username or...
0
by: rbukkara | last post by:
Hi, I have got the following error while trying to add a user in the LDAP Directory. javax.naming.NameNotFoundException: ; remaining name 'uid=vassila,ou=People,dc=cs,dc=uno,dc=edu' I have...
0
by: Sells, Fred | last post by:
I'm running python 2.5 (or 2.4) in an XP environment. I downloaded and installed the .dll's from OpenLDAP-2.4.8+OpenSSL-0.9.8g-Win32.zip and copied the .dll's in c:/windows/system32 as instructed...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.