OpenAFS Master Repository branch, master, updated. e435e248f44c46866cb73db185b9548c0bd148b4
Gerrit Code Review
gerrit@openafs.org
Fri, 24 Jul 2009 11:33:25 -0700 (PDT)
The following commit has been merged in the master branch:
commit e435e248f44c46866cb73db185b9548c0bd148b4
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>
src/bozo/bos.c | 58 ++++++++++++++++++++++++++++---------------------------
1 files changed, 30 insertions(+), 28 deletions(-)
--
OpenAFS Master Repository