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:
@ -20,6 +20,7 @@
|
||||
struct libnet_export_keytab {
|
||||
struct {
|
||||
const char *keytab_name;
|
||||
const char *principal;
|
||||
} in;
|
||||
struct {
|
||||
const char *error_string;
|
||||
|
Reference in New Issue
Block a user