~ubuntu-branches/ubuntu/trusty/libconfig-model-openssh-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/spelling.patch/lib/Config/Model/models/Sshd/MatchBlock.pod

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2013-12-29 17:07:17 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20131229170717-uavnu7dux237btzh
Tags: 1.232-1
* Imported Upstream version 1.232
  + Added parameters supported by OpenSsh 6.4
  * fixed typo in Sshd::MatchCondition description (tx gregoa)
* compat: bumped to 9
* control: bumped std-version to 3.9.5
* control: refreshed dependencies
+ added patch to add support for sshd_config Debian specific parameter
- removed spelling.patch (applied upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=head1 NAME
2
 
 
3
 
Config::Model::models::Sshd::MatchBlock - Configuration class Sshd::MatchBlock
4
 
 
5
 
=head1 DESCRIPTION
6
 
 
7
 
Configuration classes used by L<Config::Model>
8
 
 
9
 
Class to represent a Match block inside a sshd_config file. 
10
 
 
11
 
It's made of a list of conditions to match and a list of 
12
 
parameters to apply to the matched items.
13
 
 
14
 
=head1 Elements
15
 
 
16
 
=head2 Condition
17
 
 
18
 
Specify the condition (User, Group, Host, Adress) necessary for this Match block to be applied. I<< Optional. Type node of class L<Sshd::MatchCondition|Config::Model::models::Sshd::MatchCondition> .  >> 
19
 
 
20
 
=head2 Settings
21
 
 
22
 
Defines the sshd_config parameters that will override general settings when all defined User, Group, Host and Address patterns match.I<< Optional. Type node of class L<Sshd::MatchElement|Config::Model::models::Sshd::MatchElement> .  >> 
23
 
 
24
 
=head1 SEE ALSO
25
 
 
26
 
=over
27
 
 
28
 
=item *
29
 
 
30
 
L<cme>
31
 
 
32
 
=item *
33
 
 
34
 
L<Config::Model::models::Sshd::MatchCondition>
35
 
 
36
 
=item *
37
 
 
38
 
L<Config::Model::models::Sshd::MatchElement>
39
 
 
40
 
=back
41
 
 
42
 
=head1 AUTHOR
43
 
 
44
 
=over
45
 
 
46
 
=item Dominique Dumont
47
 
 
48
 
 
49
 
=back
50
 
 
51
 
=head1 COPYRIGHT
52
 
 
53
 
=over
54
 
 
55
 
=item 2009-2011 Dominique Dumont
56
 
 
57
 
 
58
 
=back
59
 
 
60
 
=head1 LICENSE
61
 
 
62
 
=over
63
 
 
64
 
=item LGPL2
65
 
 
66
 
 
67
 
=back
68
 
 
69
 
=cut
70