Codebase list cyrus-sasl2 / 64fffc6
Add sasldbconverter2.8 manpage Bastian Germann 2 years ago
3 changed file(s) with 81 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Forwarded: https://github.com/cyrusimap/cyrus-sasl/pull/723
1 From: Bastian Germann <bage@debian.org>
2 Date: Fri, 15 Apr 2022 02:40:39 +0200
3 Subject: Add sasldbconverter2.8
4
5 The file stems from version 2.1.28 and is not included in the distribution
6 tarball.
7 ---
8 utils/sasldbconverter2.8 | 61 ++++++++++++++++++++++++++++++++++++++++
9 1 file changed, 61 insertions(+)
10 create mode 100644 utils/sasldbconverter2.8
11
12 diff --git a/utils/sasldbconverter2.8 b/utils/sasldbconverter2.8
13 new file mode 100644
14 index 0000000..714dd01
15 --- /dev/null
16 +++ b/utils/sasldbconverter2.8
17 @@ -0,0 +1,61 @@
18 +.\" sasldbconverter-2 - Convert sasldb file into the new format
19 +.\" Original version by Dima Barsky 25/10/2002
20 +.\"
21 +
22 +.\" Copyright (c) 2009 Carnegie Mellon University. All rights reserved.
23 +.\"
24 +.\" Redistribution and use in source and binary forms, with or without
25 +.\" modification, are permitted provided that the following conditions
26 +.\" are met:
27 +.\"
28 +.\" 1. Redistributions of source code must retain the above copyright
29 +.\" notice, this list of conditions and the following disclaimer.
30 +.\"
31 +.\" 2. Redistributions in binary form must reproduce the above copyright
32 +.\" notice, this list of conditions and the following disclaimer in
33 +.\" the documentation and/or other materials provided with the
34 +.\" distribution.
35 +.\"
36 +.\" 3. The name ""Carnegie Mellon University"" must not be used to
37 +.\" endorse or promote products derived from this software without
38 +.\" prior written permission. For permission or any other legal
39 +.\" details, please contact
40 +.\" Office of Technology Transfer
41 +.\" Carnegie Mellon University
42 +.\" 5000 Forbes Avenue
43 +.\" Pittsburgh, PA 15213-3890
44 +.\" (412) 268-4387, fax: (412) 268-7395
45 +.\" tech-transfer@andrew.cmu.edu
46 +.\"
47 +.\" 4. Redistributions of any form whatsoever must retain the following
48 +.\" acknowledgment:
49 +.\" ""This product includes software developed by Computing Services
50 +.\" at Carnegie Mellon University (http://www.cmu.edu/computing/).""
51 +.\"
52 +.\" CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO
53 +.\" THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
54 +.\" AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
55 +.\" FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
56 +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
57 +.\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
58 +.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
59 +
60 +.\"
61 +.TH SASLDBCONVERTER2 8 "April 11, 2009" "CMU SASL"
62 +.SH NAME
63 +sasldbconverter2 \- Convert sasldb file into the new format
64 +.SH SYNOPSIS
65 +.B sasldbconverter2 [old_sasldb_file [new_sasldb_file]]
66 +.SH DESCRIPTION
67 +.I sasldbconverter2
68 +takes the sasldb file specified on the
69 +command line and convert it to a new sasldb file in the default
70 +location (usually /etc/sasldb2). It is STRONGLY RECOMMENDED that you
71 +backup sasldb before allowing this program to run.
72 +.SH OPTIONS
73 +.TP
74 +.SH KNOWN BUGS
75 +This only works for sasldb files that use the gdbm library.
76 +.TP
77 +.SH SEE ALSO
78 +rfc4422 \- Simple Authentication and Security Layer (SASL)
66 0008-Don-t-overwrite-PIC-objects-with-non-PIC-variant.patch
77 0007-Self-reference-pluginviewer-man-as-saslpluginviewer.patch
88 0009-Look-for-generic-Berkeley-DB-first.patch
9 0010-Add-sasldbconverter2.8.patch
910 0012-Make-the-libsasl2-symbols-versioned.patch
1011 0013-Don-t-use-la-files-for-opening-plugins.patch
1112 0017-Just-completely-remove-libobj-from-autotools-files.patch
00 gen-auth.1
1 utils/sasldbconverter2.8