minPwdLength     1592 source4/dsdb/common/util.c 	uint_t minPwdLength, pwdProperties, pwdHistoryLength;
minPwdLength     1658 source4/dsdb/common/util.c 	minPwdLength =     samdb_result_uint(res[0],   "minPwdLength", 0);
minPwdLength     1668 source4/dsdb/common/util.c 		dominfo->min_password_length     = minPwdLength;
minPwdLength     1680 source4/dsdb/common/util.c 		if (restrictions && minPwdLength > utf16_len_n(new_password->data, new_password->length) / 2) {