]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 289334 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Wed, 29 Sep 2010 20:27:25 +0000 (20:27 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Wed, 29 Sep 2010 20:27:25 +0000 (20:27 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r289334 | lmadsen | 2010-09-29 15:24:47 -0500 (Wed, 29 Sep 2010) | 1 line

  Update sample documentation to note md5secret requirements.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@289336 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/res_ldap.conf.sample

index 6d5e832ba00c5ac4c5a123aa6cc12e6f7d597ae1..7f2caeff14dc84882da7d15522ced6a776df2b2e 100644 (file)
@@ -83,7 +83,8 @@ fullcontact = gecos
 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
@@ -118,7 +119,8 @@ fullcontact = AstAccountFullContact
 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
@@ -154,7 +156,8 @@ fullcontact = gecos
 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