From: Leif Madsen Date: Thu, 21 Oct 2010 13:11:52 +0000 (+0000) Subject: Change res_ldap.sample.conf to match the schema. X-Git-Tag: 1.6.2.15-rc1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f8fcaa8089d7e309f989861e83b0c6317b7724;p=thirdparty%2Fasterisk.git Change res_ldap.sample.conf to match the schema. (closes issue #17376) Reported by: jcovert Patches: res_ldap.conf.sample.patch uploaded by jcovert (license 551) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@292556 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample index 6a31ced974..b9ab8dffc6 100644 --- a/configs/res_ldap.conf.sample +++ b/configs/res_ldap.conf.sample @@ -70,7 +70,7 @@ fullcontact = gecos host = AstAccountHost insecure = AstAccountInsecure mailbox = AstAccountMailbox -md5secret = realmedPassword ; Must be an MD5 hash. Field value can start with +md5secret = AstAccountRealmedPassword ; Must be an MD5 hash. Field value can start with ; {md5} but it is not required. nat = AstAccountNAT deny = AstAccountDeny @@ -106,7 +106,7 @@ fullcontact = AstAccountFullContact fullcontact = gecos host = AstAccountHost mailbox = AstAccountMailbox -md5secret = realmedPassword ; Must be an MD5 hash. Field value can start with +md5secret = AstAccountRealmedPassword ; Must be an MD5 hash. Field value can start with ; {md5} but it is not required. deny = AstAccountDeny permit = AstAccountPermit @@ -143,7 +143,7 @@ fullcontact = gecos host = AstAccountHost insecure = AstAccountInsecure mailbox = AstAccountMailbox -md5secret = realmedPassword ; Must be an MD5 hash. Field value can start with +md5secret = AstAccountRealmedPassword ; Must be an MD5 hash. Field value can start with ; {md5} but it is not required. nat = AstAccountNAT deny = AstAccountDeny