Fork ubuntu-sso-client to connect login.ubuntukylin.com for Ubuntu Kylin single sign on.
It provides service through D-Bus same as ubuntu-sso-client. It is available under the:
* {{{com.ubuntukylin.sso}}} bus name, on the
* {{{/com/ubuntukylin/sso/credentials}}} object path.
Install:
1. Download the three .deb files;
2. sudo dpkg -i python-ubuntu-kylin-sso-client_0.1.0_all.deb ubuntu-kylin-sso-client_0.1.0_all.deb ubuntu-kylin-sso-client-qt_0.1.0_all.deb
Easy test:
1. DBus call "login" method of "com.ubuntukylin.sso.CredentialsManagement" with parameters "'UKID',{}". If already login, call "clear_credentials" with same parameters.
2. You can also run "/usr/lib/ubuntu-kylin-sso-client/ubuntu-kylin-sso-login" manually, and then call DBus methods via D-Feet or other such tools.