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 816 - 845 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
816
Sorry if this is reposting, but I have been to the other messages and/or read the articles and can't get my create user setPassword to work. I know it's with...
cmm268
Offline Send Email
Aug 1, 2003
12:39 pm
817
File : EZADScriptomatic.exe Description : ADSI Scriptomatic tool from Microsoft a very cool tool to get some code done quickly. Scriptomatic contains a...
ADSIANDDirectoryServi...
Send Email
Aug 1, 2003
2:03 pm
818
I am attempting to create an asp page that allows accounts to be unlocked. I am able to successfully return a list of user from the AD. The end user is able to...
gluck1tx
Offline Send Email
Aug 2, 2003
7:49 am
819
I'm trying to retrieve a user's groups from Active Directory using ADSI. I've got code that runs correctly when I run it strictly under VB. But when I try to...
jhaley965
Offline Send Email
Aug 2, 2003
7:50 am
820
Viewing source on the page returned does not show a hidden error code? and what, if any return do you get from isAccountLocked? Are you getting a boolean...
Brendan Stephens
brendan_step...
Offline Send Email
Aug 2, 2003
7:05 pm
821
Check your permissions... to remove all suspisions...install your component under component services and set your permissions there... this ALWAYS works...
Brendan Stephens
brendan_step...
Offline Send Email
Aug 2, 2003
7:07 pm
822
Hi all, I have the following situation, I have a SearchResultCollection and a SearchResult: Dim results As SearchResultCollection Dim result As SearchResult I...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 4, 2003
1:23 pm
823
After reading some more this morning, I have tried the following: I am logging onto the DC directly as an administrator and trying to execute the VBS file....
cmm268
Offline Send Email
Aug 4, 2003
6:59 pm
824
Hi, can you please post the exact error. If you think that your syntax for the password is correct, then check with the AD administrator about if he/she had...
theOracle Y
theoracley
Offline Send Email
Aug 4, 2003
8:17 pm
825
Ok, so what if you run a one-time iteration through all the collection to build a datatype reference, or dictionary... This could be cached or stored to...
Brendan Stephens
brendan_step...
Offline Send Email
Aug 5, 2003
3:19 am
826
Hi- Thanks for your reply. It's not a password constraint error, I'm using upper,lower,special,etc. and it's well within the policy. It's a Windows Script...
cmm268
Offline Send Email
Aug 5, 2003
6:57 am
827
You see the thing is where do you stop? If you ask for properties : mail , cn, telephonenumber And one of them is empty for that record i.e say you search for...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 5, 2003
7:28 am
828
Marty. Please post the full code to the group so we can see exactly what you are trying to do... Regards, Carlos Magalhaes ... From: cmm268...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 5, 2003
7:37 am
829
Hi, did you try: usr.SetPassword "MyPassword!" instead of: usr.SetPassword = "MyPassword!" Malek ... ("LDAP://ou=TSTUsers,DC=portal,dc=XXX,dc=XXX,dc=XXX") ... ...
theOracle Y
theoracley
Offline Send Email
Aug 5, 2003
11:17 am
830
More or less this is the code I'm trying to execute, logged onto the DC itself... Set ou = GetObject("LDAP://OU=TSTUsers,DC=XXX,dc=XXX,dc=XXX,dc=XXX") Set usr...
cmm268
Offline Send Email
Aug 5, 2003
1:21 pm
831
Hi, I'm trying to connect to the ADAM instance running in the Windows XP,through a we application.But i'm unable to connect to the instance. Can anyone help me...
Vanitha Krishnan
vani_krishnan
Offline Send Email
Aug 5, 2003
1:21 pm
832
Hi, If any one of you are familar with working with ADAM ,can you share the site links you have refered,we it is possible to get the sample codes to work.Could...
Vanitha Krishnan
vani_krishnan
Offline Send Email
Aug 5, 2003
1:22 pm
833
You can look into the path\adam\LABS_DEMO and in the adam\docs, however I have failed to get an exact structure just like Active Directory. Cheers. Erick ... ...
Erick Sgarbi
evscbox
Offline Send Email
Aug 5, 2003
1:41 pm
834
So the account gets created, but the password does not get set? Without the setpassword, you can create the account and enable it? If that is the case there...
Brendan Stephens
brendan_step...
Offline Send Email
Aug 5, 2003
7:28 pm
835
Very simple question for you AD experts since I'm a new guy to ADSI. I'm trying to connect to an AD server from an ASP which is in a different domain so that...
sapportals2004
Offline Send Email
Aug 5, 2003
7:30 pm
836
For the username and password try the old standard ;) "Domain\Username" and then "Password" or use the UPN " Us <mailto:Username@...> ername@......
Brendan Stephens
brendan_step...
Offline Send Email
Aug 5, 2003
7:43 pm
837
Hi Brendan, Thanks for your help.. OK. I am now able to successfully open the object but not let the user change their password. The following script runs...
sapportals2004
Offline Send Email
Aug 6, 2003
6:13 am
838
Hi, I was wondering: Does your script work if you log in as a regular user to a box that belongs to the domain, but that is not the DC , and the administrator...
theOracle Y
theoracley
Offline Send Email
Aug 6, 2003
7:29 am
839
Hello All I am trying to integrate Active Directory with an ASP.NET application (written in C#) to use Active Directory for the security. Here is what I am...
shanemcwilliams
Offline Send Email
Aug 6, 2003
12:16 pm
840
In order: 1. Use the URL authorization built into the web.config. Specify using the 'location' tag what pages and roles to allow or deny: <!-- Secure the...
Ryan Dunn
dunn_rp
Offline Send Email
Aug 6, 2003
3:24 pm
841
Ryan Thanks for the quick response. Being new to Active Directory, I have a few questions from what you wrote. I am also confirming that Anonymous Access...
shanemcwilliams
Offline Send Email
Aug 7, 2003
6:11 am
842
Hi all, I am having problem of adding the new user created in ADSI. The following code snippet is working fine. It adds the user in the specified domain. But i...
vichumca
Offline Send Email
Aug 8, 2003
11:29 am
843
I'm running Windows 2000 Active Directory with Exchange 2000. Twice every five minutes the recipient update service tries to access configuration/Deleted...
ferngoldr
Offline Send Email
Aug 8, 2003
11:29 am
844
I received an unpublished Q article from Microsoft on how to do this. Write to thomas03 at mcleodsoft dot net for more info. ... permissions ... more...
ferngoldr
Offline Send Email
Aug 8, 2003
9:04 pm
845
Hi all, If you browse the aggregate CN under the schema CN of you domain, you find that you have a Property by the name of attributetypes, the value of the...
Carlos Magalhaes
carloshoshm
Offline Send Email
Aug 8, 2003
9:11 pm
Messages 816 - 845 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