Move fips_enabled to a common library to share across different plugins

Related: https://pagure.io/freeipa/issue/7659
Reviewed-By: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Alexander Bokovoy
2018-08-08 12:28:53 +03:00
committed by Tibor Dudlák
parent c2e1cdf8a3
commit de8f969f2d
3 changed files with 28 additions and 23 deletions

View File

@@ -77,3 +77,5 @@ int ipapwd_generate_new_history(char *password,
int *new_pwd_hlen);
int encode_nt_key(char *newPasswd, uint8_t *nt_key);
bool ipapwd_fips_enabled(void);