Package for Ubuntu clients to connect to the linuxmuster.net 7 active directory server.
This is the new version of the linuxmuster-client-adsso package.
- For user documentation, take a look at the wiki.
- For developer documentation, take a look at the documentation
Linuxmuster.net official | NO* |
---|---|
Community support | YES** |
Actively developed | YES |
Maintainer organization | Netzint GmbH |
Primary maintainer | [email protected] / [email protected] |
* Even though this is not an official package, pull requests and issues are being looked at.
** The linuxmuster community consists of people who are nice and happy to help. They are not directly involved in the development though, and might not be able to help in any case.
- General:
major.minor.patch
- Pre-releases (release candidates) must end with
-rcXX
whereXX
is the number of the pre-release- So, before version
7.1.1
is released, there may be versions7.1.1-rc01
,7.1.1-rc02
, and so on
- So, before version
- Releases are always prefixed with
release
.- So, once version
7.1.1
is ready, it is published as7.1.1-release
- So, once version
- This concept ensures that stable releases are always evaluated as a higher version number than pre-releases.
Tested with Python 3.10:
python3 -m venv ./venv
. ./venv/bin/activate
cd ./usr/lib/python3/dist-packages/linuxmusterLinuxclient7
pip install -r requirements.txt
To run tests:
pytest
- with coverage:
pytest --cov=./ --cov-report=xml