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 your group to be featured on the Yahoo! Groups website? 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 3064 - 3094 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3064
Hi, I'am having some troubles with Impersonation + Integrated Security (Hope Ryan could help me again this time! :)) This is the scenario: 1. AD Server 2....
Maxi
maxmen81
Offline Send Email
Apr 1, 2005
3:02 pm
3065
Does anyone have experience with connecting to TLS encryption on OpenLDAP via VB.NET? I tried the AuthenticationTypes.SecureSocketsLayer bit and that didn't...
Eric Webb
ericag02
Offline Send Email
Apr 1, 2005
3:17 pm
3066
It should work. ADSI just uses the standard Schannel APIs under the hood to do SSL/TLS, so if Windows can negotiate a connection to your server, then ADSI...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 1, 2005
3:39 pm
3067
I think the problem might be the domain names not matching the certificates. For example: ldap.domain.com -and- mail.anotherdomain.com The...
Eric Webb
ericag02
Offline Send Email
Apr 1, 2005
3:59 pm
3068
I don't think you can do this. IE is really nice about this kind of stuff and pops up the familiar "certificate warning" dialog that allows you to proceed....
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 1, 2005
4:16 pm
3069
Eva, If I understand you correctly, your problem is here: all of these applications are actually set up under the "Default Web Site". Establishing (or not) SSL...
BILLNOSPAM
williambelli...
Offline Send Email
Apr 1, 2005
6:05 pm
3070
To be clear, you are impersonating a specific user account that has access to SQL Server on your IIS box, right? You actually should not need delegation for...
Ryan Dunn
dunn_rp
Offline Send Email
Apr 1, 2005
8:33 pm
3071
Hello Marc, Hope you don't mind asking ... but I'M really stuck with this.... (I search the Internet throughout!!!!) I don't know what I'm doing wrong. Perhaps...
Jan van der Bijl
tt18v
Offline Send Email
Apr 4, 2005
4:14 pm
3072
I'm not familiar with Delphi, but assuming AD: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adschema/adschema/a_pwdlastset.asp If this...
BILLNOSPAM
williambelli...
Offline Send Email
Apr 4, 2005
8:36 pm
3074
I need to access Active Directory information in an Active Directory forest versus a single domain. To accomplish this I am changing my bindings to use "GC://"...
wfbinder
Offline Send Email
Apr 6, 2005
1:43 pm
3075
I am writing an application that will allow users to be added from a web browser and am having a strange problem. The application impersonates a domain admin....
mllam_98
Offline Send Email
Apr 6, 2005
3:56 pm
3076
The question though is why are you binding to the GC for what reason did you choose to bind to the GC. The GC also only has a Partial Attribute Set that has...
Carlos Magalhaes
carloshoshm
Offline Send Email
Apr 7, 2005
8:57 am
3077
Hey Maria, Strange the code you have: newuser.Invoke("SetPassword", strPassword) should not even work it should be: newuser.Invoke("SetPassword", New Object()...
Carlos Magalhaes
carloshoshm
Offline Send Email
Apr 7, 2005
9:04 am
3078
Hello... Please, can you tell me, what's the benefit of service life time ticket or ticket granting ticket (TGT) in Windows Server 2003?! Is it usefull for...
eng_shaima1183
Offline Send Email
Apr 7, 2005
10:37 am
3079
Hello Carlos, Thanks for your response. In my research I have read that using the GC is more efficient than using LDAP because with GC there is only one search...
Bill Binder
wfbinder
Offline Send Email
Apr 7, 2005
1:13 pm
3080
I have a VB.net web app that manages users, home directories, passwords, etc... I use the subroutine below pulled from a Q article on how to set permissions...
charlie333111
Offline Send Email
Apr 7, 2005
2:37 pm
3081
Try clearing the actual ACL before adding the new ACE's Here is how I,m doing that : Dim secuUtil As New ADsSecurityUtilityClass Dim ob As Object =...
Kid Kodak
rmod009
Offline Send Email
Apr 7, 2005
3:21 pm
3082
I really just want to add "the new user, Group1, and Group2" to have full rights to this newly created folder. If I clear the acls...won't I have problems...
charlie333111
Offline Send Email
Apr 7, 2005
4:00 pm
3083
What you can do is checking every ACE to see if it is "Domain User" and delete this ACE... I have no problem clearing alle the permissions and setting new...
Kid Kodak
rmod009
Offline Send Email
Apr 7, 2005
5:40 pm
3084
Really appreciate the help. I guess what is difficult for me is ... is there a list somewhere for the attributes?....I'm new to these descriptors. I looked...
charlie333111
Offline Send Email
Apr 7, 2005
7:05 pm
3085
Found it in the MS AD SDK. Thanks for the help.....still seems a little slow though.......
charlie333111
Offline Send Email
Apr 7, 2005
8:10 pm
3086
From the ADAM technical reference (http://www.microsoft.com/downloads/details.aspx?familyid=96c660f7- d932-4f59-852c-2844b343f3e0&displaylang=en), when a user...
gaoming_fu
Offline Send Email
Apr 8, 2005
9:12 pm
3087
Hi Bill, I just tried this with LDP.exe and discovered that you cannot do SID binds on the GC. I don't know why, but the comment in the extended error said ...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 9, 2005
2:55 am
3088
Hello... I need to know how to remove a user from a group or organizational unit and how to move a user from a group to another group. Using ADSI and C#. NET. ...
eng_shaima1183
Offline Send Email
Apr 9, 2005
6:10 am
3089
Remember that managing objects in the directory hierarchy and managing groups are different. Groups are independent of the directory hierarchy. A user can...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 9, 2005
6:14 pm
3090
Hi Gaoming, It works basically like this: For objects in ADAM (ADAM users and bindProxy objects), you use LDAP simple bind for the bind method and use the ADAM...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 9, 2005
6:14 pm
3091
Can it be possible to bind to AD with an User's samAccountName as the parameter, if yes, how ? ... -- Nikhil Google is Great ! [Non-text portions of this...
Nikhil Mulley
nikhiltheprince
Offline Send Email
Apr 10, 2005
8:54 pm
3092
Thanks a lot... Both of the two sites were helpeful in my design. But can you tell me, how to check wether the account is disabled or not for a user using ADSI...
eng_shaima1183
Offline Send Email
Apr 11, 2005
11:07 am
3093
You should also be able to use the plain sAMAccountName with AD users although I can't remember if I have tried it. Joe K. ... From: "Nikhil Mulley"...
Joe Kaplan
joekaplan2003
Offline Send Email
Apr 11, 2005
1:59 pm
3094
I have tried it, it does work. For example: Dim MyEntry as new DirectoryEntry("LDAP://MydomainIsCool.Com", CarlosM, *******, authtype.secure) However you need...
Carlos Magalhaes
carloshoshm
Offline Send Email
Apr 11, 2005
2:28 pm
Messages 3064 - 3094 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