473,388 Members | 1,340 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.

Active Directroy search via Intranet

I am trying to create a simple AD search page where any of my co
workers can input and name and get in return phone numbers. I don't
need anything fancy, since most of the internal site has already been
created using Microsoft expressions, and with the standard items in
IIS. I know this question has been asked but every search through
google has not been able to provide me with the coding I want to
inject into the web site.

Aug 20 '07 #1
5 1433
You basically want to execute an LDAP query from your web server. What web
server programming environment do you plan to implement this in? You can do
this many ways, but the exact details will depend on the target platform.

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
--
"Kaamp" <ka***@yahoo.comwrote in message
news:11**********************@d55g2000hsg.googlegr oups.com...
>I am trying to create a simple AD search page where any of my co
workers can input and name and get in return phone numbers. I don't
need anything fancy, since most of the internal site has already been
created using Microsoft expressions, and with the standard items in
IIS. I know this question has been asked but every search through
google has not been able to provide me with the coding I want to
inject into the web site.

Aug 20 '07 #2
The internal site has already been created and deployed on a Windows
Server 2003 SP 2, IIS . All the workstations that access this site are
Windows XP based. As for the coding, what ever the default Windows
Server 2003 can execute with out any extra installations.

On Aug 20, 1:08 pm, "Joe Kaplan"
<joseph.e.kap...@removethis.accenture.comwrote:
You basically want to execute an LDAP query from your web server. What web
server programming environment do you plan to implement this in? You can do
this many ways, but the exact details will depend on the target platform.

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
--"Kaamp" <ka...@yahoo.comwrote in message

news:11**********************@d55g2000hsg.googlegr oups.com...
I am trying to create a simple AD search page where any of my co
workers can input and name and get in return phone numbers. I don't
need anything fancy, since most of the internal site has already been
created using Microsoft expressions, and with the standard items in
IIS. I know this question has been asked but every search through
google has not been able to provide me with the coding I want to
inject into the web site.- Hide quoted text -

- Show quoted text -
Aug 20 '07 #3
Windows Server 2003 includes the .NET Framework 1.1, so you can write
ASP.NET pages using .NET 1.1 or you can write ASP pages. You could also
write an ISAPI application in C if you wanted to, though I doubt it.

I'm guessing since you posted this in the .NET newsgroup that you want to
write something in .NET, but it doesn't sound like you really know.

If you are interested, we have a book on programming LDAP (Directory
Services) in .NET that might be helpful to you.

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
--
"Kaamp" <ka***@yahoo.comwrote in message
news:11**********************@r29g2000hsg.googlegr oups.com...
The internal site has already been created and deployed on a Windows
Server 2003 SP 2, IIS . All the workstations that access this site are
Windows XP based. As for the coding, what ever the default Windows
Server 2003 can execute with out any extra installations.

On Aug 20, 1:08 pm, "Joe Kaplan"
<joseph.e.kap...@removethis.accenture.comwrote:
>You basically want to execute an LDAP query from your web server. What
web
server programming environment do you plan to implement this in? You can
do
this many ways, but the exact details will depend on the target platform.

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
--"Kaamp" <ka...@yahoo.comwrote in message

news:11**********************@d55g2000hsg.googleg roups.com...
>I am trying to create a simple AD search page where any of my co
workers can input and name and get in return phone numbers. I don't
need anything fancy, since most of the internal site has already been
created using Microsoft expressions, and with the standard items in
IIS. I know this question has been asked but every search through
google has not been able to provide me with the coding I want to
inject into the web site.- Hide quoted text -

- Show quoted text -

Aug 20 '07 #4
I have heard that .net is easier when it comes to html programing. If
thats the case then yes .net is what I would like to use. The book you
talk about, would it be the one listed in your sig?

On Aug 20, 4:09 pm, "Joe Kaplan"
<joseph.e.kap...@removethis.accenture.comwrote:
Windows Server 2003 includes the .NET Framework 1.1, so you can write
ASP.NET pages using .NET 1.1 or you can write ASP pages. You could also
write an ISAPI application in C if you wanted to, though I doubt it.

I'm guessing since you posted this in the .NET newsgroup that you want to
write something in .NET, but it doesn't sound like you really know.

If you are interested, we have a book on programming LDAP (Directory
Services) in .NET that might be helpful to you.

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
--"Kaamp" <ka...@yahoo.comwrote in message

news:11**********************@r29g2000hsg.googlegr oups.com...
The internal site has already been created and deployed on a Windows
Server 2003 SP 2, IIS . All the workstations that access this site are
Windows XP based. As for the coding, what ever the default Windows
Server 2003 can execute with out any extra installations.
On Aug 20, 1:08 pm, "Joe Kaplan"
<joseph.e.kap...@removethis.accenture.comwrote:
You basically want to execute an LDAP query from your web server. What
web
server programming environment do you plan to implement this in? You can
do
this many ways, but the exact details will depend on the target platform.
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
--"Kaamp" <ka...@yahoo.comwrote in message
>news:11**********************@d55g2000hsg.googleg roups.com...
I am trying to create a simple AD search page where any of my co
workers can input and name and get in return phone numbers. I don't
need anything fancy, since most of the internal site has already been
created using Microsoft expressions, and with the standard items in
IIS. I know this question has been asked but every search through
google has not been able to provide me with the coding I want to
inject into the web site.- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -

Aug 20 '07 #5
Yes, the one listed in my signature.

Note that our book doesn't teach you how to program ASP.NET. There are many
books for that. Our book is just about LDAP programming. You can do LDAP
programming in .NET with any type of application (web, console, GUI,
service, etc.), so we try to stay neutral to the rest of the application
design and just focus on LDAP.

If you don't know ASP.NET, you'll need to learn how to do that from another
source.

You might also be better off hiring someone to build this for you or buy a
product that does this if you don't have any of these skills already. It
isn't the hardest thing in the world to learn, but there may be more to it
than you want to take on.

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
--
"Kaamp" <ka***@yahoo.comwrote in message
news:11**********************@r29g2000hsg.googlegr oups.com...
>I have heard that .net is easier when it comes to html programing. If
thats the case then yes .net is what I would like to use. The book you
talk about, would it be the one listed in your sig?

On Aug 20, 4:09 pm, "Joe Kaplan"
<joseph.e.kap...@removethis.accenture.comwrote:
>Windows Server 2003 includes the .NET Framework 1.1, so you can write
ASP.NET pages using .NET 1.1 or you can write ASP pages. You could also
write an ISAPI application in C if you wanted to, though I doubt it.

I'm guessing since you posted this in the .NET newsgroup that you want to
write something in .NET, but it doesn't sound like you really know.

If you are interested, we have a book on programming LDAP (Directory
Services) in .NET that might be helpful to you.

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
--"Kaamp" <ka...@yahoo.comwrote in message

news:11**********************@r29g2000hsg.googleg roups.com...
The internal site has already been created and deployed on a Windows
Server 2003 SP 2, IIS . All the workstations that access this site are
Windows XP based. As for the coding, what ever the default Windows
Server 2003 can execute with out any extra installations.
On Aug 20, 1:08 pm, "Joe Kaplan"
<joseph.e.kap...@removethis.accenture.comwrote:
You basically want to execute an LDAP query from your web server.
What
web
server programming environment do you plan to implement this in? You
can
do
this many ways, but the exact details will depend on the target
platform.
>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
--"Kaamp" <ka...@yahoo.comwrote in message
>>news:11**********************@d55g2000hsg.google groups.com...
>I am trying to create a simple AD search page where any of my co
workers can input and name and get in return phone numbers. I don't
need anything fancy, since most of the internal site has already
been
created using Microsoft expressions, and with the standard items in
IIS. I know this question has been asked but every search through
google has not been able to provide me with the coding I want to
inject into the web site.- Hide quoted text -
>- Show quoted text -- Hide quoted text -

- Show quoted text -


Aug 20 '07 #6

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

Similar topics

2
by: Victor Lokhmatov | last post by:
Hello Everyone, My company has asked me to put a company directory on our intranet site and I'm trying to use php to extract the users from our active directory server. I've got everything...
10
by: huzz | last post by:
I have web application that quaries the Active Directory to get user details.. everything works fine but someday I'll get System.Runtime.InteropServices.COMExection and if I restart the client...
2
by: pv | last post by:
Hi everyone, I need help with following scenario, please: Users are accessing same web server from intranet (users previously authenticated in Active Dir) and from extranet (common public...
1
by: Zean Smith | last post by:
Anyone knows how to read the Active Directory information from ASP.NET? I want to get all the people in my company as the phone directory for Intranet. Thanks..
1
by: Michael Schäffer | last post by:
Hello, my english is not so good. I want to use the users of our active directory in the intranet for a portal page. i dont know how to authenticate?
6
by: jarice1978 | last post by:
Hello, I have been scanning the internet for a few days now. That is not working. So now it is time to post! I have read a few other posts on here about authentication but they do not match...
5
by: getseklets | last post by:
Hi, I want to pull user info from Active Directroy into SQL Server 2000 table. I know that this is possible, but I don't know how. Can anyone help me. Thnx Getseklets
2
by: =?Utf-8?B?U3RldmU=?= | last post by:
Hello all, I need to find all the distribution lists/groups a user is a member of using Active Directory when they request an INTRANET webpage. Impersonation is DISABLED on this site. I have...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.