summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ad.5.xml
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/sssd-ad.5.xml
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/sssd-ad.5.xml')
-rw-r--r--src/man/sssd-ad.5.xml14
1 files changed, 7 insertions, 7 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>