
September 20th, 2001, 07:42 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
AccountExpirationDate in ADSI
Originally posted by : cromka (croma@plusnet.pl)How can I read this information by ASP? -------Set objUser = GetObject("WinNT://MyDoamin/EduardoPiccolo")Response.Write objUser.FullNameResponse.Write objUser.DescriptionResponse.Write objUser.AccountExpirationDateSet objUser = nothing--------At executing this part of code, application inform me:---------Active Directory error '8000500d' The Active Directory property cannot be found in the cache. /setting/user.asp, line 20---------bye, and many thanx for all.Cromkacroma@plusnet.pl
|