Skip to content

UKB-IT-Sec/NAC-Service-Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAC-Service-Portal

Django CI

Install

cd src/
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate

Run Test-Server

cd src/
source venv/bin/activate
python manage.py runserver

Test Server should be available at localhost:8000

Account creation

For admin access (creating accounts and groups) you need to create a superuser account.

python manage.py createsuperuser

Log in to the admin panel at http://127.0.0.1:8000/admin/ with your superuser credentials. Here you can create user accounts.

Export Assets to LDAP Server

You have to add resources/appl-NAC.schema to your ldap server before an import is possible.

Default config file for ldap export can be found at config/ldap.cfg

pyhton3 -m manage.py export_to_ldap

Public Funding

Funded by European Union

About

NAC Self-Service Portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •