]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth.idl: add user_principal_* and dns_domain_name to auth_user_info
authorStefan Metzmacher <metze@samba.org>
Thu, 7 Jan 2016 13:46:24 +0000 (14:46 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 30 Jun 2016 01:30:26 +0000 (03:30 +0200)
This is required in order to support netr_SamInfo6 and PAC_UPN_DNS_INFO
correctly.

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

index 0bed671039747f782e9616707e9a0987d700cd3a..6cc7dcf0d8a0c3d2aa9fda8bc61821a21a96b0da 100644 (file)
@@ -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;