From 19e2efe81f7b80d4ce0dfc5fd80a06d56ae69e90 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 27 Aug 2012 22:15:17 +0200 Subject: autofs, sudo and ssh are not experimental anymore --- src/conf_macros.m4 | 21 --------------------- src/man/sss_ssh_authorizedkeys.1.xml | 3 --- src/man/sss_ssh_knownhostsproxy.1.xml | 3 --- src/man/sssd-ldap.5.xml | 2 -- src/man/sssd.conf.5.xml | 17 ----------------- 5 files changed, 46 deletions(-) (limited to 'src') diff --git a/src/conf_macros.m4 b/src/conf_macros.m4 index 4dbbd7694..2e4e1141a 100644 --- a/src/conf_macros.m4 +++ b/src/conf_macros.m4 @@ -473,13 +473,6 @@ AC_DEFUN([WITH_SUDO], [with_sudo=$withval], ) - dnl Remove when sudo goes out of experimental - if test x"$enable_all_experimental_features" = xyes; then - if test x"$with_sudo" != xno; then - with_sudo=yes - fi - fi - if test x"$with_sudo" = xyes; then AC_DEFINE(BUILD_SUDO, 1, [whether to build with SUDO support]) fi @@ -509,13 +502,6 @@ AC_DEFUN([WITH_AUTOFS], [with_autofs=$withval], ) - dnl Remove when autofs goes out of experimental - if test x"$enable_all_experimental_features" = xyes; then - if test x"$with_autofs" != xno; then - with_autofs=yes - fi - fi - if test x"$with_autofs" = xyes; then AC_DEFINE(BUILD_AUTOFS, 1, [whether to build with AUTOFS support]) fi @@ -531,13 +517,6 @@ AC_DEFUN([WITH_SSH], [with_ssh=$withval], ) - dnl Remove when SSH goes out of experimental - if test x"$enable_all_experimental_features" = xyes; then - if test x"$with_ssh" != xno; then - with_ssh=yes - fi - fi - if test x"$with_ssh" = xyes; then AC_DEFINE(BUILD_SSH, 1, [whether to build with SSH support]) fi diff --git a/src/man/sss_ssh_authorizedkeys.1.xml b/src/man/sss_ssh_authorizedkeys.1.xml index ddf0e5856..aaafe56ad 100644 --- a/src/man/sss_ssh_authorizedkeys.1.xml +++ b/src/man/sss_ssh_authorizedkeys.1.xml @@ -69,9 +69,6 @@ AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys PubKeyAgent /usr/bin/sss_ssh_authorizedkeys %u - - - diff --git a/src/man/sss_ssh_knownhostsproxy.1.xml b/src/man/sss_ssh_knownhostsproxy.1.xml index 37656f31e..7d14a709e 100644 --- a/src/man/sss_ssh_knownhostsproxy.1.xml +++ b/src/man/sss_ssh_knownhostsproxy.1.xml @@ -56,9 +56,6 @@ ProxyCommand /usr/bin/sss_ssh_knownhostsproxy -p %p %h GlobalKnownHostsFile /var/lib/sss/pubconf/known_hosts - - - diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 02ec13488..843bca201 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1762,7 +1762,6 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com SUDO OPTIONS - ldap_sudorule_object_class (string) @@ -2061,7 +2060,6 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com schema which is RFC2307. - ldap_autofs_map_object_class (string) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index bced7855d..4b29f228b 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -746,9 +746,6 @@ override_homedir = /home/%u These options can be used to configure the sudo service. - - - sudo_timed (bool) @@ -771,10 +768,6 @@ override_homedir = /home/%u These options can be used to configure the autofs service. - - - - autofs_negative_timeout (integer) @@ -799,10 +792,6 @@ override_homedir = /home/%u These options can be used to configure the SSH service. - - - - ssh_hash_known_hosts (bool) @@ -1318,9 +1307,6 @@ override_homedir = /home/%u sudo_provider (string) - - - The SUDO provider used for the domain. Supported SUDO providers are: @@ -1395,9 +1381,6 @@ override_homedir = /home/%u autofs_provider (string) - - - The autofs provider used for the domain. Supported autofs providers are: -- cgit