From ecf9e7a870945ecfba8eb751d344de3601de9424 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 14 Jan 2015 09:10:29 +0100 Subject: 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 --- 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(-) (limited to 'src') diff --git a/src/man/sssd-ad.5.xml b/src/man/sssd-ad.5.xml index b721fb73..7997b780 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 2d8654a3..6089ac60 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 a774dce3..5bcab211 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 59410679..9f2e9ac3 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 0d677bd2..c7ac1799 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 2002ccc7..10d99041 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 -- cgit