aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-07-26 08:29:03 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2014-07-26 08:29:03 +0300
commit6e7bbc2eb158ab7f35cc019a77b0c254c74125f1 (patch)
tree14843f2f9955efa2f71771307f7c1dae080411d5
parent639fd46fac8108305a02bdc95aaa3923034d798c (diff)
downloadpam-modules-6e7bbc2eb158ab7f35cc019a77b0c254c74125f1.tar.gz
pam-modules-6e7bbc2eb158ab7f35cc019a77b0c254c74125f1.tar.bz2
Improve docstrings in examples.
-rwxr-xr-xexamples/ldappubkey16
-rwxr-xr-xexamples/usergitconfig17
2 files changed, 32 insertions, 1 deletions
diff --git a/examples/ldappubkey b/examples/ldappubkey
index 6073e73..d631a82 100755
--- a/examples/ldappubkey
+++ b/examples/ldappubkey
@@ -34,6 +34,8 @@ on a separate line. The program is designed for use with B<sshd>(8) version
34configuration is looked up in the following files: B</etc/ldap.conf>, 34configuration is looked up in the following files: B</etc/ldap.conf>,
35B</etc/ldap/ldap.conf> and B</etc/openldap/ldap.conf>. These files are 35B</etc/ldap/ldap.conf> and B</etc/openldap/ldap.conf>. These files are
36tried in this order and the first one of them that exists is read. 36tried in this order and the first one of them that exists is read.
37If the environment variable B<LDAP_CONF> is defined, the file it points
38to is tried first.
37 39
38The following configuration statements are used (all keywords are 40The following configuration statements are used (all keywords are
39case-insensitive): 41case-insensitive):
@@ -116,6 +118,20 @@ Show detailed help page.
116 118
117=back 119=back
118 120
121=head1 ENVIRONMENT
122
123=over 4
124
125=item B<LDAP_CONF>
126
127If defined, names the alternative configuration file to read.
128
129=item B<GITCONFIG_TEMPLATE>
130
131Name of the template file to use instead of the default B<.gitconfig>.
132
133=back
134
119=head1 SEE ALSO 135=head1 SEE ALSO
120 136
121B<sshd>(8), B<sshd_config>(5), B<ldap.conf>(5). 137B<sshd>(8), B<sshd_config>(5), B<ldap.conf>(5).
diff --git a/examples/usergitconfig b/examples/usergitconfig
index 8199051..4748e9f 100755
--- a/examples/usergitconfig
+++ b/examples/usergitconfig
@@ -36,7 +36,8 @@ attribute, an empty value is substituted.
36The program reads its configuration from one of the following files: 36The program reads its configuration from one of the following files:
37B</etc/ldap.conf>, B</etc/ldap/ldap.conf> and B</etc/openldap/ldap.conf>. 37B</etc/ldap.conf>, B</etc/ldap/ldap.conf> and B</etc/openldap/ldap.conf>.
38These files are tried in this order and the first one of them that exists 38These files are tried in this order and the first one of them that exists
39is read. 39is read. If the environment variable B<LDAP_CONF> is defined, the file it
40points to is tried first.
40 41
41The following configuration statements are used: 42The following configuration statements are used:
42 43
@@ -117,7 +118,21 @@ Example B<.gitconfig> file:
117 name = ${cn} 118 name = ${cn}
118 email = ${mail} 119 email = ${mail}
119 120
121
122=head1 ENVIRONMENT
123
124=over 4
125
126=item B<LDAP_CONF>
127
128If defined, names the alternative configuration file to read.
129
130=item GITCONFIG_TEMPLATE
131
132Name of the template file to use instead of the default B<.gitconfig>.
120 133
134=back
135
121=head1 SEE ALSO 136=head1 SEE ALSO
122 137
123B<pam_ldaphome>(8), B<ldap.conf>(5). 138B<pam_ldaphome>(8), B<ldap.conf>(5).

Return to:

Send suggestions and report system problems to the System administrator.