forked from msktutil/msktutil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (38 loc) · 2.28 KB
/
README
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
msktutil (C) 2004-2006 Dan Perry <[email protected]>
(C) 2006 Brian Elliott Finley ([email protected])
(C) 2009-2010 Doug Engert ([email protected])
(C) 2010 James Knight <[email protected]>
(C) 2010-2013 Ken Dreyer <ktdreyer at ktdreyer.com>
(C) 2012-2021 Olaf Flebbe <of at oflebbe.de>
(C) 2012-2022 Mark Proehl <mark at mproehl.net>
(C) 2013-2017 Daniel Kobras <d.kobras at science-computing.de>
(C) 2017-2022 Michael Osipov <michael.osipov at siemens.com>
(C) 2018-2022 Daniel Kobras <kobras at puzzle-itc.de>
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 2 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, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
----------------------------------------------------------------------------
Msktutil is a program for interoperability with Active Directory that can:
- Create a computer account in Active Directory
- Create a service account in Active Directory
- Create a system Kerberos keytab
- Create a Kerberos keytab for a dedicated service
- Add and remove principals to and from keytabs
- Change the account's password
See the man page for more information on how to use it.
----------------------------------------------------------------------------
Early history:
> This software was originally written by Dan Perry. Brian Elliott Finley
> debianized it in Mar 2006. Doug Engbert made a number of changes to it
> during 2009. Since Feb 2010, when James Knight downloaded the Debian
> package, history and contributions have been tracked via Git.
The msktutil package is currently maintained by Mark Proehl, Michael Osipov,
and Daniel Kobras. It is available from <https://github.com/msktutil/msktutil>.