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...
Show off your group to the world. Share a photo of your group with us.

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 4127 - 4158 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4127
Hi everyone! I'm trying to create a subscription form in asp.net -- I'm coding in C#. I know the current user's login name (say for myself, rlevine), and I...
richard_bilu
Offline Send Email
Apr 10, 2006
10:37 am
4128
At our university, we are writing an ASP2/VB web page for new employees and students to create their own AD accounts. It is coming along very well, but we...
Yantis, Richard
yantran52
Offline Send Email
Apr 10, 2006
2:17 pm
4129
Richard, An ugly fix that I once used in a similar situation was to put a FOR loop and count to 1000 or 10000. Not the greatest practice, but it should give...
Greg Nims
gregnims
Offline Send Email
Apr 10, 2006
2:24 pm
4130
Hello, I would like to get all groups and then search for users by that group. The groups would go into a dropdown and then on selection change the users would...
tupalee
Offline Send Email
Apr 11, 2006
5:01 am
4131
The easy way to do this would be to use an API like .NET 2.0 that allows you to set security on the folder using the user's SID instead of username. You can...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 11, 2006
2:34 pm
4132
Could you post a specific issue? You are likely to get more useful suggestions if you don't ask an open-ended question. Joe K. ... From: "tupalee"...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 11, 2006
2:38 pm
4133
IADsNameTranslate is the easiest way to do this. It essentially wraps the DsCrackNames API, which you can also call via P/Invoke in .NET if you want. Joe K. ...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 11, 2006
2:38 pm
4134
I am using the 2.0 framework! That is an awesome idea. I have never messed with the SID before. I will give it a try. Thanks! richard ... From:...
Yantis, Richard
yantran52
Offline Send Email
Apr 11, 2006
2:50 pm
4135
Yes, that's one of the nice things about the IdentityReference base class is that you can use an NTAccount or a SecurityIdentifier in either case. Since the...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 11, 2006
3:20 pm
4136
Another way to handle this would be to specify a central DC for user creation and reference directly in the User Creation code. Using a DC specific LDAP...
Andy Kish
v00d00blues79
Online Now Send Email
Apr 11, 2006
4:18 pm
4137
Given a user's Active Directory cn and the name of an AD Distribution Group, I am looking for a way to determine if the user is or is not a member of of the...
richard_bilu
Offline Send Email
Apr 11, 2006
4:18 pm
4138
Well, if you don't have a lot of nesting in the distribution list, a well crafted filter is your friend. Just bind to the distribution list as your...
Ryan Dunn
dunn_rp
Offline Send Email
Apr 11, 2006
5:07 pm
4139
Hello There, Can any body help me in providing "Netjoindomain" Api code in VB.NET . It would be so help for me. thanxz in advance. regards, harsha ... ...
harsha p
harsha531
Offline Send Email
Apr 12, 2006
2:53 pm
4141
I have ported my DirectoryServices application from VS 2003 (Framework 1.1) to VS 2005 (Framework 2.0). On our production server, when I uninstall the 2003...
Yantis, Richard
yantran52
Offline Send Email
Apr 18, 2006
11:46 pm
4143
Is there a way to enumerate Windows workgroups in C# code (either with DirectoryServices or some other means)?...
david_w_t
Offline Send Email
Apr 23, 2006
4:08 am
4144
Does anyone have any ideas on this? I really am in need of help with this....
david_w_t
Offline Send Email
Apr 27, 2006
3:52 am
4145
... It doesn't seem like anyone has a ready made, boiler plate solution. I'm pretty sure you cannot enumerate workgroups with ADSI - ADSI is designed and...
Marc Scheuner
m_scheuner
Offline Send Email
Apr 27, 2006
4:37 am
4146
Our Client, a global pharmaceutical company located in Hopewell NJ has a 3-6 month contracting assignment available right now. If you are interested in the...
cgrecruit
Offline Send Email
Apr 27, 2006
6:31 pm
4147
I'm developing in C# on Windows using VS.NET 2003. I appreciate your help. I was hoping for an already available C# interface, but I will have to resort to...
david_w_t
Offline Send Email
Apr 28, 2006
1:00 am
4148
I am a web developer that just finished an ASP.Net (1.1) web development project and we are using forms authentication to access the site. Our network...
asp_vb.net_programmer
asp_vb.net_p...
Offline Send Email
Apr 28, 2006
7:00 pm
4149
Can you just switch you app to use Windows Integrated authentication in IIS and switch ASP.NET to Windows? That's the best way to go. Why would you need a...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 28, 2006
11:29 pm
4150
I agree with Joe. In ASP.NET you will need to add a tag to the Web.Config file. <identity impersonate="true"/>. If you do not add this tag, then you will...
Timothy P Macaulay
mact312
Online Now Send Email
May 3, 2006
5:41 pm
4151
Hi All, I used DirectorySearcher to get users and groups information from the Active Directory in .Net 2.0 environment. I got the following errors: ...
gaoming_fu
Offline Send Email
May 9, 2006
5:40 pm
4152
Hello there all, I want to know that is there any way of joining the PC from one domain to another domain using system.directory services or through any API...
harsha p
harsha531
Offline Send Email
May 10, 2006
8:41 am
4153
Hi all, I'm new in Active Directory windows 2000 server I want to ask : How can I set clients setting, when they log on to the active domain, they...
TM
spirit_in_blue
Offline Send Email
May 10, 2006
11:58 am
4154
a person in my org asked for all the users and phones numbers out of AD. I asked my boss I could give this info away hoping he would give it to her. My boss...
digitaldeluxe
Offline Send Email
May 10, 2006
12:09 pm
4155
... That's not really an Active Directory question - you'll have to use some kind of a logon script, e.g. Kixtart, or something similar. Go see here: ...
Marc Scheuner
m_scheuner
Offline Send Email
May 10, 2006
4:32 pm
4156
... Really ASP, or could you use ASP.NET ?? It would be *MUCH* easier! If you're stuck with "old-style" ASP, you might want to have a look at the scripts on...
Marc Scheuner
m_scheuner
Offline Send Email
May 10, 2006
4:35 pm
4157
Extracted from a VBS script I use at work (not an actual ASP page, can be ported though). Hope it helps get you going... I would have sent a link but its not...
Baydon Rowe
baydonrowe
Offline Send Email
May 10, 2006
5:31 pm
4158
THanks for the help on this. this script and the rmueller scripts are very helpful. just trying to work through a couple of compilation errors on the password...
Pat Brown
digitaldeluxe
Offline Send Email
May 11, 2006
5:47 am
Messages 4127 - 4158 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