summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6d5e832ba..7f2caeff1 100644
--- a/configs/res_ldap.conf.sample
+++ b/configs/res_ldap.conf.sample
@@ -83,7 +83,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
@@ -118,7 +119,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
@@ -154,7 +156,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