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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4183 - 4212 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4183
Thank you both for your help. I forgot I had posted this and should have posted what I had found that was quite helpful: ...
david_w_t
Offline Send Email
Jul 1, 2006
6:05 pm
4184
Hi friends... Can you please help me in retrieving custom attributes from Active Directory Thank you Vijay ... Yahoo! India Answers: Share what you know. Learn...
vijayaragu radhakrish...
vijayaragu_r
Offline Send Email
Jul 3, 2006
12:38 pm
4185
What language are you working with to obtain the attributes? vijayaragu radhakrishnan <vijayaragu_r@...> wrote: Hi friends... Can you please...
Timothy P Macaulay
mact312
Online Now Send Email
Jul 3, 2006
5:32 pm
4186
I am working with C# (WSS).. Timothy P Macaulay <mact312@...> wrote: What language are you working with to obtain the attributes? vijayaragu...
vijayaragu radhakrish...
vijayaragu_r
Offline Send Email
Jul 4, 2006
8:51 am
4187
It is basically the same as retrieving non-custom attributes. What have you tried and what isn't working? Can you provide error information, stack traces,...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 5, 2006
3:15 am
4188
Hi Ray, I experience the same behavior you describe. After extending the ADAM schema with a new attribute and assigning it to a class schema object, the...
ewilansky
Online Now Send Email
Jul 5, 2006
7:32 pm
4189
Hello, I wnat to show tree structure of Forest DC. Does any one know how to get list of domain controllers using visual c++. Thanks Asawari...
asawaricjoshi
Offline Send Email
Jul 6, 2006
4:55 am
4190
Hi Group, Currently I am developing one smart client application in .net 2.0. I tried the following code of codeproject.com to call the server application. I...
Duraisamy
nice_bvn
Offline Send Email
Jul 6, 2006
12:55 pm
4191
I think you might get a better answer on a list for smart clients. This one is more focused on directory services types of questions. ... -- Ryan Dunn MVP -...
Ryan Dunn
dunn_rp
Offline Send Email
Jul 6, 2006
2:15 pm
4192
Upon further investigation, here's what you have to do to get a custom attribute that you've added to the ADAM schema to be available when instantiated an...
ewilansky
Online Now Send Email
Jul 6, 2006
2:16 pm
4193
Does Active Directory store any session information for logged on user? If it does then how can I get its value and where is it stored on the logged on server?...
sd_vyji
Offline Send Email
Jul 10, 2006
12:41 am
4194
A property has 3 values True/False/NULL how do I set the property to null? Thanks,...
fhc40
Offline Send Email
Jul 13, 2006
8:34 pm
4195
Hi friends... I am listing all the AD users and i don't want show the service accounts to the user. How to filter those service accounts ??? The user is...
vijayaragu radhakrish...
vijayaragu_r
Offline Send Email
Jul 15, 2006
8:17 pm
4196
What differentiates your service accounts in AD from your normal users? Are they all in a specific OU? Do they have distinguishing group membership? Special...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 15, 2006
8:51 pm
4197
Did you try setting the value to Nothing? Alternately, you might try PutEx with the Clear flag specified (ADS_PROPERTY_CLEAR which equals 1). Note also that...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 15, 2006
8:54 pm
4198
Hi Ethan, I just noticed this post and remembered another discussion on the MS newsgroups. In order to get ADAM (or AD) to refresh its schema, you need to set...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 16, 2006
3:47 am
4199
Joe - Thanks for the reply. I couldn't get this to work in script so I put together a C# applet that would allow me to use the NULL keyword. Thanks again. ... ...
fhc40
Offline Send Email
Jul 16, 2006
3:47 am
4200
Hm, that's weird. If you really wanted a script (not my forte, I admit!), this should work: dsObject.PutEx 1, "attributeName", Nothing dsObject.SetInfo Glad...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 16, 2006
3:06 pm
4201
Hi there, I have a asp .net 1.1 application running on IIS 5.0 . I need to get a list of groups a particular user belongs to but in a particular OU (OU3) and...
kaelaa2003
Offline Send Email
Jul 19, 2006
4:41 am
4202
Was there something wrong with my reply on the MS newsgroups? The other question I would ask is if you are sure there is a user with sAMAccountName of kaelaa...
Joe Kaplan
joekaplan2003
Offline Send Email
Jul 19, 2006
6:05 am
4203
I also answered you on the ASP.NET forums with both code and blog postings. You are trying to find users inside of an OU that only has groups. If you are...
Ryan Dunn
dunn_rp
Offline Send Email
Jul 19, 2006
8:23 pm
4204
Kaelaa; Here's a block of code that does what you're asking, but will need to be tweaked and adapted for your particular configuration. The GetLdapPath...
Walter Meyer II
wmeyer714
Offline Send Email
Jul 20, 2006
3:40 am
4205
Hi All, When I run ANTSProfiler for my program to search and get user¡¯s information from a big domain, I found one very interesting thing. The following two...
gaoming_fu
Offline Send Email
Aug 17, 2006
9:44 pm
4206
What if you check them in the other order? Is it possible that the overhead is primarily in loading the property cache the first time? You might also try...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 18, 2006
12:27 am
4207
Hello Joe, I added entry.RefreshCache() before the code to get whenCreated and whenChanged attributes. Now the most time is used for RefreshCache (), this step...
gaoming_fu
Offline Send Email
Aug 25, 2006
2:56 pm
4208
60 seconds is still a LONG time for a cache refresh. It is possible that some of this activity is related to the first time hit associated with priming the...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 25, 2006
8:43 pm
4209
Hello Joe, The time I mentioned in my message is what I got from ANTSProfiler. It is not only for one user or group. The time was used to get the atttributes...
gaoming_fu
Offline Send Email
Aug 28, 2006
8:26 pm
4210
Hi All, I asked this question before. My application will get the attributes of users and groups from Active Directory and save them as a string in the user...
gaoming_fu
Offline Send Email
Aug 28, 2006
8:40 pm
4211
The "X2" format string is what we use in our book for converting from binary to "octet string" format. I'd suggest using that. The code sample is on the...
Joe Kaplan
joekaplan2003
Offline Send Email
Aug 28, 2006
9:04 pm
4212
Given this structure Active Directory is a Forest - Multiple-Domain with two child domains. All user info is stored in the children not the root. There is a...
sharonpikul
Offline Send Email
Aug 29, 2006
5:12 am
Messages 4183 - 4212 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