Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 2.47 KB

README.md

File metadata and controls

47 lines (41 loc) · 2.47 KB

linuxmuster-linuxclient7

GitHub release Community Forum

Features

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 developmer documentation, take a look at the documentation

Maintainance Details

Linuxmuster.net official ❌ NO*
Community support ✅ YES**
Actively developed ✅ YES
Maintainer organisation 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 consits 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.

Version schema:

  • General: major.minor.patch
  • Pre-releases (release candidates) must end with -rcXX where XX is the number of the pre-release
    • So, before version 7.1.1 is released, there may be versions 7.1.1-rc01, 7.1.1-rc02, and so on
  • Releases are always prefixed with release.
    • So, once version 7.1.1 is ready, it is published as 7.1.1-release
  • This concept ensures that stable releases are always evaluated as a higher version number than pre-releases.