summaryrefslogtreecommitdiffstats
path: root/postprocess
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-04-28 09:16:15 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-05-02 16:38:40 +0200
commitf154f63cb662f02415d5cb0051011bdb5d0d523c (patch)
tree31f22312e0c8ab339cdbb132a82da08b52f15dd0 /postprocess
parentVS IDE integration: use full Windows include paths in VS projects (diff)
downloadcore-f154f63cb662f02415d5cb0051011bdb5d0d523c.tar.gz
core-f154f63cb662f02415d5cb0051011bdb5d0d523c.zip
WinUserInfoBe: a new config backend for user data provided by Windows
This backend provides Active Directory details for current user. If the system is not part of Active Directory domain, GetUserNameEx is used instead, so at least user (given) name is configured. Unlike ldap backend, this one doesn't need connection configuration, as the used API works with current user security context. Change-Id: I74bcc79591a658dc5121df1f09caa15d272fbe12 Reviewed-on: https://gerrit.libreoffice.org/53590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Rdb_services.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index ff52ae00cdf5..1b1fb4cd3b92 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -300,6 +300,9 @@ $(eval $(call gb_Rdb_add_components,services,\
$(if $(ENABLE_HEADLESS),,desktop/source/splash/spl) \
extensions/source/abpilot/abp \
extensions/source/config/ldap/ldapbe2 \
+ $(if $(filter WNT,$(OS)),\
+ extensions/source/config/WinUserInfo/WinUserInfoBe \
+ ) \
extensions/source/logging/log \
extensions/source/scanner/scn \
extensions/source/update/feed/updatefeed \