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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 2514 - 2543 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2514
i get a error when update user attributes the error is "General access denied error " the code is Dim strAttrName As String = Me.TextBox1.Text Dim strAttrValue...
m_kosucu
Offline Send Email
Nov 1, 2004
2:12 pm
2515
... Does the error happen in BOTH cases, when you update an existing entry, as well as when you add a new entry (to "givenName") ? Marc...
Marc Scheuner
m_scheuner
Offline Send Email
Nov 1, 2004
2:42 pm
2516
Thanks All specially Joe, for helping me out earlier; I have two more queries; I am using the same thread cause the scenario, server and programming language...
Mohammad Junaid
mjq_77
Offline Send Email
Nov 2, 2004
4:46 am
2517
On one of the forums I found that using the below code works but I am getting error, NEED help people! Error: "An unhandled exception of type...
Mohammad Junaid
mjq_77
Offline Send Email
Nov 2, 2004
7:52 am
2518
... Is "bindEntry" valid after this call?? E.g. is it != Nothing?? ... Is "o" valid, != Nothing, after this call?? If it's "Nothing", then obviously you can't...
Marc Scheuner
m_scheuner
Offline Send Email
Nov 2, 2004
9:20 am
2519
... You'll need to cast the "o" to a valid IADsUser interface - the basic .NET type "object" doesn't know anything about a "ChangePassword" method! Dim oUser...
Marc Scheuner
m_scheuner
Offline Send Email
Nov 2, 2004
9:22 am
2520
One other thing to remember is that SetPassword and ChangePassword are AD-specific functions. They aren't going to work on a non-AD LDAP directory under any...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 2, 2004
3:07 pm
2521
Hi, I am using the method I post below in a web service to recursively get all the groups (direct and indirect membership) a user belongs to. The thing is that...
culka44
Offline Send Email
Nov 2, 2004
3:11 pm
2522
I never recommend recursive traversal of memberOf to expand group membership. It has the following problems with it: - Doesn't get primary group - Can include...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 2, 2004
3:19 pm
2523
Hi Joe, Thanks for the tip, I think I have that sample code stored around here. I will get over it and will let you know. Thank you, Nacho ... From: Joe Kaplan...
ignacio.pita@...
culka44
Offline Send Email
Nov 2, 2004
3:22 pm
2524
can u please send the link to the sample code..or maybe upload it to the yahoogroups.. Thanks, Sumaira ignacio.pita@... wrote: Hi Joe, Thanks for the...
Sumaira
sumaira_ahmad
Offline Send Email
Nov 2, 2004
4:10 pm
2525
Hi all; question 1) i can updated user attributes over asp.net but i enabled anonymous access. but i suppose that is a security problem. i want to do update...
m_kosucu
Offline Send Email
Nov 2, 2004
5:50 pm
2526
hi; i have a question abot windows 2003 active directory. so, we have a computer laboratuar at my university. each student have an acoount in server. we wanna...
m_kosucu
Offline Send Email
Nov 2, 2004
5:50 pm
2527
Hello All, I have an application that will allow me to import users/groups from Active Directory and save them to my database. Now I am trying to modify my...
gaoming_fu
Offline Send Email
Nov 2, 2004
11:16 pm
2528
You can actually change poll for deletions by searching in the deleted objects container. This is possible with LDAP API or IDirectorySearch. .NET doesn't...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 3, 2004
3:37 am
2529
Can you explain what your security model for your application will be? There are basically two approaches: Do you plan to allow the users who log into the site...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 3, 2004
3:38 am
2530
Hello, all! Is it possible to access Microsoft's Active Directory or is it not a true LDAP implementation? I've tried with no success. -- Ñ...
Artem Chernodub
chernodub@...
Send Email
Nov 3, 2004
10:37 am
2531
Yes of course you can Microsoft Active Directory is LDAP v3 compliant. You say you have tried and it's not working could you please post the following so that...
Carlos Magalhaes
carloshoshm
Offline Send Email
Nov 3, 2004
10:41 am
2532
Dear Carlos, thank you for a quick response. Generally, I'm only beginning studying ASDI and LDAP technologies. While writing "I've tried with no success" I...
Artem Chernodub
chernodub@...
Send Email
Nov 3, 2004
11:53 am
2533
You can use change notification using a specific dn as base. Thus if any changes occur below that DN, your program will be notified. I have sample code in C++....
sudhirkbhatnagar
sudhirkbhatn...
Offline Send Email
Nov 3, 2004
2:09 pm
2534
hi joe; for example there is a computer laboratuar , a windows 2003 server and a web page that using active directory accounts to authenticate system. for...
mesut kosucu
m_kosucu
Offline Send Email
Nov 3, 2004
2:55 pm
2535
There was a guy on micrsoft.public.adsi.general who just posted a question on changing passwords in AD with JNDI, and he was able to get it working. I'm sure...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 3, 2004
3:56 pm
2536
Probably the easiest thing to would be to capture the user's name and password in your forms authentication and then use those credentials for binding to...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 3, 2004
3:58 pm
2537
Dear friens, as has been written at Microsoft's web-site about Active Directory Features, in department "Active Directory Service Interfaces (ADSI)" ADSI...
Artem Chernodub
chernodub@...
Send Email
Nov 3, 2004
6:25 pm
2538
Hi, I have been trying to add my own user property to the user class. But am unable to do it via ADAM ADSI EDIT. I followed a link to add an attribute as...
Sumaira Ahmad
sumaira_ahmad
Offline Send Email
Nov 5, 2004
5:35 am
2539
hi; i try to change update change "sn" attribute this code. bu it throws an exception like this " general access denied error" i use windows application to do...
m_kosucu
Offline Send Email
Nov 5, 2004
7:29 pm
2540
It looks like your current security context doesn't have rights to modify that attribute. If you try to change that with AD U&C or ADSIEdit, do you get the...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 5, 2004
7:36 pm
2541
when i use this code get errorr that is like password not policy requirements ect.. but my new password is suitable policy requirement? Private Sub...
m_kosucu
Offline Send Email
Nov 5, 2004
7:48 pm
2542
hi joe it is not clear for me. van yu explain pls. i think you mean, first user logon. and the user can changes her/his attributes? am i right? Joe Kaplan...
mesut kosucu
m_kosucu
Offline Send Email
Nov 5, 2004
7:48 pm
2543
i get same error every account. Joe Kaplan <joe@...> wrote: It looks like your current security context doesn't have rights to modify that attribute....
mesut kosucu
m_kosucu
Offline Send Email
Nov 5, 2004
7:54 pm
Messages 2514 - 2543 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