[asterisk-commits] lmadsen: branch 1.6.2 r292556 - /branches/1.6.2/configs/res_ldap.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 21 08:11:55 CDT 2010


Author: lmadsen
Date: Thu Oct 21 08:11:52 2010
New Revision: 292556

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=292556
Log:
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)

Modified:
    branches/1.6.2/configs/res_ldap.conf.sample

Modified: branches/1.6.2/configs/res_ldap.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/configs/res_ldap.conf.sample?view=diff&rev=292556&r1=292555&r2=292556
==============================================================================
--- branches/1.6.2/configs/res_ldap.conf.sample (original)
+++ branches/1.6.2/configs/res_ldap.conf.sample Thu Oct 21 08:11:52 2010
@@ -70,7 +70,7 @@
 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 = 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 @@
 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




More information about the asterisk-commits mailing list