diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-08-25 17:33:57 +0000 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-08-25 17:33:57 +0000 |
commit | 4df015f3265e825cf1375f8a68b3f096d56d084d (patch) | |
tree | 5223f829ad6eaabea8a40a1d12fbe26ed5c9559c /src/ldapcontrollerconfigbase.ui | |
parent | 66331c5f8887fa0d8f1cbbcda7a2c094eacbe8b0 (diff) | |
download | kcmldapcontroller-4df015f3265e825cf1375f8a68b3f096d56d084d.tar.gz kcmldapcontroller-4df015f3265e825cf1375f8a68b3f096d56d084d.zip |
Add certificate lifetime configuration 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> |