[svn-commits] junky: branch junky/iax2_sha1 r41223 - /team/junky/iax2_sha1/configs/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Aug 26 20:08:00 MST 2006


Author: junky
Date: Sat Aug 26 22:08:00 2006
New Revision: 41223

URL: http://svn.digium.com/view/asterisk?rev=41223&view=rev
Log:
added sha1 to iax.conf.sample to let know users they can now use SHA1 for authentication in IAX2

Modified:
    team/junky/iax2_sha1/configs/iax.conf.sample

Modified: team/junky/iax2_sha1/configs/iax.conf.sample
URL: http://svn.digium.com/view/asterisk/team/junky/iax2_sha1/configs/iax.conf.sample?rev=41223&r1=41222&r2=41223&view=diff
==============================================================================
--- team/junky/iax2_sha1/configs/iax.conf.sample (original)
+++ team/junky/iax2_sha1/configs/iax.conf.sample Sat Aug 26 22:08:00 2006
@@ -306,8 +306,8 @@
 ; so that when you receive a call you set the Caller*ID to be what you want
 ; instead of trusting what the remote user provides
 ;
-; There are three authentication methods that are supported:  md5, plaintext,
-; and rsa.  The least secure is "plaintext", which sends passwords cleartext
+; There are four authentication methods that are supported:  md5, plaintext,
+; rsa and sha1.  The least secure is "plaintext", which sends passwords cleartext
 ; across the net.  "md5" uses a challenge/response md5 sum arrangement, but
 ; still requires both ends have plain text access to the secret.  "rsa" allows
 ; unidirectional secret knowledge through public/private keys.  If "rsa"
@@ -328,7 +328,7 @@
 ;type=user
 ;context=default
 ;context=local
-;auth=md5,plaintext,rsa
+;auth=md5,plaintext,rsa,sha1
 ;secret=markpasswd
 ;setvar=foo=bar
 ;dbsecret=mysecrets/place	; Secrets can be stored in astdb, too



More information about the svn-commits mailing list