From: Stefan Metzmacher Date: Thu, 7 Jan 2016 13:46:24 +0000 (+0100) Subject: auth.idl: add user_principal_* and dns_domain_name to auth_user_info X-Git-Tag: tdb-1.3.10~594 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6c4c0853633ce0090c3d5d9eecedb4c77b7d9cb;p=thirdparty%2Fsamba.git auth.idl: add user_principal_* and dns_domain_name to auth_user_info This is required in order to support netr_SamInfo6 and PAC_UPN_DNS_INFO correctly. Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/librpc/idl/auth.idl b/librpc/idl/auth.idl index 0bed6710397..6cc7dcf0d8a 100644 --- a/librpc/idl/auth.idl +++ b/librpc/idl/auth.idl @@ -28,7 +28,10 @@ interface auth * during local privilage and group manipulations */ typedef [public] struct { [unique,charset(UTF8),string] char *account_name; + [unique,charset(UTF8),string] char *user_principal_name; + boolean8 user_principal_constructed; [unique,charset(UTF8),string] char *domain_name; + [unique,charset(UTF8),string] char *dns_domain_name; [unique,charset(UTF8),string] char *full_name; [unique,charset(UTF8),string] char *logon_script;