Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / dbaccess / uiconfig / ui / ldapconnectionpage.ui
bloba64373d9d43e11eb20bef22b4f7f59472873a1ed
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">1000000000000</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkBox" id="LDAPConnectionPage">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="hexpand">True</property>
14 <property name="border_width">6</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">6</property>
17 <child>
18 <object class="GtkLabel" id="header">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21 <property name="halign">start</property>
22 <property name="margin_bottom">6</property>
23 <property name="label" translatable="yes" context="ldapconnectionpage|header">Set Up a Connection to an LDAP Directory</property>
24 <attributes>
25 <attribute name="weight" value="bold"/>
26 </attributes>
27 </object>
28 <packing>
29 <property name="expand">False</property>
30 <property name="fill">True</property>
31 <property name="position">0</property>
32 </packing>
33 </child>
34 <child>
35 <object class="GtkLabel" id="helpLabel">
36 <property name="visible">True</property>
37 <property name="can_focus">False</property>
38 <property name="label" translatable="yes" context="ldapconnectionpage|helpLabel">Please enter the required information to connect to an LDAP directory. Please contact your system administrator if you are unsure about the following settings.</property>
39 <property name="wrap">True</property>
40 <property name="width_chars">72</property>
41 <property name="max_width_chars">72</property>
42 <property name="xalign">0</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">True</property>
47 <property name="position">1</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkGrid" id="grid1">
52 <property name="visible">True</property>
53 <property name="can_focus">False</property>
54 <property name="hexpand">True</property>
55 <property name="vexpand">True</property>
56 <property name="row_spacing">6</property>
57 <property name="column_spacing">12</property>
58 <child>
59 <object class="GtkLabel" id="hostNameLabel">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="label" translatable="yes" context="ldapconnectionpage|hostNameLabel">_Server:</property>
63 <property name="use_underline">True</property>
64 <property name="mnemonic_widget">hostNameEntry</property>
65 <property name="xalign">1</property>
66 </object>
67 <packing>
68 <property name="left_attach">0</property>
69 <property name="top_attach">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkLabel" id="portNumLabel">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <property name="label" translatable="yes" context="ldapconnectionpage|portNumLabel">_Port number:</property>
77 <property name="use_underline">True</property>
78 <property name="mnemonic_widget">portNumEntry</property>
79 <property name="xalign">1</property>
80 </object>
81 <packing>
82 <property name="left_attach">0</property>
83 <property name="top_attach">2</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkEntry" id="hostNameEntry">
88 <property name="visible">True</property>
89 <property name="can_focus">True</property>
90 <property name="hexpand">True</property>
91 <property name="activates_default">True</property>
92 </object>
93 <packing>
94 <property name="left_attach">1</property>
95 <property name="top_attach">0</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkBox" id="box1">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="hexpand">True</property>
103 <property name="spacing">12</property>
104 <child>
105 <object class="GtkSpinButton" id="portNumEntry">
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="hexpand">True</property>
109 <property name="activates_default">True</property>
110 <property name="adjustment">adjustment1</property>
111 </object>
112 <packing>
113 <property name="expand">False</property>
114 <property name="fill">True</property>
115 <property name="position">0</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkLabel" id="portNumDefLabel">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="label" translatable="yes" context="ldapconnectionpage|portNumDefLabel">Default: 389</property>
123 </object>
124 <packing>
125 <property name="expand">False</property>
126 <property name="fill">True</property>
127 <property name="position">1</property>
128 </packing>
129 </child>
130 </object>
131 <packing>
132 <property name="left_attach">1</property>
133 <property name="top_attach">2</property>
134 </packing>
135 </child>
136 <child>
137 <object class="GtkLabel" id="baseDNLabel">
138 <property name="visible">True</property>
139 <property name="can_focus">False</property>
140 <property name="label" translatable="yes" context="ldapconnectionpage|baseDNLabel">Base _DN:</property>
141 <property name="use_underline">True</property>
142 <property name="mnemonic_widget">baseDNEntry</property>
143 <property name="xalign">1</property>
144 </object>
145 <packing>
146 <property name="left_attach">0</property>
147 <property name="top_attach">1</property>
148 </packing>
149 </child>
150 <child>
151 <object class="GtkEntry" id="baseDNEntry">
152 <property name="visible">True</property>
153 <property name="can_focus">True</property>
154 <property name="hexpand">True</property>
155 <property name="activates_default">True</property>
156 </object>
157 <packing>
158 <property name="left_attach">1</property>
159 <property name="top_attach">1</property>
160 </packing>
161 </child>
162 </object>
163 <packing>
164 <property name="expand">False</property>
165 <property name="fill">True</property>
166 <property name="position">2</property>
167 </packing>
168 </child>
169 <child>
170 <object class="GtkCheckButton" id="useSSLCheckbutton">
171 <property name="label" translatable="yes" context="ldapconnectionpage|useSSLCheckbutton">Use _secure connection (SSL)</property>
172 <property name="visible">True</property>
173 <property name="can_focus">True</property>
174 <property name="receives_default">False</property>
175 <property name="use_underline">True</property>
176 <property name="xalign">0</property>
177 <property name="draw_indicator">True</property>
178 </object>
179 <packing>
180 <property name="expand">False</property>
181 <property name="fill">True</property>
182 <property name="position">3</property>
183 </packing>
184 </child>
185 </object>
186 </interface>