summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-09-16 17:14:11 +0200
committerGünther Deschner <gd@samba.org>2019-09-24 18:30:37 +0000
commitbc473e5cf088a137395842540ed8eb748373a236 (patch)
treeae2c98a92a6e31555d0fbbcbbf1bfb2e7b199451 /source3/utils
parentdb8fd3d6a315b140ebd6ccd0dcdfdcf27cd1bb38 (diff)
downloadsamba-bc473e5cf088a137395842540ed8eb748373a236.tar.gz
s3:libads: let kerberos_kinit_password_ext() return the canonicalized principal/realm
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14124 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_ads.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index 1b0d5cbe064..97d417125dc 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -3353,6 +3353,9 @@ static int net_ads_kerberos_kinit(struct net_context *c, int argc, const char **
true,
true,
2592000, /* one month */
+ NULL,
+ NULL,
+ NULL,
&status);
if (ret) {
d_printf(_("failed to kinit password: %s\n"),