mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
s4:libnet: Update export_keytab() docstring
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
048de3da01
commit
71899ceb40
@ -88,8 +88,10 @@ static PyObject *py_net_export_keytab(py_net_Object *self, PyObject *args, PyObj
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
static const char py_net_export_keytab_doc[] = "export_keytab(keytab, name)\n\n"
|
||||
"Export the DC keytab to a keytab file.";
|
||||
static const char py_net_export_keytab_doc[] =
|
||||
"export_keytab(keytab, samdb=None, principal=None, "
|
||||
"keep_stale_entries=False, only_current_keys=False)\n\n"
|
||||
"Export the DC keytab to a keytab file.";
|
||||
|
||||
static PyMethodDef export_keytab_method_table[] = {
|
||||
{"export_keytab", PY_DISCARD_FUNC_SIG(PyCFunction,
|
||||
|
Loading…
x
Reference in New Issue
Block a user