diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-12-04 14:53:50 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-12-04 16:54:06 +0100 |
commit | d24497cb8299c8d807df8bd6a7f1683b54056a4e (patch) | |
tree | 26fe5befbc3b58d1472102e9a3e3c4e574760c0f /src | |
parent | 78d603a2e953af2443efca54451cdd77c7a55707 (diff) | |
download | sssd-d24497cb8299c8d807df8bd6a7f1683b54056a4e.tar.gz sssd-d24497cb8299c8d807df8bd6a7f1683b54056a4e.tar.xz sssd-d24497cb8299c8d807df8bd6a7f1683b54056a4e.zip |
MAN: Remove unused experimental file
Diffstat (limited to 'src')
-rw-r--r-- | src/man/include/ldap_search_bases_experimental.xml | 35 | ||||
-rw-r--r-- | src/man/po/po4a.cfg | 1 |
2 files changed, 0 insertions, 36 deletions
diff --git a/src/man/include/ldap_search_bases_experimental.xml b/src/man/include/ldap_search_bases_experimental.xml deleted file mode 100644 index 78f9ff1de..000000000 --- a/src/man/include/ldap_search_bases_experimental.xml +++ /dev/null @@ -1,35 +0,0 @@ -<listitem> - <para> - An optional base DN, search scope and LDAP filter - to restrict LDAP searches for this attribute type. - </para> - <para> - syntax: -<programlisting> -search_base[?scope?[filter][?search_base?scope?[filter]]*] -</programlisting> - </para> - <para> - The scope can be one of "base", "onelevel" or - "subtree". The filter must be a valid LDAP search - filter as specified by - http://www.ietf.org/rfc/rfc2254.txt - </para> - <para> - For examples of this syntax, please refer to the - <quote>ldap_search_base</quote> examples section. - </para> - <para> - Default: the value of - <emphasis>ldap_search_base</emphasis> - </para> - <para> - Please note that specifying scope or filter is not supported for - searches against an Active Directory Server that might yield a - large number of results and trigger the Range Retrieval extension - in the response. - </para> - <para> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="experimental.xml" /> - </para> -</listitem> diff --git a/src/man/po/po4a.cfg b/src/man/po/po4a.cfg index 7939eac75..b03b255d0 100644 --- a/src/man/po/po4a.cfg +++ b/src/man/po/po4a.cfg @@ -34,6 +34,5 @@ [type:docbook] include/local.xml $lang:$(builddir)/$lang/include/local.xml opt:"-k 0" [type:docbook] include/seealso.xml $lang:$(builddir)/$lang/include/seealso.xml opt:"-k 0" [type:docbook] include/ldap_search_bases.xml $lang:$(builddir)/$lang/include/ldap_search_bases.xml opt:"-k 0" -[type:docbook] include/ldap_search_bases_experimental.xml $lang:$(builddir)/$lang/include/ldap_search_bases_experimental.xml opt:"-k 0" [type:docbook] include/autofs_restart.xml $lang:$(builddir)/$lang/include/autofs_restart.xml opt:"-k 0" [type:docbook] include/override_homedir.xml $lang:$(builddir)/$lang/include/override_homedir.xml opt:"-k 0" |