forked from jengelh/openldap2
Add cracklib requirement
This commit is contained in:
parent
61daff54de
commit
cc527d1c28
@ -74,6 +74,7 @@ BuildRequires: pkgconfig(systemd)
|
||||
%if "%flavor" == "contrib"
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: cracklib-devel
|
||||
%endif
|
||||
%if %{suse_version} < 1500
|
||||
%{?systemd_requires}
|
||||
@ -146,6 +147,7 @@ to be applied with all usages of libldap.
|
||||
Summary: OpenLDAP Contrib Modules
|
||||
Group: Productivity/Networking/LDAP/Servers
|
||||
Requires: openldap2 = %{version}
|
||||
Recommends: cracklib
|
||||
|
||||
%description contrib
|
||||
Various overlays found in contrib/:
|
||||
@ -159,7 +161,7 @@ datamorph store enumerated values and fixed size integers
|
||||
denyop
|
||||
lastbind writes last bind timestamp to entry
|
||||
noopsrch handles no-op search control
|
||||
ppm password policy module for OpenLDAP ppolicy overlay
|
||||
ppm password policy module for OpenLDAP ppolicy overlay (requires cracklib)
|
||||
pw-sha2 generates/validates SHA-2 password hashes
|
||||
pw-pbkdf2 generates/validates PBKDF2 password hashes
|
||||
smbk5pwd generates Samba3 password hashes (heimdal krb disabled)
|
||||
|
Loading…
Reference in New Issue
Block a user