mirror of
https://gitea.dmz.rs/Decentrala/luser.git
synced 2026-07-15 17:33:52 +02:00
add integrity checks for user input
This commit is contained in:
@@ -8,4 +8,4 @@ Depends: python3-flask, python3-ldap3, gunicorn, imagemagick, python3-passlib
|
||||
Homepage: https://gitea.dmz.rs/fram3d/luser
|
||||
Maintainer: fram3d <fram3d@dmz.rs>
|
||||
Description: Web app that allows users to add,remove and change passwords in LDAP system
|
||||
Version: 1.0.4
|
||||
Version: 1.0.7
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
/sbin/service luser stop
|
||||
/usr/bin/systemdctl disable luser.service
|
||||
/usr/bin/systemctl disable luser.service
|
||||
if [ -f /var/luser/luser/config.ini ] ; then
|
||||
cp /var/luser/luser/config.ini /tmp/oldluserconfig.ini
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user