-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
55 lines (40 loc) · 2.26 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
49
50
51
52
53
54
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-2015 Mark Proehl <mark at mproehl.net>
(C) 2012-2015 Olaf Flebbe <of at oflebbe.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.
----------------------------------------------------------------------------
This package has been through a few maintainers over the years.
It was originally written by Dan Perry, and available from
<http://www.pppl.gov/~dperry/>
Then, it was downloaded from there and debianized by Brian Elliott
Finley in Mar 2006.
Then, Doug Engbert made a number of changes to it during 2009.
Then, in Feb 2010, James Knight then downloaded the debian package with
changes from <http://download.systemimager.org/~finley/msktutil/>, and
made even more changes. That's what you have now. :)
In Feb 2012, Ken Dreyer provided some build fixes.
In 2012 and 2013, Mark Proehl, Michael Weiser and Olaf Flebbe provided
enhancements and build fixes