Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have setup Kerberos authentication by correcting /etc/krb5.conf after installing libpam-krb5 and the krb5 tools package. With this I am able to authenticate to kerb just fine as long as there is a local account with the same username. Is there a method of self-creating a username upon success of authentication through kerberos, or perhaps defaulting to a specific local username so there doesn't have to be a pre-defined local account created for each individual?
normally you'd use ldap or, to a lesser extent, nis to hold the user data. That's the option you need to take really. I would assume you have a suitable system already available for this as kerberos must be running against it. If you have local accounts then you'll have mismatched UID's across systems and all sorts of mess.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.