Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2070 - 2099 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2070
Joe, Since all I care about are users and groups, this should suffice. Thanks for you help - Bruce ... sAMAccountName ... specific ... However, not ... to...
bruccutler
Offline Send Email
Jun 1, 2004
2:00 pm
2071
Hi, I am new to ldap and delphi and have a question. I use the following code to log on a user - result:=ADsOpenObject ...
t_bhoy
Offline Send Email
Jun 2, 2004
9:04 am
2072
... Sure - have a look at the IADsADSystemInfo interface. When you import the ADSI type library into Delphi (resulting in a ActiveDs_TLB.pas file), you should...
m_scheuner
Offline Send Email
Jun 2, 2004
9:11 am
2073
Hi, It seems that you are looking fir the Default naming context of the server (cn=bob,ou=test,dc=mine,dc=com). To get that you can use the following: ...
ignacio.pita@...
culka44
Offline Send Email
Jun 2, 2004
9:18 am
2074
Hello All, Firstly thank you all for making this group a wonderful group to be part of and the quality of questions and answers has been awesome. I have some...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 2, 2004
9:20 am
2075
Thanks for the pointer to your page. This answered a few others questions i had, but i'm still not sure on how to approach the following ( i think i...
t_bhoy
Offline Send Email
Jun 3, 2004
2:26 pm
2076
I don't understand why you need to know the user's full DN to authenticate via LDAP. You can authenticate using the user's Win NT Account name or user ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 3, 2004
3:17 pm
2077
We use a generic LDAP authentication mechanism in our web application. Specifically, it uses the standard Java authentication libraries to authenticate users....
Joe Cross
joecross98
Offline Send Email
Jun 4, 2004
6:03 am
2078
Hi Joe, I can authenticate fine with the winnt provider, but once a user authenticates for the first time i need to retrieve their email address. This cant be...
t_bhoy
Offline Send Email
Jun 4, 2004
7:37 am
2079
Hi Joe, ... That's a bit too easy - it *might* work if you have it set up that way, but in most cases, it won't work. Background: Windows up to NT4 only stored...
m_scheuner
Offline Send Email
Jun 4, 2004
11:34 am
2080
Hi Joe, You can download the ADSI Browser (in the files of the group) that helped me to browse my domain's structure. Hope this helps, Jose ... authentication ...
jlhernandezm
Offline Send Email
Jun 4, 2004
11:44 am
2081
Folks, I just uploaded the first (of potentially many) AD Power Tools to the Files / AD Power Tools section. This particular one - AD System Info - will read...
m_scheuner
Offline Send Email
Jun 4, 2004
12:55 pm
2082
I follow now. Basically, you have two options: 1. If you know their login name, you can do a search in the domain on their login name to find their user...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 4, 2004
1:16 pm
2083
Like Marc said, you can either do a search on (samAccountName=xxxx) in the domain to get their DN or use the IADsNameTranslate COM object (probably not ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 4, 2004
1:18 pm
2084
Marc, Cool! Thanks for this. And, the added bonus, no doubt, is the C# code. Much appreciated! Rick Kingslan CISSP, MCSE, MCSA, MCT Microsoft MVP Windows...
Kingslan, Rick T.
mcse_geek2003
Offline Send Email
Jun 4, 2004
4:09 pm
2085
... I think the primary reason for using the DN is that our existing Java code uses the generic DN structure to navigate and authenticate. For example, our...
Joe Cross
joecross98
Offline Send Email
Jun 5, 2004
9:40 am
2086
Hello I am trying to access Novell Edirectory user names and passwords through .NET code programatically. The port I am using for this is 427 (a secure port as...
kiran challagolla
kpprogrammer
Offline Send Email
Jun 5, 2004
9:41 am
2087
For those of you not aware there is a new tool out that will provide synchronization of data from AD to ADAM and keep the ADAM data consistent with the source...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 5, 2004
10:41 am
2088
Hi Kiran ... First off, I'm pretty sure you WON'T be able to read out passwords - any decent secure system will store those in a non-reversible way. To bind to...
m_scheuner
Offline Send Email
Jun 7, 2004
4:31 am
2089
Yes, that is the normal approach. sAMAccountName is indexed (as is UPN), so that search (by login name) is generally very fast. From that you can get the DN...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 7, 2004
2:50 pm
2090
What language are you trying to develop your application in? If it is C#, I would suggest that you use the C# Ldap libraries available from forge.novell.com....
bruccutler
Offline Send Email
Jun 7, 2004
3:46 pm
2091
Dear Bruce This is Kiran, the guy who posted the question about problems accessing the novell edirectory. I tried the novell code for accessing the data but...
kiran challagolla
kpprogrammer
Offline Send Email
Jun 7, 2004
7:10 pm
2092
In basic LDAP terms, you perform a bind (ldap_bind or ldap_bind_s) with the user's credentials in order to authenticate them. If the bind succeeds, the ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 7, 2004
8:22 pm
2093
Hi I need a simple ASP script which fetches firstname,lastname,email id, location from AD when the employee id is given as input.The script has to be simple so...
Praveen
spraveenitpro
Offline Send Email
Jun 8, 2004
3:06 pm
2094
I hope we are not doing home work for you! This is basic ADSI stuff. ... From: Praveen [mailto:spraveenitpro@...] Sent: Tuesday, June 08, 2004 10:05 AM ...
Khursheed Siddiqui
Khursheed_Siddiqui@...
Send Email
Jun 8, 2004
6:45 pm
2095
Khursheed, Be kind :) ----> Praveen, what resources have you tried to get this information. If you need links let us know I can point you to some, and soon...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jun 8, 2004
7:13 pm
2096
I am a recruiter in Midtown, New York and I am working closely with a cable company who are in need for developers. I am looking for people who are "Enterprise...
esolomon93
Offline Send Email
Jun 8, 2004
7:55 pm
2097
Not strictly an AD question, but here goes: Has anyone found a good way, outside of P-Invoke, of re-using the AD browse dialogs and object pickers that...
Darren Mar-Elia
fermentedgrape
Online Now Send Email
Jun 8, 2004
8:44 pm
2098
... Darren, are you talking about the DsBrowseForContainer call (to select an object from AD)? Haven't seen it implemented in .NET yet - plus, even if - it...
m_scheuner
Offline Send Email
Jun 8, 2004
9:05 pm
2099
No. I have asked the same question in the past. I believe what you want is a drag and drop control for winforms that allows easy access to users, groups,...
Joseph Shook
joseph_shook...
Offline Send Email
Jun 9, 2004
12:26 am
Messages 2070 - 2099 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help