All of lore.kernel.org
 help / color / mirror / Atom feed
* Where do I pose login and password questions?
@ 2015-12-01 21:32 iSpinn
  2015-12-01 22:05 ` Jonathon Reinhart
  0 siblings, 1 reply; 2+ messages in thread
From: iSpinn @ 2015-12-01 21:32 UTC (permalink / raw)
  To: linux-newbie

I want to start an open discussion on the login process and password
security, specifically introducing a new paradigm for what the login
process and password format COULD look like, and how that different
process might work and be implemented.

What vger.kernel.org list is best to 1) let me do my due diligence to
search through its archives for prior work already suggested and 2) if
none is found, posing that new paradigm on that appropriate list for
discussion?

Thanks,

Doug P
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Where do I pose login and password questions?
  2015-12-01 21:32 Where do I pose login and password questions? iSpinn
@ 2015-12-01 22:05 ` Jonathon Reinhart
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathon Reinhart @ 2015-12-01 22:05 UTC (permalink / raw)
  To: iSpinn; +Cc: linux-newbie

Doug,

This is a Linux kernel mailing list; the Linux kernel knows nothing of
login methods, usernames, or passwords. The only thing the kernel
deals with are process UIDs and GIDs, which are set and read via the
(get|set)(uid|gid) and derivative system calls, as well as file/device
permissions. Login and authentication are handled in userspace. I
suggest you read more about the login process:

http://www.comptechdoc.org/os/linux/howlinuxworks/linux_hllogin.html

Cheers,

Jonathon Reinhart

On Tue, Dec 1, 2015 at 4:32 PM, iSpinn <ispinn@gmail.com> wrote:
>
> I want to start an open discussion on the login process and password
> security, specifically introducing a new paradigm for what the login
> process and password format COULD look like, and how that different
> process might work and be implemented.
>
> What vger.kernel.org list is best to 1) let me do my due diligence to
> search through its archives for prior work already suggested and 2) if
> none is found, posing that new paradigm on that appropriate list for
> discussion?
>
> Thanks,
>
> Doug P
> --
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-01 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-01 21:32 Where do I pose login and password questions? iSpinn
2015-12-01 22:05 ` Jonathon Reinhart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.