1
0
forked from jengelh/openldap2

Add cracklib requirement

This commit is contained in:
Ooms 2024-10-14 14:07:09 +02:00 committed by Functional user webdev-ae Web development
parent 61daff54de
commit cc527d1c28

View File

@ -74,6 +74,7 @@ BuildRequires: pkgconfig(systemd)
%if "%flavor" == "contrib" %if "%flavor" == "contrib"
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
BuildRequires: cracklib-devel
%endif %endif
%if %{suse_version} < 1500 %if %{suse_version} < 1500
%{?systemd_requires} %{?systemd_requires}
@ -146,6 +147,7 @@ to be applied with all usages of libldap.
Summary: OpenLDAP Contrib Modules Summary: OpenLDAP Contrib Modules
Group: Productivity/Networking/LDAP/Servers Group: Productivity/Networking/LDAP/Servers
Requires: openldap2 = %{version} Requires: openldap2 = %{version}
Recommends: cracklib
%description contrib %description contrib
Various overlays found in contrib/: Various overlays found in contrib/:
@ -159,7 +161,7 @@ datamorph store enumerated values and fixed size integers
denyop denyop
lastbind writes last bind timestamp to entry lastbind writes last bind timestamp to entry
noopsrch handles no-op search control 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-sha2 generates/validates SHA-2 password hashes
pw-pbkdf2 generates/validates PBKDF2 password hashes pw-pbkdf2 generates/validates PBKDF2 password hashes
smbk5pwd generates Samba3 password hashes (heimdal krb disabled) smbk5pwd generates Samba3 password hashes (heimdal krb disabled)