summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-01-14 09:10:29 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-01-14 16:17:13 +0100
commitecf9e7a870945ecfba8eb751d344de3601de9424 (patch)
tree0cd15ee1a333c0b7e0a1244bd0ac32080ff769f8 /src/man
parent9b2cd4e5e451c07cb2f04cdbaea2b94ccb5fb2ee (diff)
downloadsssd-ecf9e7a870945ecfba8eb751d344de3601de9424.tar.gz
sssd-ecf9e7a870945ecfba8eb751d344de3601de9424.tar.xz
sssd-ecf9e7a870945ecfba8eb751d344de3601de9424.zip
MAN: Remove indentation in element programlistening
The indentation is automatically in resulting man page. It isn't necessary to add spaces and moreover it can cause unreadable page asi in case of ad_gpo_map examples. Reviewed-by: Roland Mainz <rmainz@redhat.com>
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ad.5.xml14
-rw-r--r--src/man/sssd-ipa.5.xml8
-rw-r--r--src/man/sssd-krb5.5.xml8
-rw-r--r--src/man/sssd-ldap.5.xml34
-rw-r--r--src/man/sssd-simple.5.xml6
-rw-r--r--src/man/sssd.conf.5.xml6
6 files changed, 38 insertions, 38 deletions
diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml
index b721fb73b..7997b780f 100644
--- a/src/man/sssd-ad.5.xml
+++ b/src/man/sssd-ad.5.xml
@@ -356,7 +356,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
with a custom pam service name (e.g. <quote>my_pam_service</quote>),
you would use the following configuration:
<programlisting>
- ad_gpo_map_interactive = +my_pam_service, -login
+ad_gpo_map_interactive = +my_pam_service, -login
</programlisting>
</para>
<para>
@@ -427,7 +427,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
with a custom pam service name (e.g. <quote>my_pam_service</quote>),
you would use the following configuration:
<programlisting>
- ad_gpo_map_remote_interactive = +my_pam_service, -sshd
+ad_gpo_map_remote_interactive = +my_pam_service, -sshd
</programlisting>
</para>
<para>
@@ -462,7 +462,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
with a custom pam service name (e.g. <quote>my_pam_service</quote>),
you would use the following configuration:
<programlisting>
- ad_gpo_map_network = +my_pam_service, -ftp
+ad_gpo_map_network = +my_pam_service, -ftp
</programlisting>
</para>
<para>
@@ -502,7 +502,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
with a custom pam service name (e.g. <quote>my_pam_service</quote>),
you would use the following configuration:
<programlisting>
- ad_gpo_map_batch = +my_pam_service, -crond
+ad_gpo_map_batch = +my_pam_service, -crond
</programlisting>
</para>
<para>
@@ -536,7 +536,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
name (e.g. <quote>my_pam_service</quote>), you
would use the following configuration:
<programlisting>
- ad_gpo_map_service = +my_pam_service
+ad_gpo_map_service = +my_pam_service
</programlisting>
</para>
<para>
@@ -563,7 +563,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
with a custom pam service name (e.g. <quote>my_pam_service</quote>),
you would use the following configuration:
<programlisting>
- ad_gpo_map_permit = +my_pam_service, -sudo
+ad_gpo_map_permit = +my_pam_service, -sudo
</programlisting>
</para>
<para>
@@ -601,7 +601,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com)
name (e.g. <quote>my_pam_service</quote>), you
would use the following configuration:
<programlisting>
- ad_gpo_map_deny = +my_pam_service
+ad_gpo_map_deny = +my_pam_service
</programlisting>
</para>
<para>
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 2d8654a3c..6089ac609 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -721,10 +721,10 @@
</para>
<para>
<programlisting>
- [domain/example.com]
- id_provider = ipa
- ipa_server = ipaserver.example.com
- ipa_hostname = myhost.example.com
+[domain/example.com]
+id_provider = ipa
+ipa_server = ipaserver.example.com
+ipa_hostname = myhost.example.com
</programlisting>
</para>
</refsect1>
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml
index a774dce35..5bcab2111 100644
--- a/src/man/sssd-krb5.5.xml
+++ b/src/man/sssd-krb5.5.xml
@@ -526,10 +526,10 @@
</para>
<para>
<programlisting>
- [domain/FOO]
- auth_provider = krb5
- krb5_server = 192.168.1.1
- krb5_realm = EXAMPLE.COM
+[domain/FOO]
+auth_provider = krb5
+krb5_server = 192.168.1.1
+krb5_realm = EXAMPLE.COM
</programlisting>
</para>
</refsect1>
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 594106793..9f2e9ac34 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -2523,13 +2523,13 @@ ldap_access_filter = (employeeType=admin)
</para>
<para>
<programlisting>
- [domain/LDAP]
- id_provider = ldap
- auth_provider = ldap
- ldap_uri = ldap://ldap.mydomain.org
- ldap_search_base = dc=mydomain,dc=org
- ldap_tls_reqcert = demand
- cache_credentials = true
+[domain/LDAP]
+id_provider = ldap
+auth_provider = ldap
+ldap_uri = ldap://ldap.mydomain.org
+ldap_search_base = dc=mydomain,dc=org
+ldap_tls_reqcert = demand
+cache_credentials = true
</programlisting>
</para>
</refsect1>
@@ -2541,16 +2541,16 @@ ldap_access_filter = (employeeType=admin)
</para>
<para>
<programlisting>
- [domain/LDAP]
- id_provider = ldap
- auth_provider = ldap
- access_provider = ldap
- ldap_access_order = lockout
- ldap_pwdlockout_dn = cn=ppolicy,ou=policies,dc=mydomain,dc=org
- ldap_uri = ldap://ldap.mydomain.org
- ldap_search_base = dc=mydomain,dc=org
- ldap_tls_reqcert = demand
- cache_credentials = true
+[domain/LDAP]
+id_provider = ldap
+auth_provider = ldap
+access_provider = ldap
+ldap_access_order = lockout
+ldap_pwdlockout_dn = cn=ppolicy,ou=policies,dc=mydomain,dc=org
+ldap_uri = ldap://ldap.mydomain.org
+ldap_search_base = dc=mydomain,dc=org
+ldap_tls_reqcert = demand
+cache_credentials = true
</programlisting>
</para>
</refsect1>
diff --git a/src/man/sssd-simple.5.xml b/src/man/sssd-simple.5.xml
index 0d677bd29..c7ac17997 100644
--- a/src/man/sssd-simple.5.xml
+++ b/src/man/sssd-simple.5.xml
@@ -137,9 +137,9 @@
</para>
<para>
<programlisting>
- [domain/example.com]
- access_provider = simple
- simple_allow_users = user1, user2
+[domain/example.com]
+access_provider = simple
+simple_allow_users = user1, user2
</programlisting>
</para>
</refsect1>
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 2002ccc7c..10d990419 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -26,9 +26,9 @@
square brackets and continues until the next section begins. An
example of section with single and multi-valued parameters:
<programlisting>
- <replaceable>[section]</replaceable>
- <replaceable>key</replaceable> = <replaceable>value</replaceable>
- <replaceable>key2</replaceable> = <replaceable>value2,value3</replaceable>
+<replaceable>[section]</replaceable>
+<replaceable>key</replaceable> = <replaceable>value</replaceable>
+<replaceable>key2</replaceable> = <replaceable>value2,value3</replaceable>
</programlisting>
</para>