diff options
Diffstat (limited to 'src/ldapcontrollerconfigbase.ui')
-rw-r--r-- | src/ldapcontrollerconfigbase.ui | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/src/ldapcontrollerconfigbase.ui b/src/ldapcontrollerconfigbase.ui index 3834e32..85a4a00 100644 --- a/src/ldapcontrollerconfigbase.ui +++ b/src/ldapcontrollerconfigbase.ui @@ -449,6 +449,103 @@ </widget> </grid> </widget> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQGroupBox" row="1" column="0"> + <property name="name"> + <cstring>groupCertificateExpiry</cstring> + </property> + <property name="title"> + <string>Certificate Lifetime (days)</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Certificate Authority:</string> + </property> + </widget> + <widget class="KIntNumInput" row="0" column="1" > + <property name="name"> + <cstring>advancedCaCertExpiry</cstring> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="maxValue"> + <number>7200</number> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Kerberos:</string> + </property> + </widget> + <widget class="KIntNumInput" row="1" column="1" > + <property name="name"> + <cstring>advancedKerberosCertExpiry</cstring> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="maxValue"> + <number>7200</number> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>LDAP TLS:</string> + </property> + </widget> + <widget class="KIntNumInput" row="2" column="1" > + <property name="name"> + <cstring>advancedLdapCertExpiry</cstring> + </property> + <property name="minValue"> + <number>1</number> + </property> + <property name="maxValue"> + <number>7200</number> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </grid> + </widget> </grid> </widget> </widget> |