aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-21 13:11:52 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-21 13:11:52 +0000
commitd2d9df15a658a6cd7af2a330c9bdc7966530c590 (patch)
treea36d5e269a2d0923c93b3a1cdd878867baa14d99
parent1be5961884f0c96243507b3e0675edadd8105575 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.2@292556 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/res_ldap.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample
index 6a31ced97..b9ab8dffc 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