Index: /branches/1.2/NEWS
===================================================================
--- /branches/1.2/NEWS	(revision 367)
+++ /branches/1.2/NEWS	(revision 368)
@@ -1,4 +1,8 @@
 1.2.1 2007-?-?
 == NEWS ==
+
+== Ini Settings Changes ==
+ * new: xcache.admin.auth = On
+
 == ChangeLog ==
  * fixed #56: xcache_set segfaults when xcache.var_size=0
Index: /branches/1.2/xcache-zh-gb2312.ini
===================================================================
--- /branches/1.2/xcache-zh-gb2312.ini	(revision 367)
+++ /branches/1.2/xcache-zh-gb2312.ini	(revision 368)
@@ -11,4 +11,5 @@
 
 [xcache.admin]
+xcache.admin.auth = On
 xcache.admin.user = "mOo"
 ; xcache.admin.pass = md5($ÄúµÄÃÜÂë)
Index: /branches/1.2/xcache.c
===================================================================
--- /branches/1.2/xcache.c	(revision 367)
+++ /branches/1.2/xcache.c	(revision 368)
@@ -2340,5 +2340,5 @@
 	STD_PHP_INI_BOOLEAN("xcache.cacher",                 "1", PHP_INI_ALL,    OnUpdateBool,        cacher,            zend_xcache_globals, xcache_globals)
 	STD_PHP_INI_BOOLEAN("xcache.stat",                   "1", PHP_INI_ALL,    OnUpdateBool,        stat,              zend_xcache_globals, xcache_globals)
-	STD_PHP_INI_BOOLEAN("xcache.enable_auth",            "1", PHP_INI_SYSTEM, OnUpdateBool,        auth_enabled,      zend_xcache_globals, xcache_globals)
+	STD_PHP_INI_BOOLEAN("xcache.admin.enable_auth",      "1", PHP_INI_SYSTEM, OnUpdateBool,        auth_enabled,      zend_xcache_globals, xcache_globals)
 #ifdef HAVE_XCACHE_OPTIMIZER
 	STD_PHP_INI_BOOLEAN("xcache.optimizer",              "0", PHP_INI_ALL,    OnUpdateBool,        optimizer,         zend_xcache_globals, xcache_globals)
Index: /branches/1.2/xcache.ini
===================================================================
--- /branches/1.2/xcache.ini	(revision 367)
+++ /branches/1.2/xcache.ini	(revision 368)
@@ -11,4 +11,5 @@
 
 [xcache.admin]
+xcache.admin.auth = On
 xcache.admin.user = "mOo"
 ; xcache.admin.pass = md5($your_password)
