diff -r 3cccd5e9dd7d -r dc896e698ab0 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):