MD_AUTH_CHANGE_FLAGS

This identifier contains flags that are used to configure password management between the server and client. The default setting indicates that password changing is only enabled over SSL connections.

Attributes

Data type DWORD
Default inheritance Inheritable
User type IIS_MD_UT_SERVER

Values

Default Value
0 (SSL connection required)
Constant Value Description
MD_AUTH_CHANGE_UNSECURE 0x00000001 Password changing allowed on nonsecure ports
MD_AUTH_CHANGE_DISABLE 0x00000002 Password changing disabled
MD_AUTH_ADVNOTIFY_DISABLE 0x00000004 Advance notification of password expiration disabled

Metabase Keys

This identifier is available at the following metabase keys:

Metabase Path Key Type
/LM/W3SVC IIsWebService
/LM/W3SVC/n IIsWebServer

See Also

PasswordChangeFlags, MD_ADV_NOTIFY_PWD_EXP_IN_DAYS


© 1997 by Microsoft Corporation. All rights reserved.