summaryrefslogtreecommitdiffstats
path: root/extensions/Module_extensions.mk
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 /extensions/Module_extensions.mk
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 'extensions/Module_extensions.mk')
-rw-r--r--extensions/Module_extensions.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/Module_extensions.mk b/extensions/Module_extensions.mk
index 3ab21f58a411..31512ff4045f 100644
--- a/extensions/Module_extensions.mk
+++ b/extensions/Module_extensions.mk
@@ -17,6 +17,7 @@ ifneq ($(filter-out IOS ANDROID,$(OS)),)
$(eval $(call gb_Module_add_targets,extensions,\
Library_abp \
Library_ldapbe2 \
+ $(if $(filter WNT,$(OS)),Library_WinUserInfoBe) \
Library_log \
Library_scn \
UIConfig_sabpilot \