diff options
author | Sumit Bose <sbose@redhat.com> | 2013-10-29 12:19:01 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-11-01 09:28:35 +0100 |
commit | d876a22732d83ddf8e37ead89e6f23bf7aa0d69c (patch) | |
tree | 42e30054f3c6586d063c23551f1a9217392f1264 /daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h | |
parent | b5e60c20201d174cdf4df51a1443ab295cc086b9 (diff) | |
download | freeipa-d876a22732d83ddf8e37ead89e6f23bf7aa0d69c.tar.gz freeipa-d876a22732d83ddf8e37ead89e6f23bf7aa0d69c.tar.xz freeipa-d876a22732d83ddf8e37ead89e6f23bf7aa0d69c.zip |
Remove generation and handling of LM hashes
https://fedorahosted.org/freeipa/ticket/3795
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h')
-rw-r--r-- | daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h index 74b636276..b4087488c 100644 --- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h +++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd.h @@ -132,7 +132,6 @@ struct ipapwd_krbcfg { krb5_key_salt_tuple *pref_encsalts; char **passsync_mgrs; int num_passsync_mgrs; - bool allow_lm_hash; bool allow_nt_hash; }; @@ -172,7 +171,7 @@ void ipapwd_keyset_free(struct ipapwd_keyset **pkset); int ipapwd_gen_hashes(struct ipapwd_krbcfg *krbcfg, struct ipapwd_data *data, char *userpw, int is_krb, int is_smb, int is_ipant, - Slapi_Value ***svals, char **nthash, char **lmhash, + Slapi_Value ***svals, char **nthash, Slapi_Value ***ntvals, char **errMesg); /* from prepost.c */ |