source: postlfs/security/cyrus-sasl.xml@ da4aff6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since da4aff6 was da4aff6, checked in by Randy McMurchy <randy@…>, 20 years ago

Removed erroneously added optional dependency 'pkgconfig' from various packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2554 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cyrus-sasl-download-http "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz ">
8 <!ENTITY cyrus-sasl-download-ftp "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz">
9 <!ENTITY cyrus-sasl-size "1.5 MB">
10 <!ENTITY cyrus-sasl-buildsize "?? MB">
11 <!ENTITY cyrus-sasl-time "?? SBU">
12]>
13
14<sect1 id="cyrus-sasl" xreflabel="Cyrus SASL-&cyrus-sasl-version;">
15<?dbhtml filename="cyrus-sasl.html"?>
16<title>Cyrus <acronym>SASL</acronym>-&cyrus-sasl-version;</title>
17
18<sect2>
19<title>Introduction to <application>Cyrus <acronym>SASL</acronym></application>
20</title>
21
22<para>The <application>Cyrus <acronym>SASL</acronym></application> package
23contains a Simple Authentication and Security Layer, a method for adding
24authentication support to connection-based protocols. To use
25<acronym>SASL</acronym>, a protocol includes a command for identifying and
26authenticating a user to a server and for optionally negotiating protection of
27subsequent protocol interactions. If its use is negotiated, a security layer
28is inserted between the protocol and the connection</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing="compact">
32<listitem><para>Download (HTTP): <ulink url="&cyrus-sasl-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink url="&cyrus-sasl-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &cyrus-sasl-size;</para></listitem>
35<listitem><para>Estimated Disk space required: &cyrus-sasl-buildsize;</para></listitem>
36<listitem><para>Estimated build time: &cyrus-sasl-time;</para></listitem>
37</itemizedlist>
38</sect3>
39
40<sect3><title><application>Cyrus <acronym>SASL</acronym></application>
41dependencies</title>
42<sect4><title>Optional</title>
43<para><xref linkend="Linux_PAM"/>, <xref linkend="openssl"/>,
44<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
45<xref linkend="j2sdk"/>, <xref linkend="mysql"/>, <xref linkend="postgresql"/>,
46<xref linkend="db"/>, <xref linkend="gdbm"/>, <xref linkend="courier"/>,
47<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and
48<ulink url="http://sqlite.org/">SQLite</ulink>
49</para>
50</sect4>
51
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of <application>Cyrus <acronym>SASL</acronym></application>
58</title>
59
60<para>Install <application>Cyrus <acronym>SASL</acronym></application> by
61running the following commands:</para>
62
63<!-- <screen><userinput><command>./configure &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen> -->
66
67<para>The remainder of the instructions will be completed soon.</para>
68
69</sect2>
70
71<!-- <sect2>
72<title>Command explanations</title>
73
74<para><command>COMMAND</command>: This command does something.</para>
75
76<para><parameter>-SWITCH=PARAMETER</parameter>: This parameter does something.</para>
77
78<para><option>-OPTION</option>: This option does something.</para>
79
80</sect2>
81
82<sect2>
83<title>Configuring <application>Cyrus <acronym>SASL</acronym></application></title>
84
85<sect3><title>Config files</title>
86<para><filename>List of config files</filename></para>
87</sect3>
88
89<sect3><title>Configuration Information</title>
90
91<para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config.
92</para>
93</sect3>
94
95</sect2>
96
97<sect2>
98<title>Contents</title>
99
100<para>The <application>Cyrus <acronym>SASL</acronym></application> package
101contains <command>LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
102
103</sect2>
104
105<sect2><title>Description</title>
106
107<sect3><title>item1</title>
108<para><command>item1</command> does this</para></sect3>
109
110<sect3><title>item2</title>
111<para><filename>item2</filename> does that</para></sect3>
112
113</sect2> -->
114
115</sect1>
116
Note: See TracBrowser for help on using the repository browser.