]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add link for draft-sterman-aaa-sip-01 in raddb/mods-available/digest
authorJorge Pereira <jpereiran@gmail.com>
Wed, 30 Jan 2019 18:04:18 +0000 (16:04 -0200)
committerJorge Pereira <jpereiran@gmail.com>
Wed, 30 Jan 2019 18:04:18 +0000 (16:04 -0200)
raddb/mods-available/digest

index b36e7c1e61d97c095c6836a521a7662e229b2610..7e2e55ccc4366f66b37509d3e1afbf8916f4b549 100644 (file)
@@ -8,18 +8,16 @@
 #
 #  The `digest` module is used for performing authentication against a Cisco SIP server.
 #
-#  NOTE: Digest authentication is standardized in `RFC 5090`.
-#  However, most implementations do not use that.  Instead, they
-#  implement the draft given below.
-#
-#  See `doc/rfc/draft-sterman-aaa-sip-00.txt' for more details.
-#
-#  NOTE: The `digest` module currently has no configuration.
+#  TIP: Digest authentication is standardized in `RFC 5090`. However, most implementations
+#  do not use that.    Instead, they implement the draft
+#  as can be seen at `draft-sterman-aaa-sip-01` for more details.
 #
 
 #
 #  ## Default instance
 #
+#  This module takes no configuration.
+#
 digest {
 
 }