[OpenAFS] gssklog

Nicolas Williams Nicolas.Williams@sun.com
Tue, 26 Aug 2003 10:12:16 -0700


On Tue, Aug 26, 2003 at 09:38:26AM -0500, Douglas E. Engert wrote:
> These would be in the gss libraries supplied by MIT, Hiemdal or the Sun SEAM.
> 
> You will need to add when you run configure:
> 
> --with-gss-lib-dir=/usr/lib
> --with-gss-lib-name=gss
> 
> I don't have SEAM setup on any systems but this compiles and links 
> on a 5.8 system:
> 
> ../src/configure \
>   --with-gss-lib-dir=/usr/lib \
>   --with-gss-lib-name=gss \
>   --with-tcp-wrappers=/afs/anl.gov/appl/wrapper-7.6/@sys \
>   --enable-server \
>   --enable-pam \
>   --with-server-extra-ldflags=/usr/afsws/lib/libdes.a 
> 
> This will use the /etc/gss configuration files to select which mech to try.
> There maybe a way to use the Kerberos only version. 
> See "man mech"
> 
> Maybe someone who has imlemented SEAM could say something here.

Yes, Solaris' GSS-API implementation lives in libgss.so.

The first entry in /etc/gss/mech corresponds to the default mechanism
wherever GSS_C_NULL_OID refers to the default mechanism.

Cheers,

Nico
--