Displaying 2 results from an estimated 2 matches for "krb5_flag".
Did you mean:
krb5_flags
1997 Dec 07
3
KerbNet!
I want to thank whoever mentioned KerbNet by Cygnus Solutions! Wowza!
I recommend that people check it out. It lets you implement Kerberos
under UNIX and NT, and have them work together (so you have one *unified*
security system that is used by both your NT and UNIX boxes).
It's at http://www.cygnus.com/product/kerbnet-index.html
It also does authentication *without* sending passwords over
1998 Oct 15
1
Problem to map home dir
...Distributed Filesystem.
# DCE_BASE = /opt/dcelocal
# DCE_FLAGS = -DDFS_AUTH -I$(DCE_BASE)/include
# DCE_LIBDIR = -L$(DCE_BASE)/lib
# DCE_LIBS =
# This is for Kerberos 5 authentication. Contributed by Nathan Neulinger
# Univ. of Missouri - Rolla <nneul@umr.edu>
# KRB5_BASE = /usr/local/krb5
# KRB5_FLAGS = -DKRB5_AUTH -I$(KRB5_BASE)/include
# KRB5_LIBS = -L$(KRB5_BASE)/lib -ldes425 -lkrb5 -lcrypto -lcom_err
# This is for Kerberos 4 authentication. Contributed by Johan Hedin
# Royal Institute of Technology, <johanh@fusion.kth.se>
# KRB4_BASE = /usr/athena
# KRB4_FLAGS = -DKRB4_AUTH -I$(KRB4_...