File: README

package info (click to toggle)
msktutil 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 568 kB
  • ctags: 363
  • sloc: cpp: 4,051; xml: 231; ansic: 85; makefile: 47; sh: 44
file content (56 lines) | stat: -rw-r--r-- 2,373 bytes parent folder | download
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
 msktutil (C) 2004-2006 Dan Perry <dperry@pppl.gov>
 	  (C) 2006 Brian Elliott Finley (finley@anl.gov)
	  (C) 2009-2010 Doug Engert (deengert@anl.gov)
          (C) 2010 James Knight <foom@fuhm.net>
          (C) 2010-2013 Ken Dreyer <ktdreyer at ktdreyer.com>
          (C) 2012-2016 Mark Proehl <mark at mproehl.net>
          (C) 2012-2016 Olaf Flebbe <of at oflebbe.de>
	  (C) 2013-2016 Daniel Kobras <d.kobras@science-computing.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