diff options
author | Sumit Bose <sbose@redhat.com> | 2011-06-21 14:17:22 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-07-08 15:20:38 -0400 |
commit | f7cfc227904771bccfda4f03f552923794dbb0c0 (patch) | |
tree | 62c36ac210b3a1c2b9b0f950b7b2f40a07c7a517 /src/man/include/experimental.xml | |
parent | 667db40da4db362d7ca0a1f7f1c4ba40fb71795a (diff) | |
download | sssd-f7cfc227904771bccfda4f03f552923794dbb0c0.tar.gz sssd-f7cfc227904771bccfda4f03f552923794dbb0c0.tar.xz sssd-f7cfc227904771bccfda4f03f552923794dbb0c0.zip |
Add support for experimental features
New experimental features should have their own configure switch to
enable or disable them at compile time. Additionally they can check if
the configure variable build_all_experimental_features is set and enable
the feature. This variable will be set if the command line option
--enable-all-experimental-features is used to configure sssd. This will
make it easy to enable all experimental features.
Experimental features should be marked in the man pages. To simplify
this include/experimental.xml can be used.
Diffstat (limited to 'src/man/include/experimental.xml')
-rw-r--r-- | src/man/include/experimental.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/man/include/experimental.xml b/src/man/include/experimental.xml new file mode 100644 index 000000000..134bac95b --- /dev/null +++ b/src/man/include/experimental.xml @@ -0,0 +1,4 @@ +<emphasis> +This is an experimental feature, please use http://fedorahosted.org/sssd to +report any issues. +</emphasis> |