--- a/server/sources/ldapuser.py Sat Oct 09 00:05:50 2010 +0200
+++ b/server/sources/ldapuser.py Sat Oct 09 00:05:52 2010 +0200
@@ -162,9 +162,8 @@
)
- def __init__(self, repo, appschema, source_config, *args, **kwargs):
- AbstractSource.__init__(self, repo, appschema, source_config,
- *args, **kwargs)
+ def __init__(self, repo, source_config, *args, **kwargs):
+ AbstractSource.__init__(self, repo, source_config, *args, **kwargs)
self.host = source_config['host']
self.protocol = source_config.get('protocol', 'ldap')
self.authmode = source_config.get('auth-mode', 'simple')