~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to services/usrmgt-server

  • Committer: Matt Giuca
  • Date: 2009-04-28 10:43:41 UTC
  • Revision ID: matt.giuca@gmail.com-20090428104341-gb7721sqfr5zwmzz
ivle.makeuser: make_svn_auth now requires a config argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    rebuild_svn_config(store, props, config)
56
56
 
57
57
    logging.debug("Adding Subversion authentication")
58
 
    passwd = ivle.makeuser.make_svn_auth(store, login,
 
58
    passwd = ivle.makeuser.make_svn_auth(store, login, config,
59
59
                                         throw_on_error=True)
60
60
 
61
61
    logging.debug("Creating jail")