Switched off Kerberos support by default

SVN revision: 2408
This commit is contained in:
2011-04-01 10:29:17 +00:00
parent 3b485f0a4d
commit 9ea228ac3f
+1 -1
View File
@@ -24,7 +24,7 @@ RCDIR = $(ROOT)/etc/rc.d/init.d
# flag for SSL support
USE_SSL = 1
# flag for Kerberos support
# flag for Kerberos support, please turn on if you need Kerberos
USE_KRB5 = 0
#############################################################