jumpserver/jperm
Jiajun Liu 19343540b9 fix line break bug
some system user '\n\r' as line break, if we split commands by '\n',
then '\r' will be considered as part of commands which will break sudo
authentication. we can use splitlines function to avoid the problem.
2015-07-07 16:59:24 +08:00
..
__init__.py ޸jpermistion --> jperm 2015-01-24 14:46:35 +08:00
admin.py ޸jpermistion --> jperm 2015-01-24 14:46:35 +08:00
models.py last bug? 2015-04-19 18:36:41 +08:00
tests.py ޸jpermistion --> jperm 2015-01-24 14:46:35 +08:00
urls.py hehe 2015-04-11 12:52:00 +08:00
views.py fix line break bug 2015-07-07 16:59:24 +08:00