1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4-samba-tool: Add --principal argument to samba-tool domain exportkeytab

This allows only a particular principal to be exported to the keytab.
This is useful when setting up unix servers in a Samba controlled
domain.

Based on a request by Gémes Géza <geza@kzsdabas.hu>

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Nov 29 09:20:55 CET 2011 on sn-devel-104
This commit is contained in:
Andrew Bartlett
2011-11-29 12:47:40 +11:00
parent 8eef716598
commit 2bff209128
6 changed files with 174 additions and 71 deletions

View File

@ -20,6 +20,7 @@
struct libnet_export_keytab {
struct {
const char *keytab_name;
const char *principal;
} in;
struct {
const char *error_string;