added db-extra-arguments to configuration parameters for native source stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 27 Apr 2010 07:49:47 +0000
branchstable
changeset 5413 dc896e698ab0
parent 5410 3cccd5e9dd7d
child 5414 6eeec78c65f9
added db-extra-arguments to configuration parameters for native source
server/sources/native.py
--- a/server/sources/native.py	Mon Apr 26 17:55:36 2010 +0200
+++ b/server/sources/native.py	Tue Apr 27 07:49:47 2010 +0000
@@ -216,6 +216,13 @@
           'help': 'database encoding',
           'group': 'native-source', 'inputlevel': 1,
           }),
+        ('db-extra-arguments',
+         {'type' : 'string',
+          'default': '',
+          'help': 'set to "Trusted_Connection" if you are using SQLServer and '
+                  'want trusted authentication for the database connection',
+          'group': 'native-source', 'inputlevel': 2,
+          }),
     )
 
     def __init__(self, repo, appschema, source_config, *args, **kwargs):