|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
USER_MODALS_INFO_0
The USER_MODALS_INFO_0 structure contains information about users and global groups in a security database.
typedef struct _USER_MODALS_INFO_0 { DWORD usrmod0_min_passwd_len; DWORD usrmod0_max_passwd_age; DWORD usrmod0_min_passwd_age; DWORD usrmod0_force_logoff; DWORD usrmod0_password_hist_len; }USER_MODALS_INFO_0, *PUSER_MODALS_INFO_0, *LPUSER_MODALS_INFO_0;
Members
usrmod0_min_passwd_len
Specifies the minimum allowable password length. Valid values for this element are zero through PWLEN.
usrmod0_max_passwd_age
Specifies, in seconds, the maximum allowable password age. A value of TIMEQ_FOREVER indicates that the password never expires. The minimum valid value for this element is ONE_DAY. The value specified must be greater than or equal to the value for the usrmod0_min_passwd_age member.
usrmod0_min_passwd_age
Specifies, in seconds, the minimum elapsed time between when the password was last changed and when it can be changed again. A value of zero indicates that no delay is required between password updates. The value specified must be less than or equal to the value for the usrmod0_max_passwd_age member.
usrmod0_force_logoff
Specifies, in seconds, the amount of time between the end of the valid logon time and the time when the user is forced to log off the network. A value of TIMEQ_FOREVER indicates that the user is never forced to log off. A value of zero indicates that the user will be forced to log off immediately when the valid logon time expires.
usrmod0_password_hist_len
Specifies the length of password history maintained. A new password cannot match any of the previous usrmod0_password_hist_len passwords. Valid values for this element are zero through DEF_MAX_PWHIST.
See Also
NetUserModalsGet, NetUserModalsSet
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
USER_MODALS_INFO_0
Структура USER_MODALS_INFO_0 содержит информационный о пользователях и глобальных группах в базе данных безопасности.
typedef struct _USER_MODALS_INFO_0 { usrmod0_min_passwd_len DWORD; usrmod0_max_passwd_age DWORD; usrmod0_min_passwd_age DWORD; usrmod0_force_logoff DWORD; usrmod0_password_hist_len DWORD; }USER_MODALS_INFO_0, *PUSER_MODALS_INFO_0, *LPUSER_MODALS_INFO_0;
Участники
usrmod0_min_passwd_len
Определяет минимальную допустимую длину пароля. Правильные величины для этого элемента - нуль через PWLEN.
usrmod0_max_passwd_age
Определяет, в течение секунд, максимальный допустимый возраст пароля. Величина TIMEQ_FOREVER указывает, что пароль никогда не истекает. Минимальная правильная величина для этого элемента - ONE_DAY. Определенная величина должна быть больше, чем или равный величине для usrmod0_min_passwd_age элемента.
usrmod0_min_passwd_age
Определяет, в течение секунд, минимум проходил время между когда пароль последний раз был изменен и когда он может быть изменен снова. Величина нуля указывает, что никакая задержка не потребовалась между коррекцией пароля. Определенная величина должна быть менее чем или равная величине для usrmod0_max_passwd_age элемента.
usrmod0_force_logoff
Определяет, в течение секунд, время между концом правильного времени ввода и время когда пользователь вынужден регистрировать сеть. Величина TIMEQ_FOREVER указывает, что пользователь никогда не вынужден регистрироваться. Величина нуля указывает, что пользователь будет вынужден регистрироваться немедленно когда правильное время ввода истекает.
usrmod0_password_hist_len
Определяет длину обслуживаемой истории пароля. Новый пароль не может соответствовать любому из предшествующих usrmod0_password_hist_len паролей. Правильные величины для этого элемента - нуль через DEF_MAX_PWHIST.
Смотри Также
NetUserModalsGet, NetUserModalsSet
|
|
|
|
| |