Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Mar 2004 17:21:59 +0100
From:      Guy Van Sanden <n.b@myrealbox.com>
To:        freebsd-questions@freebsd.org
Subject:   UW-Imap build question
Message-ID:  <1078417318.6380.3.camel@cronos.home.vsb>

next in thread | raw e-mail | index | archive | help
I read that I can get uw-imap to work with Kerberos b compiling nlp with
EXTRAAUTHENTICATORS=gss

Can I still do this through the port, and how?


3.10 How do I configure Kerberos V5?

        imap-2002 supports client and server functionality on UNIX and
        32-bit Windows. 
        
        Kerberos V5 is supported by default in Windows 2000 builds:
        
         nmake -f makefile.w2k
        
        Other builds require that a third-party Kerberos package, e.g.
        MIT Kerberos, be installed on the system first.
        
        To build with Kerberos V5 on UNIX, include
        EXTRAAUTHENTICATORS=gss in the make command line, e.g.
        
         make lnp EXTRAAUTHENTICATORS=gss
        
        To build with Kerberos V5 on Windows 9x, Windows Millenium, and
        NT4, use the "makefile.ntk" file instead of "makefile.nt":
        
         nmake -f makefile.ntk
-- 
______________________________________________________________________  

  Guy Van Sanden 
  http://unixmafia.port5.com  

  Registered Linux user #249404 - September 1997
______________________________________________________________________



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1078417318.6380.3.camel>