From: Leif Madsen Date: Wed, 29 Sep 2010 20:24:47 +0000 (+0000) Subject: Update sample documentation to note md5secret requirements. X-Git-Tag: 1.6.2.15-rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ea239b674f43f552c8c2194077eb85374ad79e;p=thirdparty%2Fasterisk.git Update sample documentation to note md5secret requirements. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@289334 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample index b02045f15c..6a31ced974 100644 --- a/configs/res_ldap.conf.sample +++ b/configs/res_ldap.conf.sample @@ -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