-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
59 lines (44 loc) · 3.42 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: "Group Policy on Linux"
author: "David Mulder"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
url: https://dmulder.github.io/group-policy-book
cover-image: cover-image.png
description: |
This book introduces the user to opensource tools for managing Linux
clients via Group Policy.
link-citations: yes
github-repo: dmulder/group-policy-book
output:
bookdown::pdf_book:
toc: False
includes:
in_header: "preamble.tex"
index: true
header-includes:
- \AtBeginDocument{\frontmatter}
---
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. The print edition of this book is sold at-cost, in accordance with the license.
[![Creative Commons License](by-nc-sa_4.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
You can obtain the free ebook edition of this book and the sources from https://github.com/dmulder/group-policy-book/releases.
If you encounter errors in the text, please file a report at https://github.com/dmulder/group-policy-book/issues.
```{=latex}
\tableofcontents
```
# Preface
This book introduces the user to opensource tools for managing Linux clients via Samba's Group Policy.
Samba is a popular opensource tool that allows Linux systems to integrate with Windows environments, particularly when it comes to file and printer sharing. One of the key features of Samba is its ability to apply Group Policy objects (GPOs) to Linux clients.
Group Policy is a feature of the Microsoft Windows operating system that allows administrators to centrally manage system and user settings. With Samba, Linux users can take advantage of this powerful tool to centrally manage and configure their systems.
In this book, we will introduce the reader to the basics of Group Policy and show how to use Samba to apply GPOs to Linux clients. We will cover topics such as configuring Samba's Group Policy Server Side Extensions (SSE), troubleshooting common issues with Client Side Extensions (CSEs), and how to create and apply your own Group Policy. By the end of this book, the reader should have a good understanding of how to use Group Policy with Linux systems and be able to confidently manage their Linux clients using this powerful tool.
# About the Author
David Mulder is a developer known for his work on integrating Group Policy support into Samba, which has allowed Linux users to take advantage of this powerful feature to centrally manage their systems. Mulder's work on Samba's Group Policy support began in 2016, when he began reviewing code from Luke Morrison, an intern who had submitted his implementation of Group Policy to the Samba project. Mulder previously contributed to the Vintela Group Policy project beginning in 2012, and brought that expertise to the Samba team.
Some of the text in this book, as well as the images, were generated using OpenAI's GPT-3 model, which is a state-of-the-art language processing system. OpenAI's GPT-3 technology is an example of the incredible advances that have been made in the field of AI and natural language processing. This technology has the potential to revolutionize many areas of research and industry, and its use in generating text and images for this book is a testament to its capabilities.
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')
```
\mainmatter