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
@@ -36,2 +36,4 @@ B</etc/ldap/ldap.conf> and B</etc/openldap/ldap.conf>. These files are
tried in this order and the first one of them that exists is read.
+If the environment variable B<LDAP_CONF> is defined, the file it points
+to is tried first.
@@ -118,2 +120,16 @@ Show detailed help page.
+=head1 ENVIRONMENT
+
+=over 4
+
+=item B<LDAP_CONF>
+
+If defined, names the alternative configuration file to read.
+
+=item B<GITCONFIG_TEMPLATE>
+
+Name of the template file to use instead of the default B<.gitconfig>.
+
+=back
+
=head1 SEE ALSO
diff --git a/examples/usergitconfig b/examples/usergitconfig
index 8199051..4748e9f 100755
--- a/examples/usergitconfig
+++ b/examples/usergitconfig
@@ -38,3 +38,4 @@ B</etc/ldap.conf>, B</etc/ldap/ldap.conf> and B</etc/openldap/ldap.conf>.
These files are tried in this order and the first one of them that exists
-is read.
+is read. If the environment variable B<LDAP_CONF> is defined, the file it
+points to is tried first.
@@ -119,3 +120,17 @@ Example B<.gitconfig> file:
+
+=head1 ENVIRONMENT
+
+=over 4
+
+=item B<LDAP_CONF>
+
+If defined, names the alternative configuration file to read.
+
+=item GITCONFIG_TEMPLATE
+
+Name of the template file to use instead of the default B<.gitconfig>.
+=back
+
=head1 SEE ALSO

Return to:

Send suggestions and report system problems to the System administrator.