473,394 Members | 1,746 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,394 software developers and data experts.

Accessing the Lotus Notes address book through LDAP

Hi,

I have an asp.net applicaiton in which I want to control the
accessibility. Does anyone has any idea how I can access the Lotus
Notes address book through LDAP? That way, I can restrict those who
can access the web site.
Thanks in advance. Your help would be greatly appreciated.

Oct 24 '07 #1
2 6321
On Oct 24, 5:13 pm, sweetpota...@yahoo.com wrote:
Hi,

I have an asp.net applicaiton in which I want to control the
accessibility. Does anyone has any idea how I can access the Lotus
Notes address book through LDAP? That way, I can restrict those who
can access the web site.

Thanks in advance. Your help would be greatly appreciated.
If you're using LDAP to store the address book in Lotus Notes, you
should be able to use standard LDAP queries to

LDAP://servername/basedn

http://www.google.com/search?hl=en&q=get+all+users+ldap
http://www.google.com/search?hl=en&q=ldap+browser

To use LDAP from ASP.NET use System.DirectoryServices

Oct 24 '07 #2
On Oct 24, 5:00 pm, Alexey Smirnov <alexey.smir...@gmail.comwrote:
On Oct 24, 5:13 pm, sweetpota...@yahoo.com wrote:
Hi,
I have an asp.net applicaiton in which I want to control the
accessibility. Does anyone has any idea how I can access the Lotus
Notes address book throughLDAP? That way, I can restrict those who
can access the web site.
Thanks in advance. Your help would be greatly appreciated.

If you're usingLDAPto store the address book in Lotus Notes, you
should be able to use standardLDAPqueries to

LDAP://servername/basedn

http://www.google.com/search?hl=en&q...q=ldap+browser

To useLDAPfrom ASP.NET use System.DirectoryServices

strADPath = "IP Address";

DirectoryEntry Entry = new DirectoryEntry(("LDAP://" +
strADPath));

foreach (DirectoryEntry child in Entry.Children)
{
Console.WriteLine(child.Name);
I got an error when it hits foreach (DirectoryEntry child in
Entry.Children)
The requested authentication method is not supported by the server.

Thanks in advance.


Oct 29 '07 #3

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

Similar topics

2
by: Manuela | last post by:
Hi, I would want connetting to Db Domino for custom export Mail Folder of Lotus Notes to Exchange/Outlook. It is possible from .net? c# i.e? through ODBC or? Thks
5
by: NickBlooruk | last post by:
Hello, I have successfully linked a Lotus Notes server to our SQL Server database using an ODBC connection. This works fine when wanting to select records eg openquery(LOTUSNOTES2, 'select *...
5
by: Colin Anderson | last post by:
I discovered, with great excitement, this article http://www.davison.uk.net/vb2notes.asp when researching methods for emailing from Access via Notes. Unfortunatly, when I run this I get a...
0
by: KMax | last post by:
Has anyone done forms authentication with a Lotus Notes LDAP server. I need help with accomplishing this task.
0
by: Leszek | last post by:
Hello! I need to conenct to lotus notes. I need to get emails, attachements etc. But my question is: How can i connect to lotus base? I know, that some informations are in the LDAP.
2
by: charliej2001 | last post by:
Hi all I'm trying to set up an Access database that will be able to import contact information from the lotus notes 6.5 Address book. The idea is that the code runs from access to import all of...
1
by: Joe | last post by:
HI Has anyone been able to work with lotus notes automation classes??? Can you post sample code of how to use these classes. I have setup in VB but I am not able to port to C# This is what I...
1
by: KDawg44 | last post by:
Hi, We have a Lotus Notes Database that tracks time spent on projects. What I would like to do is develop a Time Tracker in Python that communicates with the server. This would pull projects in...
4
by: Bob Alston | last post by:
I am trying to access data in a Lotus Notes database, from Access. The Notes database is release R5. I installed NotesSQL 8.x and have it working. However it chokes on one of the tables and...
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:
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
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?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.