diff options
Diffstat (limited to 'src/ldapconfigbase.ui')
-rw-r--r-- | src/ldapconfigbase.ui | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/src/ldapconfigbase.ui b/src/ldapconfigbase.ui index fa14933..bf81979 100644 --- a/src/ldapconfigbase.ui +++ b/src/ldapconfigbase.ui @@ -50,7 +50,7 @@ <cstring>systemEnableSupport</cstring> </property> <property name="text"> - <string>&Enable LDAP</string> + <string>&Enable LDAP Realm Support</string> </property> </widget> </grid> @@ -138,6 +138,67 @@ </widget> </grid> </widget> + <widget class="TQGroupBox" row="2" column="0"> + <property name="name"> + <cstring>groupDefaults</cstring> + </property> + <property name="title"> + <string>LDAP Default Settings</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>Default Realm</string> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="KComboBox" row="0" column="1" > + <property name="name"> + <cstring>defaultRealm</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="2"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Ticket Lifetime (seconds)</string> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="KIntNumInput" row="0" column="3" > + <property name="name"> + <cstring>ticketLifetime</cstring> + </property> + <property name="minValue"> + <number>60</number> + </property> + <property name="maxValue"> + <number>1000000</number> + </property> + </widget> + </grid> + </widget> <spacer row="4" column="0"> <property name="name" stdset="0"> <cstring>Spacer4</cstring> |