s4:auth: make use of lpcfg_sam_name() in authsam_get_user_info_dc_principal()
authorStefan Metzmacher <metze@samba.org>
Thu, 7 Jan 2016 13:52:25 +0000 (14:52 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 30 Jun 2016 01:30:26 +0000 (03:30 +0200)
commit432e83bf5bebd9f4fadb98fcadb82a32eb1b88ed
treec1613b599a506239284bac812c90ac0ed50db040
parentb6c4c0853633ce0090c3d5d9eecedb4c77b7d9cb
s4:auth: make use of lpcfg_sam_name() in authsam_get_user_info_dc_principal()

This is more generic and matches all other places.

As this is only used in the KDC it's not a real logic change.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/sam.c