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...
... 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 ...
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...
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. ...
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 ...
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...
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. ...
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...
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,...
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...
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...
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 -...
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...
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?...
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...
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...
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...
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 - 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. ... ...
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...
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...
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...
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...
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...