blob: 57c9b5b777c19e8ad47974f9a186394a1301068c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<!-- This is a fully functional configuration for WinUserInfo configuration backend.
Removing the ".sample" from the file name allows to get user data from Windows:
first, domain data (from Active Directory) is attempted; if unsuccessful, then
only given name is configured that is taken from system information.
In the latter case, display name (like "John Smith") would be used if present;
if it's not configured, then user logon name would be used.
Any properties that are not required to be set may be commented out as needed.
-->
<oor:data xmlns:oor="http://openoffice.org/2001/registry">
<dependency file="main"/>
<oor:component-data oor:package="org.openoffice" oor:name="UserProfile">
<node oor:name="Data">
<prop oor:name="o" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe o"/>
</prop>
<prop oor:name="givenname" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe givenname"/>
</prop>
<prop oor:name="sn" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe sn"/>
</prop>
<prop oor:name="initials" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe initials"/>
</prop>
<prop oor:name="street" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe street"/>
</prop>
<prop oor:name="l" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe l"/>
</prop>
<prop oor:name="st" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe st"/>
</prop>
<prop oor:name="postalcode" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe postalcode"/>
</prop>
<prop oor:name="c" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe c"/>
</prop>
<prop oor:name="title" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe title"/>
</prop>
<prop oor:name="position" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe position"/>
</prop>
<prop oor:name="homephone" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe homephone"/>
</prop>
<prop oor:name="telephonenumber" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe telephonenumber"/>
</prop>
<prop oor:name="facsimiletelephonenumber" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe facsimiletelephonenumber"/>
</prop>
<prop oor:name="mail" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe mail"/>
</prop>
<prop oor:name="fathersname" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe fathersname"/>
</prop>
<prop oor:name="apartment" oor:finalized="true">
<value oor:external=
"com.sun.star.configuration.backend.WinUserInfoBe apartment"/>
</prop>
</node>
</oor:component-data>
</oor:data>
|