diff options
author | Timothy Pearson <[email protected]> | 2012-05-31 01:31:04 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-31 01:31:04 -0500 |
commit | 47aae9120db93e3120a35ce145ae7b7358890ae4 (patch) | |
tree | fae83f6474ecb71bada1833afd016435f211d903 /src/ldapcontroller.desktop | |
download | kcmldapcontroller-47aae9120db93e3120a35ce145ae7b7358890ae4.tar.gz kcmldapcontroller-47aae9120db93e3120a35ce145ae7b7358890ae4.zip |
Initial import of skeleton for development
Diffstat (limited to 'src/ldapcontroller.desktop')
-rw-r--r-- | src/ldapcontroller.desktop | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ldapcontroller.desktop b/src/ldapcontroller.desktop new file mode 100644 index 0000000..006b8b5 --- /dev/null +++ b/src/ldapcontroller.desktop @@ -0,0 +1,17 @@ +[Desktop Entry] +Encoding=UTF-8 +Exec=kcmshell ldapcontroller +Icon=tdmconfig +Type=Application + +X-KDE-ModuleType=Library +X-KDE-Library=ldapcontroller +X-KDE-HasReadOnlyMode=false +X-KDE-ParentApp=kcontrol + +[Desktop Entry] +Encoding=UTF-8 +Comment=A KControl tool for configuring an LDAP Realm Controller +Keywords=ldap controller +Name=LDAP Realm Controller +Categories=Qt;KDE;X-KDE-settings-components; |