You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/12/20 07:10:36 UTC

svn commit: r122823 - /incubator/directory/kerberos/trunk/main/kerberos.properties

Author: akarasulu
Date: Sun Dec 19 22:10:34 2004
New Revision: 122823

URL: http://svn.apache.org/viewcvs?view=rev&rev=122823
Log:
changed port to 88 and disabled protocol in Eve backend so debugging is easier for now
Modified:
   incubator/directory/kerberos/trunk/main/kerberos.properties

Modified: incubator/directory/kerberos/trunk/main/kerberos.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/kerberos/trunk/main/kerberos.properties?view=diff&rev=122823&p1=incubator/directory/kerberos/trunk/main/kerberos.properties&r1=122822&p2=incubator/directory/kerberos/trunk/main/kerberos.properties&r2=122823
==============================================================================
--- incubator/directory/kerberos/trunk/main/kerberos.properties	(original)
+++ incubator/directory/kerberos/trunk/main/kerberos.properties	Sun Dec 19 22:10:34 2004
@@ -1,4 +1,4 @@
-kdc.default.port         = 1088
+kdc.default.port         = 88
 
 # -----------------------------------------------------------------------------
 # Kerberos Specific Properties
@@ -61,7 +61,7 @@
 # ObjectClass attribute values for the partition root at dc=example,dc=com
 eve.db.partition.attributes.example.dc =example
 eve.db.partition.attributes.example.objectClass =top domain example
-
+eve.net.disable.protocol=true
 
 
 # -----------------------------------------------------------------------------