Re: [systemd-devel] How to authenticate login using org.freedesktop.login1

2023-05-24 Thread Mantas Mikulėnas
On Wed, May 24, 2023 at 9:42 AM Lal, Arun wrote: > Hi All, > > > > I was trying to authenticate a user from a deamon running in my machine. > And I found systemd-login can be used. > > I went through documentation for interface org.freedesktop.login1, but I > am not clear on how it can be used. >

[systemd-devel] How to authenticate login using org.freedesktop.login1

2023-05-23 Thread Lal, Arun
Hi All, I was trying to authenticate a user from a deamon running in my machine. And I found systemd-login can be used. I went through documentation for interface org.freedesktop.login1, but I am not clear on how it can be used. Lets assume that there is a deamon called xyz running in my device