GNOME Bugzilla – Bug 652074
Implement NTLM credential dbus interface
Last modified: 2012-09-19 08:32:40 UTC
There's a need to be able to do NTLM challenges using the master password of the various keyrings. This bug will track progress on that.
I've prototyped an interface and implementation here: http://cgit.collabora.com/git/user/stefw/gnome-keyring.git/log/?h=ntlm-credentials It adds a new interface called org.gnome.keyring.Credential.Ntlm to collection objects. With the following methods: StartChallenge(OUT output:ay) SignChallenge(IN input:ay, OUT output:ay) This depends on the work in bug 652070.
Sadly the person working on this lost interest and didn't complete the work. If there is further interest, please reopen.
Created attachment 224710 [details] [review] Rebased on master. Is there still interest in this? Rough implementation of Ntlm Credentials * Implemented as a dbus interface on the colleciton object. * No actual NTLM implementation yet.
Created attachment 224711 [details] [review] Rough implementation of Ntlm Credentials * Implemented as a dbus interface on the colleciton object. * No actual NTLM implementation yet.