From: Alan T. DeKok Date: Sun, 15 Apr 2012 12:04:16 +0000 (+0200) Subject: Document "port" entry for LDAP X-Git-Tag: release_2_2_0~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7902194c069e237123836ec951a98e8cb9b07a;p=thirdparty%2Ffreeradius-server.git Document "port" entry for LDAP --- diff --git a/raddb/modules/ldap b/raddb/modules/ldap index 5351a81db3f..41877395ec6 100644 --- a/raddb/modules/ldap +++ b/raddb/modules/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