Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-09 Thread Will Kostelecky
Don: Thanks for your advice. First on the parameters. I did try the auth sufficient pam_succeed_if.so user ingroup nopasswdlogin parameter a while ago and it did not make any difference. I think whoever did the image for the BBB used the timed login to make sure some startup stuff

Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-09 Thread Will Kostelecky
Don: Thanks for your help... there is obviously something going on under the covers that I just don't want to invest the time right now to try and debug. I hope that it is something simple and that someone that has it working in Angstrom world can help with. Running as root for now as that

[beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-08 Thread Will Kostelecky
After a lot more research it does seem like all that should be necessary is to have these lines... [daemon] TimedLoginEnable=true TimedLogin=username TimedLoginDelay=10 ...in /etc/gdm/custom.conf. I have booted my BBB from a fresh flash, added my own user, changed the above to reflect the

Re: [beagleboard] Re: Passwordless login to GDM for user other than root

2013-11-08 Thread Don deJuan
On 11/08/2013 06:29 AM, Will Kostelecky wrote: After a lot more research it does seem like all that should be necessary is to have these lines... [daemon] TimedLoginEnable=true TimedLogin=username TimedLoginDelay=10 ...in /etc/gdm/custom.conf. I have booted my BBB from a fresh flash,