From 75d047408148b9c914b964017738d3b96b528017 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 18 Mar 2021 11:39:32 -0300 Subject: tdf#140890 Remove LDAP data source for Base Change-Id: If937c8d2f5c7b294cd89ec8194552e42ebac6a4d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112691 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_shared.mk | 1 - source/text/shared/explorer/database/dabawiz00.xhp | 1 - .../shared/explorer/database/dabawiz02ldap.xhp | 58 ---------------------- 3 files changed, 60 deletions(-) delete mode 100644 source/text/shared/explorer/database/dabawiz02ldap.xhp diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index d724325494..d81d87cd5e 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -890,7 +890,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/explorer/database/dabawiz02ado \ helpcontent2/source/text/shared/explorer/database/dabawiz02dbase \ helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc \ - helpcontent2/source/text/shared/explorer/database/dabawiz02ldap \ helpcontent2/source/text/shared/explorer/database/dabawiz02mysql \ helpcontent2/source/text/shared/explorer/database/dabawiz02odbc \ helpcontent2/source/text/shared/explorer/database/dabawiz02oracle \ diff --git a/source/text/shared/explorer/database/dabawiz00.xhp b/source/text/shared/explorer/database/dabawiz00.xhp index 396b18c628..26ab94f9d3 100644 --- a/source/text/shared/explorer/database/dabawiz00.xhp +++ b/source/text/shared/explorer/database/dabawiz00.xhp @@ -61,7 +61,6 @@ Set up ADO connection -Set up LDAP connection Set up dBASE connection Set up JDBC connection Set up Oracle database connection diff --git a/source/text/shared/explorer/database/dabawiz02ldap.xhp b/source/text/shared/explorer/database/dabawiz02ldap.xhp deleted file mode 100644 index 4f54f20cff..0000000000 --- a/source/text/shared/explorer/database/dabawiz02ldap.xhp +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - -LDAP Connection -/text/shared/explorer/database/dabawiz02ldap.xhp - - - -LDAP server; address books (Base) -address books; LDAP server (Base) -data sources; LDAP server (Base) -mw copied 3 entries from shared/explorer/database/11190000.xhp -LDAP Connection - -Specifies the settings for importing a database using LDAP (Lightweight Directory Access Protocol). This page is only available if you registered an LDAP server as an address database.UFI: copied text from shared\explorer\database\11190000 - - -Server URL -Enter the name of the LDAP server using the format "ldap.server.com". - - -Base DN -Enter the starting point to search the LDAP database, for example, "dc=com". - - -Port number -Enter the port of the LDAP server, normally 389. - -Use secure connection (SSL) -Creates a secure connection to the LDAP server through the Secure Sockets Layer (SSL). By default, an SSL connection uses port 636. A regular connection uses port 389. -
-Authentication -Database Wizard -
- -
-- cgit