search for: afs_flags

Displaying 2 results from an estimated 2 matches for "afs_flags".

Did you mean: fs_flags
1999 Mar 11
2
AFS on samba 2.0.2
...lable Url : http://lists.samba.org/archive/samba/attachments/19990311/b26cb0bf/pass_check.c.bin -------------- next part -------------- --- configure Fri Feb 12 08:49:28 1999 +++ configure.orig Sat Feb 6 15:51:52 1999 @@ -8685,10 +8685,6 @@ #define WITH_AFS 1 EOF -afs_base='/usr/afsws' -afs_flags='-I${AFS_BASE}/include' -afs_libdir='${AFS_BASE}/lib' -afs_libs='-L${AFS_LIBDIR} -L${AFS_LIBDIR}/afs -lkauth -lprot -lubik -laudit -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err $(AFS_LIBDIR)/afs/util.a' ;; *) echo "$ac_t""no" 1>&6 @@...
1998 Oct 15
1
Problem to map home dir
...ion. RedHat Linux uses PAM. # If you use PAM, then uncomment the following lines: # PAM_FLAGS = -DUSE_PAM # PAM_LIBS = -ldl -lpam # This is for AFS authentication. If you use AFS then set AFS_BASE # according to your system layout, and uncomment the other lines as well. # AFS_BASE = /usr/afsws # AFS_FLAGS = -DAFS_AUTH -I$(AFS_BASE)/include # AFS_LIBDIR = $(AFS_BASE)/lib # NOTE: You may need to add -laudit in the line below # AFS_LIBS = -L$(AFS_LIBDIR) -L$(AFS_LIBDIR)/afs -lkauth -lprot -lubik \ # -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err \ # $(AFS_LIBDIR)/afs/util...