2020-02-11 15:12:28 +04:00
. \" GPOA - GPO Applier for Linux
. \"
. \" Copyright (C) 2019-2020 BaseALT Ltd.
. \"
. \" This program is free software: you can redistribute it and/or modify
. \" it under the terms of the GNU General Public License as published by
. \" the Free Software Foundation, either version 3 of the License, or
. \" (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.
. \"
. \" You should have received a copy of the GNU General Public License
. \" along with this program. If not, see <http://www.gnu.org/licenses/>.
2019-12-25 18:19:02 +04:00
.TH GPUPDATE 1
.
.SH NAME
gpupdate \- Update Group Policy settings
.
.SH SYNOPSYS
\fB gpupdate\fP [ -h ] [ --user \fI username\fP ]
.
.SH DESCRIPTION
.B gpupdate
Fetches GPT files for designated user from AD instance and transforms
them into UNIX system settings.
2020-01-22 15:53:44 +04:00
.B gpupdate
operates on \fI control framework\fR , \fI system-wide GSettings\fR ,
\fI XDG .desktop files\fR , \fI Chromium web browser policy file\fR ,
\fI Firefox web browser policy file\fR , \fI systemd services\fR ,
\fI PolicyKit framework\fR trying to mimic behavior of other operating
systems connected to AD domain.
The utility needs no adjustments from local user.
2019-12-25 18:19:02 +04:00
.
.SS Options
.TP
\fB -h\fP
2020-01-20 17:43:17 +04:00
Show help.
2019-12-25 18:19:02 +04:00
.TP
\fB --user \fI username\fR
Run \fB gpupdate\fP for \fI username\fP .
2024-08-08 13:12:11 +04:00
.TP
\fB --force\fP
Force GPT download.
2019-12-25 18:19:02 +04:00
.
2020-03-03 17:21:53 +04:00
.SS "EXIT CODES"
.TP
\fB 0\fR
Application exited successfully.
.TP
\fB 1\fR
No runner is able to start \fB gpoa\fR .
.TP
\fB 2\fR
No reply from \fI D-Bus\fR when starting \fB gpoa\fR for computer using
\fB oddjobd\fR via \fI D-Bus\fR .
.TP
\fB 3\fR
No reply from \fI D-Bus\fR when starting \fB gpoa\fR for user using
\fB oddjobd\fR via \fI D-Bus\fR .
.
2019-12-25 18:19:02 +04:00
.SH "SEE ALSO"
2020-01-22 15:53:44 +04:00
gpoa(1)
2019-12-25 18:19:02 +04:00
.SH BUGS
There is tons of bugs since it tries to mimic behavior of Windows
machines.