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 4246 - 4275 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4246
dear all: How to modify rootDSE currentTime attribute value? The default value is GMT+0. But I want to set time zone to GMT+8. Any body can help me!! Thank you...
hanshin1688
Offline Send Email
Oct 1, 2006
7:24 pm
4247
The time is returned in UTC time. You can't change it. Why not just convert it to the timezone you need in client code? Joe K. ... From: hanshin1688 To:...
Joe Kaplan
joekaplan2003
Offline Send Email
Oct 2, 2006
5:02 am
4248
... You are right Joe You can't unless Your name is "Carlos The Grey" :) http://blogs.dirteam.com/blogs/carlos/archive/2006/08/17/ADUC-Dialog.aspx -- Tomasz...
Tomasz Onyszko
t_onyszko
Offline Send Email
Oct 2, 2006
8:26 am
4249
dear joe: Thank you for your help first. But, Is it possible to modify the UTC time on my local computer to GMT+8. My computer is winxp. if possible, can you...
hanshin1688
Offline Send Email
Oct 2, 2006
9:07 am
4250
You can modify the UTC time by changing the time. Make sure it isn't syncing up to a time source. Note that I don't think that will really help what you are...
Joe Kaplan
joekaplan2003
Offline Send Email
Oct 2, 2006
1:24 pm
4251
Changing the local workstation time isn't ADSI. It has to be changed directly on each workstation (either via a script or manual edit). I found this command...
Richard Kline
rakline01
Offline Send Email
Oct 2, 2006
4:55 pm
4252
Well, he wants rootDSE currentTime attribute to be different, and that is reported by the domain controller (or ADAM server), so presumably he would just need...
Joe Kaplan
joekaplan2003
Offline Send Email
Oct 2, 2006
10:55 pm
4253
Hi All, I have developed a User Profile Management webparts. This webpart is used to maintain the profile of all domain users except administrators. For LDAP...
vijayaragu radhakrish...
vijayaragu_r
Offline Send Email
Oct 3, 2006
9:17 pm
4254
Can you provide some more information about what isn't working? Do you have stack traces of the exception? There is absolutely no reason why you should have...
Joe Kaplan
joekaplan2003
Offline Send Email
Oct 4, 2006
12:20 am
4255
I think he is saying that he adds a new user to the Account Operators role and immediately tries to use it. Naturally, the user won't have the Account ...
Ryan Dunn
dunn_rp
Offline Send Email
Oct 4, 2006
2:04 am
4256
Hi, Currently upgrading an ASP.NET v1.1 / SQL Server 2000 web app to ASP.NET v2 / SQL Server 2005. The existing SQL Server 2000 box has an ADSI linked server,...
Mark Rae
markraeuk
Offline Send Email
Oct 6, 2006
3:19 pm
4257
Hello Everyone!! We have LDAP Active Directory in our company. I am trying to write a simple application that would authenticate users against LDAP. I am...
sacsoft
Offline Send Email
Oct 17, 2006
1:14 am
4258
We are running Ironmail Gateway and want to validate mail by doing validating against the exchange server using LDAP. We tried doing the configuration based on...
Bob Filipiak
bobfilipiak
Offline Send Email
Oct 23, 2006
8:15 pm
4259
Your search DN should be of the format dc=domainname,dc=com etc If you have multiple domains use the gc port. _____ From:...
Ansar Mohammed
ansarmohammed
Offline Send Email
Oct 24, 2006
2:51 am
4260
Dear all: Does ADAM have access log to record the user query history? thank you very much! hank...
hanshin1688
Offline Send Email
Oct 24, 2006
4:12 pm
4261
Have you defined an objectClass to search on withint he LDAP filter? For example, (&(objectClass=user)(|(mail=value)(proxyAddress=value))) and so on. From the ...
Chris Calderon
ctcaldc
Offline Send Email
Oct 24, 2006
4:50 pm
4262
Not sure exactly what you are mentioning here! However, each instance of ADAM has it's own Event Log listed in the event viewer. If you have code that is...
Timothy P Macaulay
mact312
Online Now Send Email
Oct 24, 2006
5:45 pm
4263
My web server is IIS and user is authenicated by ADAM. I just want to know who was authenicated by ADAM. Thanks again! ... instance of ADAM has it's own Event...
hanshin1688
Offline Send Email
Oct 25, 2006
2:56 am
4264
if it is not in the event log, then you will need to trap it in your code. there is no access log, or a authentication log to adam. Cheers, Tim MCSD, MCSD.NET,...
Timothy P Macaulay
mact312
Online Now Send Email
Oct 25, 2006
10:58 am
4265
Hi I have script to create contact written in visual basic exe file. it works in development area but not working in the production, it gives me an error...
wei
weihuangzhu
Offline Send Email
Nov 3, 2006
5:37 am
4266
Hi, While executing the below given code, I am getting error in the line where I am translating the IdentifyReference to NTAccount name. The error message is...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 4, 2006
12:52 pm
4267
... This is quite often caused by an incomplete or faulty LDAP path string. ... Could you try to add the SERVER name to this LDAP string? Something like: ...
Marc Scheuner
m_scheuner
Offline Send Email
Nov 4, 2006
12:55 pm
4268
Was the SID here from a newly created object? It may be that the DC that you created the object on is not the one the LSA is using to do the translation, so...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 4, 2006
7:28 pm
4269
Thanks Joe for your reply. There is only one DC in the domain where I am trying to execute this code so that should be the reason for this error. Could you...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 6, 2006
8:25 pm
4270
For some reason I thought you were trying to create a file system ACL based on a newly created user object and had a replication problem. This issue is ...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 6, 2006
9:53 pm
4271
Hi Anyone have C# code example of how to remove group membership from a user? Any other tips on this subject will also be appreciated. Alastair...
alastairq88
Offline Send Email
Nov 8, 2006
11:37 pm
4272
We cover that in ch 11 of our book. You can find info about that at www.directoryprogramming.net and find the sample code from ch 11 (in C#) which should give...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 9, 2006
2:31 am
4273
Thank you very much. ... at ... (in C#) ... individually, as the ... backlink and ... through C# ... a...
alastairq88
Offline Send Email
Nov 9, 2006
9:04 am
4274
I tried connecting using the LDAP query created from the SID retrieved from the rule.IdentityReference value. But its surprising that it failed connecting to...
Vinod J Nair
vinodjnair_2000
Offline Send Email
Nov 10, 2006
12:39 am
4275
It sounds very much like the object that was referred to in the ACE was deleted. This can happen. There is no way to tell the security descriptor that the...
Joe Kaplan
joekaplan2003
Offline Send Email
Nov 10, 2006
4:46 am
Messages 4246 - 4275 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