EVOLUTION-MANAGER
Edit File: ldapconnectionpage.ui
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkBox" id="LDAPConnectionPage"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="border_width">6</property> <property name="orientation">vertical</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="header"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> <property name="margin_bottom">6</property> <property name="label" translatable="yes">Set Up a Connection to an LDAP Directory</property> <attributes> <attribute name="weight" value="bold"/> </attributes> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="helpLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">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> <property name="wrap">True</property> <property name="max_width_chars">80</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkGrid" id="grid1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> <property name="row_spacing">6</property> <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="hostNameLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Server:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">hostNameEntry</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkLabel" id="portNumLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">_Port number:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">portNumEntry</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkEntry" id="hostNameEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkBox" id="box1"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="spacing">12</property> <child> <object class="GtkSpinButton" id="portNumEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkLabel" id="portNumDefLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Default: 389</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkLabel" id="baseDNLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">1</property> <property name="label" translatable="yes">Base _DN:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">baseDNEntry</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkEntry" id="baseDNEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkCheckButton" id="useSSLCheckbutton"> <property name="label" translatable="yes">Use _secure connection (SSL)</property> <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">3</property> </packing> </child> </object> </interface>