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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 4175 - 4204 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4175
I am trying to create an Infopath form to autopopulate via a web serice that exposes AD objects. I there a way to get more than a single string from a web...
derostz
Offline Send Email
Jun 2, 2006
9:18 am
4176
... You can return complex object types from web services, which could easily return more than a single string. You could also just return an array of ...
Greg Nims
gregnims
Offline Send Email
Jun 2, 2006
12:51 pm
4177
You may try microsoft.public.webservices. ... You can return complex object types from web services, which could easily return more than a single string. You...
Timothy P Macaulay
mact312
Online Now Send Email
Jun 2, 2006
1:45 pm
4178
I have a vbscript which sets "send as" permission to a specified account in the AD. I want to convert this script into my .Net C# based web application. ...
Durairaj K. Avasi
akdurairaj
Offline Send Email
Jun 6, 2006
6:48 pm
4179
This depends a great deal on whether you want to use .NET 2.0 or not. .NET 2.0 contains managed access control list classes that make this stuff more ...
Joe Kaplan
joekaplan2003
Offline Send Email
Jun 7, 2006
1:32 am
4180
David, If you are still looking for help on this one... Try searching the Global Catalog for domains, I think the workgroups are represented as domains in the...
netmenders2000
Offline Send Email
Jun 26, 2006
7:33 pm
4181
I'm looking for a method to record a directory path in the registry in format that is rename safe. I'd prefer not to create a share on every directory. ...
netmenders2000
Offline Send Email
Jun 26, 2006
7:44 pm
4182
David, Have you seen these articles? 315619 HOW TO: Enumerate GUIDs of All Computers in a Domain with Windows 2000 ...
Timothy P Macaulay
mact312
Online Now Send Email
Jun 26, 2006
7:58 pm
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
Messages 4175 - 4204 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