[This is preliminary documentation and subject to change]

PasswordChangeFlags

This property contains flags, as seen in the Flags section below, that control password expiration and password change processing between the server and client. A value of 0 (default) indicates that an SSL connection is required, 1 indicates that changing is allowed on nonsecure ports, 2 indicates that changing is disabled, and 4 indicates that password expiration notification is disabled.

Attribute NameAttribute Value
Data TypeDWORD
AttributesINHERIT
Default Value0
MetaFlagsExCACHE_PROPERTY_MODIFIED
User TypeIIS_MD_UT_SERVER
StartingNumber
EndingNumber0
ID2068

Access Locations

This property is accessible at the following locations:

Metabase PathIIS Admin Object Type
/LM/W3SVC/2IIsWebServer
/LM/W3SVC/Info/Templates/Public Web SiteIIsWebServer
/LM/W3SVC/Info/Templates/Secure Web SiteIIsWebServer
/LM/W3SVCIIsWebService

IIS Admin Base Object Information

The following table lists additional information required only for code that uses the IIS Admin Base Object.

Metabase identifier
MD_AUTH_CHANGE_FLAGS
Data typeDWORD
User typeIIS_MD_UT_SERVER

Flags

NameValueMetabase Bitmask IdentifierDescription
AuthChangeUnsecure
1 | 0x00000001
MD_AUTH_CHANGE_UNSECURE
Password changing allowed on nonsecure ports.
AuthChangeDisable
2 | 0x00000002
MD_AUTH_CHANGE_DISABLE
Password changing disabled.
AuthAdvNotifyDisable
4 | 0x00000004
MD_AUTH_ADVNOTIFY_DISABLE
Advance notification of password expiration disabled.

Related Topics

PasswordExpirePrenotifyDays

© 1997-2001 Microsoft Corporation. All rights reserved.