LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-Jul-2008, 02:57 AM
Senior Member
 
Join Date: Oct 2007
Location: Innsbruck, Austria
Posts: 406
florianz 0 reputation points
Default password-change in AD pickup by SL only after restart

we experience the issue, that after changing the windows password at login-time the change is propagated to edirectory. a web-application authenticates against edir afterwards, but SecureLogin fills in the old password. only after rebooting the correct (new) one is used.

is there a way to change that behaviour?


# time since last login
Set ?NewTime ?CurrTime(System)
Subtract ?NewTime ?OldTime ?Diff

if -text "User ID"
if -text "Password"
If ?Diff Lt "5"
messagebox "The Login failed, if you have changed your Windows password since your last logon, logoff your computer and logon again."
endscript
endif
type ?Sysuser(system)
type ?Syspassword(system) password
Set ?OldTime ?CurrTime(System)
endif
endif

Setprompt "provide login credentials"
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 08:52 AM.


Đ 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2