AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  AIX PaG Vs UID

    Posted Mon June 14, 2010 07:35 AM

    Originally posted by: vishypat


    In AIX, I plan to have my own login application with kerberos ? How can I write this. Also should I use UID based creds or Pag based creds? what are the API's - any help ?


  • 2.  Re: AIX PaG Vs UID

    Posted Mon June 14, 2010 10:52 AM

    Originally posted by: rsandeep


    I would recommend to take a look at the following article which list relevent API's.

    Kerberos authentication for AIX Version 5.3 Network File System Version 4
    http://www.ibm.com/developerworks/aix/library/au-kerberonfs.html
    Depending on the requirement, you can either choose to use the UID-based credentials cache, which is common to all processes for a given user, or a PAG-based credential cache unique to a process. Likewise, either you'll need to make use of the UID-based AIX APIs or the PAG-based AIX APIs to form the credential cache file that store the Kerberos credentials - But PAG based is more granular.

    Hope this helps

    Sandeep.


  • 3.  Re: AIX PaG Vs UID

    Posted Mon June 14, 2010 04:43 PM

    Originally posted by: vishypat


    Allright - let me go through the article - thx for the link.


  • 4.  Re: AIX PaG Vs UID

    Posted Thu June 17, 2010 09:22 PM

    Originally posted by: vishypat


    Thanks - it helped.