summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorProf Gra <christophegragnic@gmail.com>2014-07-19 19:04:54 +0200
committerProf Gra <christophegragnic@gmail.com>2014-07-19 19:04:54 +0200
commitddec605e875b99a0e3cd7e952bc98249ecafe5e5 (patch)
tree0da03e5e6f2d86dc2c4beaa77eecaac57df4ee17
parent94e9de631d6a318db0065f481bbc79dec4fa9c58 (diff)
downloadaskbot-ddec605e875b99a0e3cd7e952bc98249ecafe5e5.tar.gz
askbot-ddec605e875b99a0e3cd7e952bc98249ecafe5e5.tar.bz2
askbot-ddec605e875b99a0e3cd7e952bc98249ecafe5e5.zip
Whitespace needed in LDAP msg string.
-rw-r--r--askbot/conf/ldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/conf/ldap.py b/askbot/conf/ldap.py
index 7d384516..0b50352d 100644
--- a/askbot/conf/ldap.py
+++ b/askbot/conf/ldap.py
@@ -83,7 +83,7 @@ settings.register(
default = '',
help_text = _(
'Usually base DN mirrors domain name of your organization, '
- 'e.g. "dn=example,dn=com" when your site url is "example.com".'
+ 'e.g. "dn=example,dn=com" when your site url is "example.com". '
'This value is the "root" address of your LDAP directory.'
)
)