lok: calc - send other views our selection in their co-ordinates.
[LibreOffice.git] / officecfg / registry / schema / oo-ad-ldap.xcd.sample
blob589e89d456bf6ade5a2345df98d8d694a71726f9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 -->
20 <!-- This file is an example of an LDAP configuration file.
22 To use user data from LDAP in your installation, you need to provide a
23 customized version of this file, removing the ".sample" suffix.
25 This sample file is designed to work with a Windows Active Directory
26 Server. There is another sample file designed to work with a Sun Java
27 System Directory Server. Only one of those files should be activated by
28 removing its ".sample" suffix.
30 To customize values in this file, replace the data within <value>...
31 </value> elements flagged as "CUSTOMIZE" with the values for your
32 organization. If a certain setting is not necessary for your installation,
33 you can remove the complete corresponding <value>...</value> element.
34 -->
36 <oor:data xmlns:oor="http://openoffice.org/2001/registry">
37 <dependency file="main"/>
38 <oor:component-data oor:package="org.openoffice" oor:name="LDAP">
39 <node oor:name="UserDirectory">
40 <prop oor:name="SearchUser">
41 <!-- CUSTOMIZE, activate unless anonymous access is possible:
42 <value>MyUserLogin</value> -->
43 </prop>
44 <prop oor:name="SearchPassword">
45 <!-- CUSTOMIZE, activate unless anonymous access is possible:
46 <value>MyPassword</value> -->
47 </prop>
48 <prop oor:name="UserObjectClass">
49 <!-- CUSTOMIZE --><value>inetorgperson</value>
50 </prop>
51 <prop oor:name="UserUniqueAttribute">
52 <!-- CUSTOMIZE --><value>uid</value>
53 </prop>
54 <node oor:name="ServerDefinition">
55 <prop oor:name="Server">
56 <!-- CUSTOMIZE --><value>ldapserver.mycorp.com</value>
57 </prop>
58 <prop oor:name="Port">
59 <!-- CUSTOMIZE --><value>389</value>
60 </prop>
61 <prop oor:name="BaseDN">
62 <!-- CUSTOMIZE --><value>dc=mycorp,dc=com</value>
63 </prop>
64 </node>
65 </node>
66 </oor:component-data>
67 <oor:component-data oor:package="org.openoffice" oor:name="UserProfile">
68 <node oor:name="Data">
69 <prop oor:name="o">
70 <value oor:external=
71 "com.sun.star.configuration.backend.LdapUserProfileBe department"/>
72 </prop>
73 <prop oor:name="givenname">
74 <value oor:external=
75 "com.sun.star.configuration.backend.LdapUserProfileBe givenname"/>
76 </prop>
77 <prop oor:name="sn">
78 <value oor:external=
79 "com.sun.star.configuration.backend.LdapUserProfileBe sn"/>
80 </prop>
81 <prop oor:name="initials">
82 <value oor:external=
83 "com.sun.star.configuration.backend.LdapUserProfileBe initials"/>
84 </prop>
85 <prop oor:name="street">
86 <value oor:external=
87 "com.sun.star.configuration.backend.LdapUserProfileBe street,postalAddress"/>
88 </prop>
89 <prop oor:name="l">
90 <value oor:external=
91 "com.sun.star.configuration.backend.LdapUserProfileBe l"/>
92 </prop>
93 <prop oor:name="st">
94 <value oor:external=
95 "com.sun.star.configuration.backend.LdapUserProfileBe st"/>
96 </prop>
97 <prop oor:name="postalcode">
98 <value oor:external=
99 "com.sun.star.configuration.backend.LdapUserProfileBe postalCode"/>
100 </prop>
101 <prop oor:name="c">
102 <value oor:external=
103 "com.sun.star.configuration.backend.LdapUserProfileBe c,co"/>
104 </prop>
105 <prop oor:name="title">
106 <value oor:external=
107 "com.sun.star.configuration.backend.LdapUserProfileBe title"/>
108 </prop>
109 <prop oor:name="position">
110 <value oor:external=
111 "com.sun.star.configuration.backend.LdapUserProfileBe position"/>
112 </prop>
113 <prop oor:name="homephone">
114 <value oor:external=
115 "com.sun.star.configuration.backend.LdapUserProfileBe homePhone"/>
116 </prop>
117 <prop oor:name="telephonenumber">
118 <value oor:external=
119 "com.sun.star.configuration.backend.LdapUserProfileBe telephoneNumber"/>
120 </prop>
121 <prop oor:name="facsimiletelephonenumber">
122 <value oor:external=
123 "com.sun.star.configuration.backend.LdapUserProfileBe facsimileTelephoneNumber"
125 </prop>
126 <prop oor:name="mail">
127 <value oor:external=
128 "com.sun.star.configuration.backend.LdapUserProfileBe mail"/>
129 </prop>
130 <!--
131 <prop oor:name="fathersname">
132 <value oor:external=
133 "com.sun.star.configuration.backend.LdapUserProfileBe ..."/>
134 </prop>
136 <!--
137 <prop oor:name="apartment">
138 <value oor:external=
139 "com.sun.star.configuration.backend.LdapUserProfileBe ..."/>
140 </prop>
142 </node>
143 </oor:component-data>
144 </oor:data>