mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 07:01:07 +00:00
Merged revisions 292556 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r292556 | lmadsen | 2010-10-21 08:11:52 -0500 (Thu, 21 Oct 2010) | 6 lines 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.8@292557 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -83,7 +83,7 @@ fullcontact = gecos
|
|||||||
host = AstAccountHost
|
host = AstAccountHost
|
||||||
insecure = AstAccountInsecure
|
insecure = AstAccountInsecure
|
||||||
mailbox = AstAccountMailbox
|
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.
|
; {md5} but it is not required.
|
||||||
nat = AstAccountNAT
|
nat = AstAccountNAT
|
||||||
deny = AstAccountDeny
|
deny = AstAccountDeny
|
||||||
@@ -119,7 +119,7 @@ fullcontact = AstAccountFullContact
|
|||||||
fullcontact = gecos
|
fullcontact = gecos
|
||||||
host = AstAccountHost
|
host = AstAccountHost
|
||||||
mailbox = AstAccountMailbox
|
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.
|
; {md5} but it is not required.
|
||||||
deny = AstAccountDeny
|
deny = AstAccountDeny
|
||||||
permit = AstAccountPermit
|
permit = AstAccountPermit
|
||||||
@@ -156,7 +156,7 @@ fullcontact = gecos
|
|||||||
host = AstAccountHost
|
host = AstAccountHost
|
||||||
insecure = AstAccountInsecure
|
insecure = AstAccountInsecure
|
||||||
mailbox = AstAccountMailbox
|
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.
|
; {md5} but it is not required.
|
||||||
nat = AstAccountNAT
|
nat = AstAccountNAT
|
||||||
deny = AstAccountDeny
|
deny = AstAccountDeny
|
||||||
|
|||||||
Reference in New Issue
Block a user