| |
netxman
Posts: 113
Score: 0
Joined: 8/1/2005
Status: offline
|
I want sometimes to lock an account but not to disable it. Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com") objUser.IsAccountLocked = True objUser.SetInfo This code seems not work. It only works when you change the True to False, means Unlock an account. Thanks.
|
|