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 407 - 436 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
407
Hi, I use the following openquery to get info in AD from MS SQL Server. The strange thing is that the wehnCreated and whenChanged fields always return with a...
p
lphilt
Offline Send Email
May 1, 2003
8:59 pm
408
Time zone issue? -Charles ... From: p [mailto:philts@...] Sent: Thursday, May 01, 2003 1:59 PM To: ADSIANDDirectoryServices@yahoogroups.com Subject:...
Charles Oppermann
chuckop
Offline Send Email
May 1, 2003
9:12 pm
409
Charles, The domain controller and the sql server are next to each other in the same server room and both set to pacific time zone. What time zone issue could...
p
lphilt
Offline Send Email
May 1, 2003
11:18 pm
410
I was thinking that if it's 7 or 8 hours off, then maybe it's being presented in UTC and you're in the Pacific time zone (+8 hours PST, +7 PDT). -Charles ... ...
Charles Oppermann
chuckop
Offline Send Email
May 1, 2003
11:51 pm
411
Thanks, Charles. Do you know that if it's the case that the openquery in SQL Server always reurns UTC? -Phil ... +7 PDT). ... Oppermann" ... Server. ... ...
p
lphilt
Offline Send Email
May 2, 2003
12:10 am
412
Hello All, I had written a program which notes the time of a user when he logs to his system.This was done using Active Directory services. Our domain has...
kailasgoliwadekar
kailasgoliwa...
Offline Send Email
May 3, 2003
3:24 pm
413
User the AdsVw.Exe tool from the ADSI 2.5 SDK to make a manual connection to the Domain. Try to connect to LDAP://MAQ and then browse to what you think is...
Joseph E Shook
joseph_shook...
Offline Send Email
May 4, 2003
11:29 am
414
And of course you can get all these files from our group: http://groups.yahoo.com/group/ADSIANDDirectoryServices/files/ADSI%202.5%20SD K/ These files are a...
Carlos Magalhaes
carloshoshm
Offline Send Email
May 4, 2003
11:37 am
415
I'm trying to logon to remote resources across the network. The policy here does not allow giving "act as part of operating system" privilege to aspnet. Is...
Dwayne Hope
dwayne_hope
Offline Send Email
May 5, 2003
8:02 pm
416
There is one way to do this. Normally, you would use LogonUser api, which would require this permission for Windows 2000 (not 2003 or XP). However, there is...
Ryan Dunn
dunn_rp
Offline Send Email
May 6, 2003
3:26 pm
417
Is there a way to do this? At the moment I'm just using a generic account specified in the DirectoryEntry but I would like the search to run under the current...
Brent Mills
spaceg0d
Offline Send Email
May 7, 2003
7:14 pm
418
You have to have either use Kerberos delegation or Basic Windows Authentication because your credentials will have to be delegated. To use Basic, just turn it...
Ryan Dunn
dunn_rp
Offline Send Email
May 7, 2003
8:50 pm
419
I tried that but I can't seem to get it to work. Do you have to specify anything special in the code or is it supposed to do it automatically if you don't...
spaceg0d
Offline Send Email
May 8, 2003
2:45 pm
420
It should do it automatically if you don't specify anything for username/password or pass nulls: //pass current creds DirectoryEntry de = new...
Ryan Dunn
dunn_rp
Offline Send Email
May 8, 2003
4:11 pm
421
Hi guys, I'm running this line on a WinXP Pro with .Net 1.0 and it works, but it throws a SecurityException on Win2k Server with .Net 1.1 DirectoryEntry W3SVC...
Matias Woloski
woloskim
Offline Send Email
May 11, 2003
9:15 pm
422
Hello Matias, You are setting security attributes already in the DirectoryEntry string : DirectoryEntry W3SVC = new DirectoryEntry("IIS://" + ServerName + ...
Carlos Magalhaes
carloshoshm
Offline Send Email
May 12, 2003
8:06 am
423
Yes I'm using the Administrator account... But then I changed to this one, but it doesn't work either public static object[] GetSites() { try { ...
Matias Woloski
woloskim
Offline Send Email
May 12, 2003
8:22 am
424
Matias, You right it must be a .net ver 1.1 issue Let me download the framework I will install it in a lab and do some testing for you. Regards, Carlos...
Carlos Magalhaes
carloshoshm
Offline Send Email
May 12, 2003
8:45 am
425
I found the error just after posting... I was running the app from a network share, that generated the securityexception I copied it to a local disk and it...
Matias Woloski
woloskim
Offline Send Email
May 12, 2003
8:55 am
426
Ahhh , that's something to remember when answering posts, thanks for posting that Matias! Regards, Carlos Magalhaes ... From: Matias Woloski...
Carlos Magalhaes
carloshoshm
Offline Send Email
May 12, 2003
8:56 am
427
p.s. Was the network share out side the domain that the code was querying , reason I am asking is because you have the credentials specified in the code so it...
Carlos Magalhaes
carloshoshm
Offline Send Email
May 12, 2003
8:57 am
428
it's a workgroup, the machines knows one each other. I think it has to be with Code Access Security... When you run the app from a network share you have...
Matias Woloski
woloskim
Offline Send Email
May 12, 2003
9:05 am
429
FYI, the IIS provider is somewhat unreliable when used from the S.DS namespace. This is because of the way the IIS provider is architected. That component was...
Charles Oppermann
chuckop
Offline Send Email
May 12, 2003
6:00 pm
430
Unfortunately no go. I put in a string to output the current username of the connection to text but I get nothing. I know impersonation is working because...
spaceg0d
Offline Send Email
May 12, 2003
6:24 pm
431
Can you explain your setup again? IIS Server settings, domain settings? Native or Mixed-mode? etc. Have you tried the Basic Authentication? At a minimum ...
Ryan Dunn
dunn_rp
Offline Send Email
May 12, 2003
10:13 pm
432
... No, it's the other way around - the date/time fields in Active Directory are always stored in UTC. Marc...
m_scheuner
Offline Send Email
May 14, 2003
4:51 am
433
Hi Carlos, Where is the .net version of this Code? Thanks Calvin ... DirectoryServices (there ... show ... Directory ... server ... ...
min_ouyang2000
Offline Send Email
May 14, 2003
6:10 am
434
I work in a large corporation as a liaison between Finance and IT. We have Active Directory in place worldwide. Corporate documentation on Active Directory...
Kenneth Bogert
kleabogert
Offline Send Email
May 14, 2003
6:11 am
435
Here we go let me know if this is what you wanted http://support.microsoft.com/?id=313114 Regards, Carlos Magalhaes ... From: min_ouyang2000...
Carlos Magalhaes
carloshoshm
Offline Send Email
May 14, 2003
7:02 am
436
... That'll be tough to implement, I think - you can delegate certain operations on a per-OU level - e.g. you could delegate the "reset password" permission to...
m_scheuner
Offline Send Email
May 14, 2003
8:34 am
Messages 407 - 436 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