From 9ea75b5ccc838b41edf157682854f9cd4b88b3e5 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 24 Apr 2011 16:32:12 +0200 Subject: Warn that some crypto features are implemented in NSS only --- BUILD.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'BUILD.txt') diff --git a/BUILD.txt b/BUILD.txt index 8dd369447..5e269c52b 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -33,6 +33,13 @@ ding-libs are available in Fedora 14 and later version: yum install libcollection-devel libdhash-devel libini_config-devel \ libpath_utils-devel libref_array-devel +Some features, notably password caching, require the presence of a crypto +library. The default, tested by SSSD upstream, is Mozilla NSS. An alternative +crypto library can be selected during configure time using the --with-crypto +switch. Please note that alternative crypto back ends may not provide all +features - as of this writing, password obfuscation is only supported with the +NSS back end. + How to build: ~~~~~~~~~~~~~ From the root of the source, run: -- cgit