server/sources/native.py
branchstable
changeset 5413 dc896e698ab0
parent 5410 3cccd5e9dd7d
child 5421 8167de96c523
--- 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):