]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update sample documentation to note md5secret requirements.
authorLeif Madsen <leif@leifmadsen.com>
Wed, 29 Sep 2010 20:24:47 +0000 (20:24 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Wed, 29 Sep 2010 20:24:47 +0000 (20:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@289334 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/res_ldap.conf.sample

index b02045f15c71e85352c4e00194c63de705954719..6a31ced974f2a6e533c6bd982f0782b2e7659033 100644 (file)
@@ -70,7 +70,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
@@ -105,7 +106,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
@@ -141,7 +143,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