[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.36-1-g44e89f2
Shawn Moore
shawn at bestpractical.com
Wed May 20 12:18:41 EDT 2015
The branch, master has been updated
via 44e89f25ad1daa4056d964f542e21948dbd5c406 (commit)
from 4e6f4c088930f543581e10553334fd9205955abf (commit)
Summary of changes:
lib/RT/Extension/LDAPImport.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 44e89f25ad1daa4056d964f542e21948dbd5c406
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed May 20 16:14:26 2015 +0000
Add missing semicolon in synopsis
diff --git a/lib/RT/Extension/LDAPImport.pm b/lib/RT/Extension/LDAPImport.pm
index 005ee7d..3a3e984 100644
--- a/lib/RT/Extension/LDAPImport.pm
+++ b/lib/RT/Extension/LDAPImport.pm
@@ -21,7 +21,7 @@ RT::Extension::LDAPImport - Import Users from an LDAP store
In C<RT_SiteConfig.pm>:
- Set($LDAPHost,'my.ldap.host')
+ Set($LDAPHost,'my.ldap.host');
Set($LDAPUser,'me');
Set($LDAPPassword,'mypass');
Set($LDAPFilter, '(&(cn = users))');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list