PasswordExpirationPeriod property
Indicates the password expiration period in days.
Syntax
C++
HRESULT get_PasswordExpirationPeriod (
LONG* pPasswordExpirationPeriod)
HRESULT
put_PasswordExpirationPeriod (
LONG MyPasswordExpirationPeriod)
Scripting languages
Value = Object.PasswordExpirationPeriod
Object.PasswordExpirationPeriod =
Value
Remarks
Value of zero means "no
expiration period".
Default is zero.
This property is meaningful
only when there is no external directory defined for this Site or when
the external directory is the Server Member List. In this case, the Type property for the DirectoryConnection
interface must be set to erDirTypeNone or erDirTypeServerMemberList. Otherwise,
it will have no effect.
|
Home
Applies to
IERUAccountPolicies |