Compiling passdb/pdb_ldap.c cc-1164 cc: WARNING File = passdb/pdb_ldap.c, Line = 707 Argument of type "size_t *" is incompatible with parameter of type "int *". if (pdb_nds_get_password(ldap_state->smbldap_state, user_dn, &pwd_len, clear_text_pw) == LDAP_SUCCESS) { ^ cc-1164 cc: WARNING File = passdb/pdb_ldap.c, Line = 707 Argument of type "unsigned char *" is incompatible with parameter of type "char *". if (pdb_nds_get_password(ldap_state->smbldap_state, user_dn, &pwd_len, clear_text_pw) == LDAP_SUCCESS) { ^ cc-1164 cc: WARNING File = passdb/pdb_ldap.c, Line = 708 Argument of type "unsigned char *" is incompatible with parameter of type "const char *". nt_lm_owf_gen(clear_text_pw, smbntpwd, smblmpwd); ^
Created attachment 1044 [details] incompatible type patches Includes the changes on pwHistLen, currHistLen and hours found in Bug 2093.
fixed.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.