Browse Source

auth_identity: added remarks section with note about libcurl leak on centos 6

- based on GH #853
Daniel-Constantin Mierla 8 years ago
parent
commit
bff8cbb0a0
1 changed files with 11 additions and 0 deletions
  1. 11 0
      modules/auth_identity/doc/auth_identity.xml

+ 11 - 0
modules/auth_identity/doc/auth_identity.xml

@@ -225,5 +225,16 @@ route[VERIFY]
 ...
 ]]></programlisting>
 	</section>
+	<section id="auth_identity.s.remarks">
+		<title>Remarks</title>
+		<para>
+			Note: libcurl leak in CentOS 6 - this module uses libcurl library
+			and in case if you are using CentOS 6, be aware that standard
+			libcurl-7.19.7-52 has a memory leak. To fix this memory, install
+			libcurl from city-fan repository. More details at:
+			<ulink url="https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6">
+				https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6</ulink>
+		</para>
+	</section>
 	</chapter>
 </book>