ipa_pwd: remove unnecessary dependency on dirsrv plugins

"dirsrv/slapi-plugin.h" is unnecessary for build of ipa_pwd.
This patch allow us to move DIRSRV to daemon only dependencies

Reviewed-By: Simo Sorce <ssorce@redhat.com>
Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
Lukas Slebodnik
2017-02-17 14:28:41 +00:00
committed by Petr Vobornik
parent 70554938d4
commit 41d7ae54fa
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
#pragma once
#include <time.h> /* for time_t */
/* 90 days default pwd max lifetime */
#define IPAPWD_DEFAULT_PWDLIFE (90 * 24 *3600)
#define IPAPWD_DEFAULT_MINLEN 0