diff --git a/raddb/mods-available/ldap b/raddb/mods-available/ldap
index c9520f4..218e69d 100644
--- a/raddb/mods-available/ldap
+++ b/raddb/mods-available/ldap
@@ -73,7 +73,7 @@ ldap {
 		#			
 		# The StartTLS operation is supposed to be
 		# used with normal ldap connections instead of
-		# using ldaps (port 689) connections
+		# using ldaps (port 636) connections
 		start_tls = no
 
 		# cacertfile	= /path/to/cacert.pem
diff --git a/src/tests/eapsim-03/radiusd-example.txt b/src/tests/eapsim-03/radiusd-example.txt
index 2e0a402..4e551bc 100644
--- a/src/tests/eapsim-03/radiusd-example.txt
+++ b/src/tests/eapsim-03/radiusd-example.txt
@@ -709,7 +709,7 @@ modules {
 		# to the LDAP database by using the StartTLS extended
 		# operation.
 		# The StartTLS operation is supposed to be used with normal
-		# ldap connections instead of using ldaps (port 689) connections
+		# ldap connections instead of using ldaps (port 636) connections
 		start_tls = no
 
 		# default_profile = "cn=radprofile,ou=dialup,o=My Org,c=UA"
