[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.20_01-34-g9ee5786

Alex Vandiver alexmv at bestpractical.com
Thu Jul 29 12:58:41 EDT 2010


The branch, master has been updated
       via  9ee578602c76a4ab6d7d36198725035dd348b5e7 (commit)
       via  2b1da14115253425fd0fb86cb08b1f1c861682a9 (commit)
      from  6b1a7e94a6f39582f72f72500b1f1ca0103fb848 (commit)

Summary of changes:
 README              |    2 +-
 bin/rtldapimport.in |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit 2b1da14115253425fd0fb86cb08b1f1c861682a9
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jul 29 13:00:15 2010 -0400

    We don't need newline terminators in our heredoc

diff --git a/bin/rtldapimport.in b/bin/rtldapimport.in
index f669460..02b35bf 100755
--- a/bin/rtldapimport.in
+++ b/bin/rtldapimport.in
@@ -18,10 +18,10 @@ use Getopt::Long;
 GetOptions ( "debug" => \$debug, "help" => \$help, "import" => \$import );
 if ($help) {
    print <<USAGE;
-$0: [--debug] [--import] [--help]\n";
-     --help           This usage statement.\n";
-     --debug          Enable debugging.\n";
-     --import         Do the import.\n";
+$0: [--debug] [--import] [--help]
+     --help           This usage statement.
+     --debug          Enable debugging.
+     --import         Do the import.
 USAGE
    exit 0;
 }

commit 9ee578602c76a4ab6d7d36198725035dd348b5e7
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jul 29 13:00:33 2010 -0400

    Make case consistent

diff --git a/README b/README
index a172fdb..da8444b 100644
--- a/README
+++ b/README
@@ -93,7 +93,7 @@ Attribute in RT => Attribute in LDAP
                          Member_Attr  => 'member'});
 
 The mapping logic is the same as the LDAPMapping.
-There is one important special-case variable, Member_attr
+There is one important special-case variable, Member_Attr
 Use this to tell the importer which attribute will contain DNs of group members
 
 RUNNING THE IMPORT

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list