PasswordChangeFlags
The PasswordChangeFlags property contains flags, as seen in the Flags section, that control password expiration and password change processing between the server and client. A value of 0, which is the 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.
Schema Attributes
Attribute Name |
Value |
---|---|
DWORD |
|
DWORD_METADATA |
|
0 |
|
AuthChangeDisable | AuthAdvNotifyDisable |
|
0 |
|
Not specified |
|
2068 |
|
MD_AUTH_CHANGE_FLAGS |
|
INHERIT |
|
IIS_MD_UT_SERVER |
Configurable Locations
You can configure this property at the following locations in the IIS metabase.
Metabase Path |
IIS Admin Object Type |
---|---|
/LM/W3SVC |
IIsWebService |
/LM/W3SVC/n |
IIsWebServer |
Flags
Flag Name |
AuthAdvNotifyDisable |
---|---|
Versions Applicable |
[IIS 6.0] |
Description |
Advance notification of password expiration disabled. |
4 (hex 0x00000004) |
|
MD_AUTH_ADVNOTIFY_DISABLE |
|
6294 |
Flag Name |
AuthChangeDisable |
---|---|
Versions Applicable |
[IIS 6.0] |
Description |
Password changing disabled. |
2 (hex 0x00000002) |
|
MD_AUTH_CHANGE_DISABLE |
|
6293 |
Flag Name |
AuthChangeUnsecure |
---|---|
Versions Applicable |
[IIS 6.0] |
Description |
Password changing allowed on nonsecure ports. |
1 (hex 0x00000001) |
|
MD_AUTH_CHANGE_UNSECURE |
|
6292 |
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS