]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: make 'admin' the default user
authorSage Weil <sage@newdream.net>
Wed, 21 Apr 2010 21:52:15 +0000 (14:52 -0700)
committerSage Weil <sage@newdream.net>
Wed, 21 Apr 2010 21:52:15 +0000 (14:52 -0700)
We don't create a 'guest' user anyway.

src/config.cc

index 7739fda2c2c89e462ee2f5a6b0aa232288f9cdac..4ea68b65545d2cf110ed1b71f4b2d936fac375f5 100644 (file)
@@ -49,7 +49,7 @@ static ExportControl *ec = NULL;
 
 static void fini_g_conf();
 
-const char *g_default_id = "guest";
+const char *g_default_id = "admin";
 
 void ceph_set_default_id(const char *id)
 {