Proof-reading - fixed one usage of the i18n plural form (it wasn't doing before,...
[kdeadmin.git] / kuser / ku_ldapsettings.ui
blob3e41dd2bbc7a3567a416436f231180c88f1d1974
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>KU_LdapSettings</class>
6  <widget class="QWidget" name="KU_LdapSettings" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>394</width>
12     <height>227</height>
13    </rect>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>11</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item row="1" column="1" colspan="3" >
31       <widget class="QLineEdit" name="kcfg_ldapuserfilter" />
32      </item>
33      <item row="2" column="3" >
34       <widget class="KComboBox" name="kcfg_ldapgrouprdn" >
35        <item>
36         <property name="text" >
37          <string>cn</string>
38         </property>
39        </item>
40        <item>
41         <property name="text" >
42          <string>gidNumber</string>
43         </property>
44        </item>
45       </widget>
46      </item>
47      <item row="2" column="1" >
48       <widget class="KLineEdit" name="kcfg_ldapgroupbase" />
49      </item>
50      <item row="4" column="1" >
51       <widget class="KComboBox" name="kcfg_ldappasswordhash" >
52        <item>
53         <property name="text" >
54          <string>Plain Text</string>
55         </property>
56        </item>
57        <item>
58         <property name="text" >
59          <string>CRYPT</string>
60         </property>
61        </item>
62        <item>
63         <property name="text" >
64          <string>MD5</string>
65         </property>
66        </item>
67        <item>
68         <property name="text" >
69          <string>SMD5</string>
70         </property>
71        </item>
72        <item>
73         <property name="text" >
74          <string>SHA</string>
75         </property>
76        </item>
77        <item>
78         <property name="text" >
79          <string>SSHA</string>
80         </property>
81        </item>
82       </widget>
83      </item>
84      <item row="0" column="0" >
85       <widget class="QLabel" name="textLabel1" >
86        <property name="text" >
87         <string>User base:</string>
88        </property>
89        <property name="buddy" >
90         <cstring>kcfg_ldapuserbase</cstring>
91        </property>
92       </widget>
93      </item>
94      <item row="3" column="0" >
95       <widget class="QLabel" name="textLabel1_4_2" >
96        <property name="text" >
97         <string>Group filter:</string>
98        </property>
99        <property name="buddy" >
100         <cstring>kcfg_ldapgroupfilter</cstring>
101        </property>
102       </widget>
103      </item>
104      <item row="4" column="2" >
105       <widget class="QLabel" name="textLabel5" >
106        <property name="text" >
107         <string>Structural objectclass:</string>
108        </property>
109        <property name="buddy" >
110         <cstring>kcfg_ldapstructural</cstring>
111        </property>
112       </widget>
113      </item>
114      <item row="1" column="0" >
115       <widget class="QLabel" name="textLabel1_4" >
116        <property name="text" >
117         <string>User filter:</string>
118        </property>
119        <property name="buddy" >
120         <cstring>kcfg_ldapuserfilter</cstring>
121        </property>
122       </widget>
123      </item>
124      <item row="0" column="1" >
125       <widget class="KLineEdit" name="kcfg_ldapuserbase" />
126      </item>
127      <item row="3" column="1" colspan="3" >
128       <widget class="QLineEdit" name="kcfg_ldapgroupfilter" />
129      </item>
130      <item row="4" column="3" >
131       <widget class="KComboBox" name="kcfg_ldapstructural" >
132        <item>
133         <property name="text" >
134          <string>account</string>
135         </property>
136        </item>
137        <item>
138         <property name="text" >
139          <string>inetOrgPerson</string>
140         </property>
141        </item>
142       </widget>
143      </item>
144      <item row="2" column="2" >
145       <widget class="QLabel" name="textLabel3" >
146        <property name="text" >
147         <string>Group RDN prefix:</string>
148        </property>
149        <property name="buddy" >
150         <cstring>kcfg_ldapgrouprdn</cstring>
151        </property>
152       </widget>
153      </item>
154      <item row="0" column="3" >
155       <widget class="KComboBox" name="kcfg_ldapuserrdn" >
156        <item>
157         <property name="text" >
158          <string>uid</string>
159         </property>
160        </item>
161        <item>
162         <property name="text" >
163          <string>uidNumber</string>
164         </property>
165        </item>
166        <item>
167         <property name="text" >
168          <string>cn</string>
169         </property>
170        </item>
171       </widget>
172      </item>
173      <item row="2" column="0" >
174       <widget class="QLabel" name="textLabel1_2" >
175        <property name="text" >
176         <string>Group base:</string>
177        </property>
178        <property name="buddy" >
179         <cstring>kcfg_ldapgroupbase</cstring>
180        </property>
181       </widget>
182      </item>
183      <item row="0" column="2" >
184       <widget class="QLabel" name="textLabel2" >
185        <property name="text" >
186         <string>User RDN prefix:</string>
187        </property>
188        <property name="buddy" >
189         <cstring>kcfg_ldapuserrdn</cstring>
190        </property>
191       </widget>
192      </item>
193      <item row="4" column="0" >
194       <widget class="QLabel" name="textLabel4" >
195        <property name="text" >
196         <string>Password hash:</string>
197        </property>
198        <property name="buddy" >
199         <cstring>kcfg_ldappasswordhash</cstring>
200        </property>
201       </widget>
202      </item>
203     </layout>
204    </item>
205    <item>
206     <widget class="QCheckBox" name="kcfg_ldapshadow" >
207      <property name="text" >
208       <string>Manage shadowAccount objectclass</string>
209      </property>
210     </widget>
211    </item>
212    <item>
213     <widget class="QCheckBox" name="kcfg_ldapcnfullname" >
214      <property name="text" >
215       <string>Store the user's full name in the cn attribute</string>
216      </property>
217     </widget>
218    </item>
219    <item>
220     <widget class="QCheckBox" name="kcfg_ldapgecos" >
221      <property name="text" >
222       <string>Update the gecos attribute</string>
223      </property>
224     </widget>
225    </item>
226    <item>
227     <spacer>
228      <property name="orientation" >
229       <enum>Qt::Vertical</enum>
230      </property>
231      <property name="sizeType" >
232       <enum>QSizePolicy::Expanding</enum>
233      </property>
234      <property name="sizeHint" >
235       <size>
236        <width>20</width>
237        <height>40</height>
238       </size>
239      </property>
240     </spacer>
241    </item>
242   </layout>
243  </widget>
244  <layoutdefault spacing="6" margin="11" />
245  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
246  <customwidgets>
247   <customwidget>
248    <class>KComboBox</class>
249    <extends>QComboBox</extends>
250    <header>kcombobox.h</header>
251    <container>0</container>
252    <pixmap></pixmap>
253   </customwidget>
254   <customwidget>
255    <class>KLineEdit</class>
256    <extends></extends>
257    <header>klineedit.h</header>
258    <container>0</container>
259    <pixmap></pixmap>
260   </customwidget>
261  </customwidgets>
262  <tabstops>
263   <tabstop>kcfg_ldapuserbase</tabstop>
264   <tabstop>kcfg_ldapuserrdn</tabstop>
265   <tabstop>kcfg_ldapuserfilter</tabstop>
266   <tabstop>kcfg_ldapgroupbase</tabstop>
267   <tabstop>kcfg_ldapgrouprdn</tabstop>
268   <tabstop>kcfg_ldapgroupfilter</tabstop>
269   <tabstop>kcfg_ldappasswordhash</tabstop>
270   <tabstop>kcfg_ldapstructural</tabstop>
271   <tabstop>kcfg_ldapshadow</tabstop>
272   <tabstop>kcfg_ldapcnfullname</tabstop>
273  </tabstops>
274  <resources/>
275  <connections/>
276 </ui>