[asterisk-commits] lmadsen: branch 1.6.2 r289334 - /branches/1.6.2/configs/res_ldap.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 29 15:24:51 CDT 2010


Author: lmadsen
Date: Wed Sep 29 15:24:47 2010
New Revision: 289334

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=289334
Log:
Update sample documentation to note md5secret requirements.

Modified:
    branches/1.6.2/configs/res_ldap.conf.sample

Modified: branches/1.6.2/configs/res_ldap.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configs/res_ldap.conf.sample?view=diff&rev=289334&r1=289333&r2=289334
==============================================================================
--- branches/1.6.2/configs/res_ldap.conf.sample (original)
+++ branches/1.6.2/configs/res_ldap.conf.sample Wed Sep 29 15:24:47 2010
@@ -70,7 +70,8 @@
 host = AstAccountHost
 insecure = AstAccountInsecure
 mailbox = AstAccountMailbox
-md5secret = realmedPassword
+md5secret = realmedPassword		; Must be an MD5 hash. Field value can start with
+					; {md5} but it is not required.
 nat = AstAccountNAT
 deny = AstAccountDeny
 permit = AstAccountPermit
@@ -105,7 +106,8 @@
 fullcontact = gecos
 host = AstAccountHost
 mailbox = AstAccountMailbox
-md5secret = realmedPassword
+md5secret = realmedPassword		; Must be an MD5 hash. Field value can start with
+					; {md5} but it is not required.
 deny = AstAccountDeny
 permit = AstAccountPermit
 port = AstAccountPort
@@ -141,7 +143,8 @@
 host = AstAccountHost
 insecure = AstAccountInsecure
 mailbox = AstAccountMailbox
-md5secret = realmedPassword
+md5secret = realmedPassword		; Must be an MD5 hash. Field value can start with
+					; {md5} but it is not required.
 nat = AstAccountNAT
 deny = AstAccountDeny
 permit = AstAccountPermit




More information about the asterisk-commits mailing list