Custom Query (33 matches)
Results (1 - 3 of 33)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5 | fixed | 64 bits build error | ||
Description |
app_radgw does not compile for 64 bits architectures currently: Linking C shared module ../acct.rgwx /usr/bin/ld: ../librgw_common.a(radius.c.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC ../librgw_common.a: could not read symbols: Bad value |
|||
#17 | fixed | Allow the DH parameters to be loaded from a file. | ||
Description |
Each time freeDiameter starts it spends some time generating new DH parameters. While this seems more secure in the long term, it also can be a problem, especially on less powerful devices such as access points. A new configuration option will be added to allow DH parameters to be loaded from a file, instead of creating new ones every time. |
|||
#46 | wontfix | AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server' | ||
Description |
How to Reproduce
While doing a POST operation on (please provide additional details here) Request parameters: {'__FORM_TOKEN': u'1207d6194d94d2321612c93b', 'action': u'create', 'email': u'', 'name': u'', 'password': u'09122256634', 'password_confirm': u'09122256634', 'user': u'lily62'}
User agent: System InformationSystem information not available Enabled PluginsPlugin information not available Python TracebackTraceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1dev_r11445-py2.7.egg/trac/web/main.py", line 497, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1dev_r11445-py2.7.egg/trac/web/main.py", line 214, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/pymodules/python2.7/acct_mgr/web_ui.py", line 352, in process_request _create_user(req, self.env) File "/usr/lib/pymodules/python2.7/acct_mgr/web_ui.py", line 71, in _create_user mgr.set_password(user, password) File "/usr/lib/pymodules/python2.7/acct_mgr/api.py", line 144, in set_password self._notify('created', user, password) File "/usr/lib/pymodules/python2.7/acct_mgr/api.py", line 253, in _notify getattr(l, func)(*args) File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 41, in user_created notifier.notify(username, 'New user registration') File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 90, in notify NotifyEmail.notify(self, username, subject) File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1dev_r11445-py2.7.egg/trac/notification.py", line 343, in notify Notify.notify(self, resid) File "/usr/local/lib/python2.7/dist-packages/Trac-1.0.1dev_r11445-py2.7.egg/trac/notification.py", line 231, in notify self.send(torcpts, ccrcpts) File "/usr/lib/pymodules/python2.7/acct_mgr/notification.py", line 160, in send % (self.smtp_server, self.smtp_port, recipients)) AttributeError: 'AccountChangeNotification' object has no attribute 'smtp_server' |