2020-01-10 19:16:33 +04:00
# GPOA - GPO Applier
## Contents
* [Introduction ](#introduction )
2020-01-15 14:53:21 +04:00
* [Development ](#development )
2020-02-05 15:57:34 +04:00
* [Contributing ](#contributing )
2020-01-10 19:16:33 +04:00
* [License ](#license )
* * *
## Introduction
GPOA is a facility to fetch, reinterpret and apply GPOs from Windows
Active Directory domains in UNIX environments.
2020-01-15 14:53:21 +04:00
## Development
This project needs some additional dependencies for development
purposes (static analisys):
* python3-module-setuptools
* python3-module-pip
* python3-module-pylint
And then you may install prospector like:
```sh
# pip install prospector[with_pyroma]
```
2020-02-05 15:57:34 +04:00
## Contributing
The main communication channel for GPOA is
[Samba@ALT Linux mailing lists ](https://lists.altlinux.org/mailman/listinfo/samba ).
The mailing list is in Russian but you may also send e-mail in English
or German.
2020-01-10 19:16:33 +04:00
## License
2020-02-11 15:11:48 +04:00
GPOA - GPO Applier for Linux
2020-01-13 19:23:22 +04:00
Copyright (C) 2019-2020 BaseALT Ltd.
2020-01-10 19:16:33 +04:00
2020-02-11 15:11:48 +04:00
This program is free software: you can redistribute it and/or modify
2020-01-10 19:16:33 +04:00
it under the terms of the GNU General Public License as published by
2020-02-11 15:11:48 +04:00
the Free Software Foundation, either version 3 of the License, or
2020-01-10 19:16:33 +04:00
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
2020-02-11 15:11:48 +04:00
You should have received a copy of the GNU General Public License
along with this program. If not, see < http: / / www . gnu . org / licenses / > .
2020-01-10 19:16:33 +04:00