From e50fab616bb97ccdace2092f22630fc2250542e5 Mon Sep 17 00:00:00 2001 From: porcupo Date: Tue, 24 Sep 2013 15:59:33 -0700 Subject: msktutil 0.5 msktutil is a program for interoperability with Active Directory that can: * Create a user or computer account in Active Directory * Create a system Kerberos keytab * Add and remove principals to and from that keytab * Change the user or computer account's password Closes #22802. Signed-off-by: Adam Vandenberg --- Library/Formula/msktutil.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/msktutil.rb (limited to 'Library/Formula') diff --git a/Library/Formula/msktutil.rb b/Library/Formula/msktutil.rb new file mode 100644 index 000000000..b3ee6078e --- /dev/null +++ b/Library/Formula/msktutil.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Msktutil < Formula + homepage 'https://code.google.com/p/msktutil/' + url 'https://msktutil.googlecode.com/files/msktutil-0.5.tar.bz2' + sha1 '2f00acabd7a98f4ad5be2dd88f3f52349f658bb7' + + def install + system "./configure", "--disable-debug", + "--disable-dependency-tracking", + "--disable-silent-rules", + "--prefix=#{prefix}", + "--mandir=#{man}" + system "make", "install" + end +end -- cgit v1.2.3