Added gid to applications to make them posix group ldap compatible

This commit is contained in:
2025-07-03 23:51:14 +02:00
parent a93e1520d4
commit 56b3f854c5
10 changed files with 141 additions and 27 deletions

View File

@@ -31,7 +31,5 @@ install: build
@echo "⚙️ Install complete."
test:
@echo "🧪 Running Unit Tests..."
python -m unittest discover -s tests/unit
@echo "🔬 Running Integration Tests..."
python -m unittest discover -s tests/integration
@echo "🧪 Running Tests..."
python -m unittest discover -s tests