From owner-freebsd-stable Thu Oct 9 13:31:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA27317 for stable-outgoing; Thu, 9 Oct 1997 13:31:27 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from mail.uniserve.com (dns1-van.uniserve.com [204.244.163.48]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA27310 for ; Thu, 9 Oct 1997 13:31:25 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.210.252] by mail.uniserve.com with smtp (Exim 1.70 #1) id 0xJPEh-0003d3-00; Thu, 9 Oct 1997 13:31:07 -0700 Date: Thu, 9 Oct 1997 13:31:03 -0700 (PDT) From: Tom To: Jerry Hicks cc: Dylan Northrup , stable@freebsd.org Subject: Re: password question In-Reply-To: <343D3DD7.DEA0D05B@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 9 Oct 1997, Jerry Hicks wrote: > > What kind of passwords does AIX use? If it DES, you're set. > > My guess would be Kerberos, considering its origin... Kerberos is an authentication scheme not a password encryption format (in fact, I believe that Kerberos even uses DES for its internal password lists, but that is another matter). Tom