Re: unified authentication

From: Tillman Hodgson (tillman_at_seekingfire.com)
Date: 09/25/03

  • Next message: Jason Stone: "Re: unified authentication"
    Date: Wed, 24 Sep 2003 16:31:27 -0600
    To: freebsd-security@freebsd.org
    
    

    On Wed, Sep 24, 2003 at 05:25:59PM -0400, Jesse Guardiani wrote:
    > Tillman Hodgson wrote:
    > > NIS (for authorization info) with Kerberos 5 (for authentication)
    >
    > What's the difference between authorization and authentication?
    > I thought Kerberos handled authorization by itself

    Kerberos handles authentication ("Prove that you are who you say you
    are"). It does not handle authorization ("What are you allowed to do")
    or auditing ("what have you done").

    Authorization is also concerned with meta-data, like a user's home
    directory, preferred shell, etc.

    /etc/passwd, NIS, LDAP, and others are typically used for authorization.
    For example, sshd won't let you log in unless you have a valid entry in
    /etc/passwd (or whatever scheme you're using). As an example of "other",
    ftpd checks /etc/ftpusers to see who is not allowed to log in. Having a
    valid Kerberos ticket doesn't circumvent these authorization
    mechanisms.

    As far as auditing go, most daemons write a log of who did what. Just be
    aware that Kerberos doesn't magically centralize this into a master
    audit log.

    > > provides decent cryptography and wide platform support. Cisco supports
    > > Kerberos.
    >
    > Although not very solidly according to other posts on this topic.

    I missed the beginning of the thread so I can't speak to that.

    > >> Once I get authentication working, how do I handle
    > >> the creation of home directories and basic user
    > >> files across multiple machines?
    > >>
    > >> Do I need to start running NFS, or is there a more
    > >> elegant solution?
    > >
    > > OpenAFS, very elegant solution.
    >
    > Could you explain why OpenAFS is a more elegant solution than
    > NFS?

    See the thread in teh archvies entitled "AFS Server and Client" from May
    6-8 of this year on freebsd-questions@.

    -T

    -- 
    Belief gets in the way of learning.
    	- Robert Heinlein
    _______________________________________________
    freebsd-security@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-security
    To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
    

  • Next message: Jason Stone: "Re: unified authentication"

    Relevant Pages

    • Re: application pool custom identity
      ... Kerberos becomes a possibility when the web server is in a Domain, ... The problem happens when the browser/server selects Kerberos authentication, ... LocalSystem credentials will work for Kerberos; custom AppPool Identity ... Authorization. ...
      (microsoft.public.inetserver.iis)
    • Re: Kerberos and Microsoft products ?
      ... >} Subject: Kerberos and Microsoft products? ... > authorization data from the certificate all the way to the AP-REQ sent ... understand the strategic importance of authentication and particularly ... The architecture Ronnie suggests is probably spot-on. ...
      (comp.protocols.kerberos)
    • Re: Email/Calendar/LDAP
      ... We are migrating towards Kerberos for authentication and still wanting to use ldap for authorization, but JES mail/calendar doesn't support Kerberos. ... Currently all is run on a single T2000, which handles the load easily, but I would like to move towards a separate box for each service and be able to scale it easily for performance and redundancy. ...
      (RedHat)
    • Re: Kerberized authorization service
      ... You could backend such a thing with LDAP or whatever you want ... the mail server could have an shell group with one ... While this could no doubt be made to work, it would tie the authorization ... I only have a very basic understanding of Kerberos but I'd love to help or at ...
      (comp.protocols.kerberos)
    • Re: Kerberized authorization service
      ... on an open-architecture authorization model and API. ... conceptually presented via an animated graphic on slide 8. ... in the Kerberos community have seen similar reactions to mine. ... During our authz server prototype work, ...
      (comp.protocols.kerberos)