Thread

  1. pgsql: Update Solaris FAQ.

    momjian@postgresql.org — 2007-02-23T18:38:19Z

    Log Message:
    -----------
    Update Solaris FAQ.
    
    Zdenek Kotala
    
    Modified Files:
    --------------
        pgsql/doc:
            FAQ_Solaris (r1.23 -> r1.24)
            (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_Solaris.diff?r1=1.23&r2=1.24)
    
    
  2. Re: pgsql: Update Solaris FAQ.

    Peter Eisentraut <peter_e@gmx.net> — 2007-02-23T19:54:25Z

    Bruce Momjian wrote:
    > Log Message:
    > -----------
    > Update Solaris FAQ.
    
    Could someone please translate this to English first?
    
    -- 
    Peter Eisentraut
    http://developer.postgresql.org/~petere/
    
    
  3. Re: [HACKERS] pgsql: Update Solaris FAQ.

    Bruce Momjian <bruce@momjian.us> — 2007-02-23T20:29:41Z

    Peter Eisentraut wrote:
    > Bruce Momjian wrote:
    > > Log Message:
    > > -----------
    > > Update Solaris FAQ.
    > 
    > Could someone please translate this to English first?
    
    Updated text:
    
    9) Can I compile PostgreSQL with Kerberos v5 support?
    
    Kerberos is integrated in OpenSolaris and will be integrated in Solaris
    10u4. Kerberos v5 support is implemented by the GSS security libary
    which contains Kerberos v5 functions. However, the library is private
    and the interface might change without notice.
    
    -- 
      Bruce Momjian  <bruce@momjian.us>          http://momjian.us
      EnterpriseDB                               http://www.enterprisedb.com
    
      + If your life is a hard drive, Christ can be your backup. +
    
    
  4. Re: [HACKERS] pgsql: Update Solaris FAQ.

    Joshua D. Drake <jd@commandprompt.com> — 2007-02-23T20:31:45Z

    Bruce Momjian wrote:
    > Peter Eisentraut wrote:
    >> Bruce Momjian wrote:
    >>> Log Message:
    >>> -----------
    >>> Update Solaris FAQ.
    >> Could someone please translate this to English first?
    > 
    > Updated text:
    > 
    > 9) Can I compile PostgreSQL with Kerberos v5 support?
    > 
    > Kerberos is integrated in OpenSolaris and will be integrated in Solaris
    > 10u4. Kerberos v5 support is implemented by the GSS security libary
    > which contains Kerberos v5 functions. However, the library is private
    > and the interface might change without notice.
    
    That doesn't answer the question ;)
    
    Joshua D. Drake
    
    
    
    -- 
    
          === The PostgreSQL Company: Command Prompt, Inc. ===
    Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
    Providing the most comprehensive  PostgreSQL solutions since 1997
                 http://www.commandprompt.com/
    
    Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
    PostgreSQL Replication: http://www.commandprompt.com/products/
    
    
    
  5. Re: [HACKERS] pgsql: Update Solaris FAQ.

    Bruce Momjian <bruce@momjian.us> — 2007-02-23T23:22:10Z

    Joshua D. Drake wrote:
    > Bruce Momjian wrote:
    > > Peter Eisentraut wrote:
    > >> Bruce Momjian wrote:
    > >>> Log Message:
    > >>> -----------
    > >>> Update Solaris FAQ.
    > >> Could someone please translate this to English first?
    > > 
    > > Updated text:
    > > 
    > > 9) Can I compile PostgreSQL with Kerberos v5 support?
    > > 
    > > Kerberos is integrated in OpenSolaris and will be integrated in Solaris
    > > 10u4. Kerberos v5 support is implemented by the GSS security libary
    > > which contains Kerberos v5 functions. However, the library is private
    > > and the interface might change without notice.
    > 
    > That doesn't answer the question ;)
    
    Good point.  I think I need to just add "Yes," to the first sentence.
    
    -- 
      Bruce Momjian  <bruce@momjian.us>          http://momjian.us
      EnterpriseDB                               http://www.enterprisedb.com
    
      + If your life is a hard drive, Christ can be your backup. +
    
    
  6. Re: [HACKERS] pgsql: Update Solaris FAQ.

    Joshua D. Drake <jd@commandprompt.com> — 2007-02-23T23:23:50Z

    Bruce Momjian wrote:
    > Joshua D. Drake wrote:
    >> Bruce Momjian wrote:
    >>> Peter Eisentraut wrote:
    >>>> Bruce Momjian wrote:
    >>>>> Log Message:
    >>>>> -----------
    >>>>> Update Solaris FAQ.
    >>>> Could someone please translate this to English first?
    >>> Updated text:
    >>>
    >>> 9) Can I compile PostgreSQL with Kerberos v5 support?
    >>>
    >>> Kerberos is integrated in OpenSolaris and will be integrated in Solaris
    >>> 10u4. Kerberos v5 support is implemented by the GSS security libary
    >>> which contains Kerberos v5 functions. However, the library is private
    >>> and the interface might change without notice.
    >> That doesn't answer the question ;)
    > 
    > Good point.  I think I need to just add "Yes," to the first sentence.
    
    Yeah I think that will do it :)
    
    Joshua D. Drake
    
    
    
    
    -- 
    
          === The PostgreSQL Company: Command Prompt, Inc. ===
    Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
    Providing the most comprehensive  PostgreSQL solutions since 1997
                 http://www.commandprompt.com/
    
    Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
    PostgreSQL Replication: http://www.commandprompt.com/products/
    
    
    
  7. Re: [COMMITTERS] pgsql: Update Solaris FAQ.

    Henry B. Hotz <hotz@jpl.nasa.gov> — 2007-02-28T05:23:21Z

    Would you like a krb5.h file for Solaris 9-10 that will allow you to  
    "break into" the "hidden" library?
    
    Also S10u4 won't be out until this summer.  I'd say the answer is  
    currently "no".  It's known by Sun that Postgres will compile against  
    their Kerberos libraries though.
    
    On Feb 23, 2007, at 12:29 PM, Bruce Momjian wrote:
    
    > Peter Eisentraut wrote:
    >> Bruce Momjian wrote:
    >>> Log Message:
    >>> -----------
    >>> Update Solaris FAQ.
    >>
    >> Could someone please translate this to English first?
    >
    > Updated text:
    >
    > 9) Can I compile PostgreSQL with Kerberos v5 support?
    >
    > Kerberos is integrated in OpenSolaris and will be integrated in  
    > Solaris
    > 10u4. Kerberos v5 support is implemented by the GSS security libary
    > which contains Kerberos v5 functions. However, the library is private
    > and the interface might change without notice.
    >
    > -- 
    >   Bruce Momjian  <bruce@momjian.us>          http://momjian.us
    >   EnterpriseDB                               http:// 
    > www.enterprisedb.com
    
    ------------------------------------------------------------------------
    The opinions expressed in this message are mine,
    not those of Caltech, JPL, NASA, or the US Government.
    Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu