>From 6f3fec041d05c6af1e0f6f1f299a2576ca331c2c Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 14 Jan 2015 09:10:29 +0100 Subject: [PATCH] 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. --- src/man/sssd-ad.5.xml | 14 +++++++------- src/man/sssd-ipa.5.xml | 8 ++++---- src/man/sssd-krb5.5.xml | 8 ++++---- src/man/sssd-ldap.5.xml | 34 +++++++++++++++++----------------- src/man/sssd-simple.5.xml | 6 +++--- src/man/sssd.conf.5.xml | 6 +++--- 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index b721fb73b20837c9dc3abac25d3300649115c607..7997b780f703f9069f60d91a0c21efe837201f20 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. my_pam_service), you would use the following configuration: - ad_gpo_map_interactive = +my_pam_service, -login +ad_gpo_map_interactive = +my_pam_service, -login @@ -427,7 +427,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) with a custom pam service name (e.g. my_pam_service), you would use the following configuration: - ad_gpo_map_remote_interactive = +my_pam_service, -sshd +ad_gpo_map_remote_interactive = +my_pam_service, -sshd @@ -462,7 +462,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) with a custom pam service name (e.g. my_pam_service), you would use the following configuration: - ad_gpo_map_network = +my_pam_service, -ftp +ad_gpo_map_network = +my_pam_service, -ftp @@ -502,7 +502,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) with a custom pam service name (e.g. my_pam_service), you would use the following configuration: - ad_gpo_map_batch = +my_pam_service, -crond +ad_gpo_map_batch = +my_pam_service, -crond @@ -536,7 +536,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) name (e.g. my_pam_service), you would use the following configuration: - ad_gpo_map_service = +my_pam_service +ad_gpo_map_service = +my_pam_service @@ -563,7 +563,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) with a custom pam service name (e.g. my_pam_service), you would use the following configuration: - ad_gpo_map_permit = +my_pam_service, -sudo +ad_gpo_map_permit = +my_pam_service, -sudo @@ -601,7 +601,7 @@ FOREST:EXAMPLE.COM:(memberOf=cn=admins,ou=groups,dc=example,dc=com) name (e.g. my_pam_service), you would use the following configuration: - ad_gpo_map_deny = +my_pam_service +ad_gpo_map_deny = +my_pam_service diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 2d8654a3cde76ab205766f8fdcb836aa1002cd43..6089ac60905d837d38c59d6953d47cd7de5b08c7 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -721,10 +721,10 @@ - [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 diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index a774dce35fb6271fdb1c015adba4ff8576465010..5bcab21111670a22e6d0c3cdc9eccf765e950b07 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -526,10 +526,10 @@ - [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 diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 59410679315bb8726d6af2ab0637409955314f7c..9f2e9ac34add13e40d316374094024afdcc4ae31 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -2523,13 +2523,13 @@ ldap_access_filter = (employeeType=admin) - [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 @@ -2541,16 +2541,16 @@ ldap_access_filter = (employeeType=admin) - [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 diff --git a/src/man/sssd-simple.5.xml b/src/man/sssd-simple.5.xml index 0d677bd293925d9eed0ea16548fad3caf3bb3bae..c7ac17997caebb2064f07f0e4b80a2f7ebdcf1e2 100644 --- a/src/man/sssd-simple.5.xml +++ b/src/man/sssd-simple.5.xml @@ -137,9 +137,9 @@ - [domain/example.com] - access_provider = simple - simple_allow_users = user1, user2 +[domain/example.com] +access_provider = simple +simple_allow_users = user1, user2 diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 2002ccc7caf7013ead5b97c463fba46b734090ae..10d9904193ca8c277d708de731366d39c6dd5e28 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: - [section] - key = value - key2 = value2,value3 +[section] +key = value +key2 = value2,value3 -- 2.1.0