aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-29 20:24:47 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-09-29 20:24:47 +0000
commit21298d8d10753cf0b7bc210ccbb30ae86c961a98 (patch)
tree5c30189097f45fbaa9c5e48637e9894f5ada6962 /configs
parente5939f3b49dc3d942928bd95451a0e0772964834 (diff)
Update sample documentation to note md5secret requirements.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@289334 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/res_ldap.conf.sample9
1 files changed, 6 insertions, 3 deletions
diff --git a/configs/res_ldap.conf.sample b/configs/res_ldap.conf.sample
index b02045f15..6a31ced97 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