OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 16efd65f36c162acfcf8ce18857a244542e5f83b
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Dec 2009 22:38:36 -0800 (PST)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 16efd65f36c162acfcf8ce18857a244542e5f83b
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Fri Jul 24 12:58:26 2009 -0400
Running bos -noauth should not require client CellServDB configuration
When setting up a new cell, the admin is instructed to use "bos -noauth"
to configure the servers and only afterwards create the client configuration.
This leads to a catch-22 since currently bos -noauth fails if there is no
client configuration even though it is not required.
This change avoids the call to afsconf_Open() which is only required
if tokens are being acquired.
FIXES 125156
Reviewed-on: http://gerrit.openafs.org/209
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit e435e248f44c46866cb73db185b9548c0bd148b4)
Change-Id: I5a40091410bcc4b28fce04b7cd65ae797b3d8ed0
Reviewed-on: http://gerrit.openafs.org/942
Tested-by: Derrick Brashear <shadow@dementia.org>
src/bozo/bos.c | 58 ++++++++++++++++++++++++++++---------------------------
1 files changed, 30 insertions(+), 28 deletions(-)
--
OpenAFS Master Repository