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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2180 - 2209 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2180
Hi!! I have a windows 2003 server and Active directory domain. When i move a machine from some other domain to this domain the system time for the client...
sonal_rathod2001
sonal_rathod...
Offline Send Email
Jul 1, 2004
1:33 pm
2181
Correct the timezone. A domain member computer will automatically receive time updates from the "nearest" DC (which receives them from the DC that contains the...
Michael B. Smith
swngdnz
Offline Send Email
Jul 1, 2004
1:37 pm
2182
Hello all I am trying to use AD services to connect to the Novell edirectory to authenticate my users to an asp.net web application i am writing. I have tried...
kiran challagolla
kpprogrammer
Offline Send Email
Jul 1, 2004
5:47 pm
2183
What does your current S.DS authentication routine look like and where is it failing? Joe K. ... From: "kiran challagolla" <kpprogrammer@...> To:...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 1, 2004
6:19 pm
2184
I only get this message in production. The application works fine from my local machine. I tested the app locally in both debug and release mode without...
fhc40
Offline Send Email
Jul 2, 2004
2:47 pm
2185
Can you please show us the code and the error? Thank you Carlos Magalhaes ... From: fhc40 [mailto:fhc40@...] Sent: Friday, July 02, 2004 4:27 PM To:...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 2, 2004
2:48 pm
2186
Yes, please show the code. The issue is almost certainly a problem related to ADSI not being able to read your schema in AD due to a permissions problem. This...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 2, 2004
3:42 pm
2187
A Windows PC does this with the DC because it's important that the time difference between machines joined to a Active Directory domain be small. Otherwise...
Chuck Oppermann
chuckop65
Offline Send Email
Jul 2, 2004
5:55 pm
2188
If this code snippet is not enough, I can send the entire class file for review. Thanks in advance for your help. This is the actual error message: The Active...
fhc40
Offline Send Email
Jul 3, 2004
12:26 am
2189
I have solved this problem. The root issue was that the IIS server was running under an id that did not have adequate rights. Everyone - Thanks for all of your...
fhc40
Offline Send Email
Jul 3, 2004
12:27 am
2190
Hello, I've an asp.net page that tries to access an openldap server with system.directoryservices, I've success reading standard attributes like cn, sn and so...
mike_cce
Offline Send Email
Jul 5, 2004
6:14 am
2191
dear Joe and all Here is the code i have written to access the novell edirectory with the tree mentioned below. DirectoryEntry dr = new...
kiran challagolla
kpprogrammer
Offline Send Email
Jul 5, 2004
6:15 am
2192
Hi Kiran, ... What do you even need this for?? Basically, you should be able to access everything you need from the "dr" DirectoryEntry - hardly ever do you...
Marc Scheuner
m_scheuner
Offline Send Email
Jul 5, 2004
6:19 am
2193
Hey Mike, Can you please send us the code? And the exact error. Usually a adstype error means that the schema cache that ADSI uses does not include that...
Carlos Magalhaes
carloshoshm
Offline Send Email
Jul 5, 2004
7:34 am
2194
I am working with a non-forested Active Directory, and am trying to make sure my stuff works in a forest envirnoment. I would like to set up an Admin module...
scotcurry
Offline Send Email
Jul 5, 2004
12:15 pm
2195
Hello all, I have a some what off-topic question but it is in the area so I'll give it a try... Not so long ago I got some really good tips on how to set up my...
toby_one2001
Offline Send Email
Jul 5, 2004
6:41 pm
2196
Hi Marc, The NativeObject property is just an easy way to force the DirectoryEntry to bind, so that's why people use it. My guess is that the username...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 6, 2004
2:21 pm
2197
Additionally, make sure your LDAP server has a subschemaSubentry value in RootDSE. If it does not, ADSI cannot bootstrap the schema and will not be able to...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 6, 2004
2:25 pm
2198
A couple of things to check: Make sure the server is a member of the domain you want to authenticate against (or a trusted domain in the forest) Make sure the...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 6, 2004
2:31 pm
2199
Toby, You probably have admin rights assigned to your id. This will give you unlimited access to the AD. Your IIS server is probably running under default ID...
Frank Cole
fhc40
Offline Send Email
Jul 6, 2004
2:41 pm
2200
Thanks Carlos, I wrote a wrong error code, sorry :( however here are code and error message: the code, copied from a system.directoryservices example found on ...
mike_cce
Offline Send Email
Jul 6, 2004
8:23 pm
2201
Hi I try to write an application to get the Folder Names available in the Outlook Contacts folder. But i am not able to get the results. Here i placed my code...
rabic meeran
formeeran
Offline Send Email
Jul 7, 2004
11:10 am
2202
Dear Joe and all I am the guy with the problem in Novell LDAP. I am trying to get this thing working. I am currently at the client site and this is my one of...
kiran challagolla
kpprogrammer
Offline Send Email
Jul 7, 2004
5:28 pm
2203
Note: forwarded message attached. ... Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! [Non-text portions of this message have been removed]...
kiran challagolla
kpprogrammer
Offline Send Email
Jul 7, 2004
5:29 pm
2204
I want to read the Account Expires property of a user. When I do so I get the value back as a System.__ComObject. How do I cast that so that I can get the...
bruccutler
Offline Send Email
Jul 7, 2004
5:58 pm
2205
Sorry Kiran, but I don't know much about how eDirectory is structured to be able to tell you want to look for. You should probably use an LDAP browser to poke...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 7, 2004
6:05 pm
2206
Hello, Is there an easy way (possibly with system.directoryservices) to delete all members from an active directory group without deleting them one by one or...
mike_cce
Offline Send Email
Jul 7, 2004
7:22 pm
2207
Hi Kiran, Given the structure you listed below, I would use an LDAP path similar to the following. DirectoryEntry dr = new ...
Steven Klem
steve_klem01
Offline Send Email
Jul 7, 2004
7:23 pm
2208
You have bumped into one of my biggest pet peeves in S.DS. Essentially, values that are stored as INTEGER8 in AD get marshaled by COM at IADsLargeInteger in...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 7, 2004
7:34 pm
2209
Dear Steven I sincerely thank you for that code you gave me. However I am having a small problem. I have tried the code that you have given me. It simply says...
kiran challagolla
kpprogrammer
Offline Send Email
Jul 7, 2004
8:00 pm
Messages 2180 - 2209 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