Nobody complained on the team-list, so commit it ...
authorVolker Lendecke <vlendec@samba.org>
Sun, 7 Sep 2003 16:36:13 +0000 (16:36 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 7 Sep 2003 16:36:13 +0000 (16:36 +0000)
commit5775690ee8e17d3e98355b5147e4aed47e8dc213
tree4e518238ccaa43ccd3511e4aea8e8fb5f4ffbf7a
parentf094555ed9d4f72841869e79037d6ff980ebe324
Nobody complained on the team-list, so commit it ...

This implements some kind of improved AFS support for Samba on Linux with
OpenAFS 1.2.10. ./configure --with-fake-kaserver assumes that you have
OpenAFS on your machine. To use this, you have to put the AFS server's KeyFile
into secrets.tdb with 'net afskey'. If this is done, on each tree connect
smbd creates a Kerberos V4 ticket suitable for use by the AFS client and
gives it to the kernel via the AFS syscall. This is meant to be very
light-weight, so I did not link in a whole lot of libraries to be more
platform-independent using the ka_SetToken function call.

Volker
source/Makefile.in
source/configure.in
source/include/secrets.h
source/lib/afs.c [new file with mode: 0644]
source/passdb/secrets.c
source/smbd/service.c
source/utils/net.c
source/utils/net_help.c