From: Alan T. DeKok Date: Sun, 15 Apr 2012 12:04:16 +0000 (+0200) Subject: Document "port" entry for LDAP X-Git-Tag: release_3_0_0_beta0~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42303216a49160df85cd806e7a81df75e27df62b;p=thirdparty%2Ffreeradius-server.git Document "port" entry for LDAP --- diff --git a/raddb/mods-available/ldap b/raddb/mods-available/ldap index c9520f47293..39299b45425 100644 --- a/raddb/mods-available/ldap +++ b/raddb/mods-available/ldap @@ -42,6 +42,11 @@ ldap { # every authentication request. ldap_connections_number = 5 + # Port to connect on, defaults to 389. Setting this to + # 636 will enable LDAPS if start_tls (see below) is not + # able to be used. + #port = 389 + # seconds to wait for LDAP query to finish. default: 20 timeout = 4