Date: Sun Sep 7 16:36:12 2003 Author: vlendec Update of /data/cvs/samba/source In directory dp.samba.org:/tmp/cvs-serv7253
Modified Files: Tag: SAMBA_3_0 Makefile.in configure.in Log Message: 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 Revisions: Makefile.in 1.468.2.176 => 1.468.2.177 http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.176&r2=1.468.2.177 configure.in 1.300.2.160 => 1.300.2.161 http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.300.2.160&r2=1.300.2.161