[BACK]Return to README CVS log [TXT][DIR] Up to [local] / src / kerberosV

Diff for /src/kerberosV/Attic/README between version 1.10 and 1.11

version 1.10, 2001/06/26 05:59:39 version 1.11, 2001/06/26 19:09:31
Line 1 
Line 1 
 Warning  Maintainer
 =======  ==========
   
 This is experimental stuff, don't expect things to work correctly at this  Please contact <hin@openbsd.org> if you have questions or problems.
 point. Please contact <hin@openbsd.org> if you have questions about the  
 kerberosV stuff.  
   
   
 Status of the code  Status of the code
 ==================  ==================
   
 The current status is that the libraries, KDC, kadmind, some basic  This code is currently beta quality code, but seems to work quite well.
 administrators and users utilities, and the telnet client and server works.  Heimdal is used by several large University and Commercial sites.
   
   
 Building  Building
 ========  ========
   
 To build this stuff, do the following:  The kerberosV directory is now fully a part of the buildsystem, and a
   regular "make build" process is the correct way to compile it.
   
 # echo "KERBEROS5=Yes" >> /etc/mk.conf  
 # cd /usr/src/kerberosV  
 # make build  
   
 To get a telnet client and server with kerberos5 support, do the following:  
   
 # cd /usr/src/lib/libtelnet  
 # make ; make install  
 # cd /usr/src/usr.bin/telnet  
 # make ; make install  
 # cd /usr/src/libexec/telnetd  
 # make ; make install  
   
 The krb5.conf and krb5.keytab files have recently been moved to  The krb5.conf and krb5.keytab files have recently been moved to
 /etc/kerberosV directory. If you've previously used this code you should  /etc/kerberosV directory. If you've previously used this code you should
 move those files.  move those files.
Line 48 
Line 34 
 ========  ========
   
 There's also a BSD Authentication login script in src/libexec/login_krb5,  There's also a BSD Authentication login script in src/libexec/login_krb5,
 which you can build by typing  but they are not enabled by default. Refer to login.conf(5), login(1),
   login_krb5(8) and login_krb5-or-pwd(8) for more information on how to
 # cd /usr/src/libexec/login_krb5  enable them.
 # make ; make install  
 # cd /usr/src/libexec/login_krb5-or-pwd  
 # make ; make install  
   
 Make sure to also rebuild su and login, or things will _seriously_ break.  
   
 Refer to login.conf(5), login(1), login_krb5(8) and login_krb5-or-pwd(8)  
 for more information.  
   
   
 TODO  TODO

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11