diff options
author | Timothy Pearson <[email protected]> | 2012-05-20 14:37:46 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-20 14:37:46 -0500 |
commit | 94684957020e61e1089cbe2ea4357d86a4de9c55 (patch) | |
tree | c5133927a83327f7d7e98ee97969acd7635135d1 /src/ldapconfigbase.ui | |
parent | 94ba247eec24814e287c4bebf4085de0565bbcd2 (diff) | |
download | kcmldap-94684957020e61e1089cbe2ea4357d86a4de9c55.tar.gz kcmldap-94684957020e61e1089cbe2ea4357d86a4de9c55.zip |
Now ready to add kadmin interaction code
Diffstat (limited to 'src/ldapconfigbase.ui')
-rw-r--r-- | src/ldapconfigbase.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ldapconfigbase.ui b/src/ldapconfigbase.ui index ee6e963..aa1d15e 100644 --- a/src/ldapconfigbase.ui +++ b/src/ldapconfigbase.ui @@ -53,6 +53,27 @@ <string>&Enable LDAP Realm Support</string> </property> </widget> + <widget class="TQLabel" row="0" column="1"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Fully Qualified Domain Name</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="2" > + <property name="name"> + <cstring>hostFQDN</cstring> + </property> + </widget> </grid> </widget> <widget class="TQGroupBox" row="1" column="0"> |