unixinfo.idl: don't use utf8string anymore
[samba.git] / source / librpc / idl / unixinfo.idl
index 48bc565fff51212f686b386172c0a5fcb1ae9361..6929e86e61f26e2a7f17e1baf3ffb999d212e9e2 100644 (file)
@@ -42,8 +42,8 @@ import "security.idl";
 
        typedef struct {
                NTSTATUS status;
 
        typedef struct {
                NTSTATUS status;
-               utf8string homedir;
-               utf8string shell;
+               [charset(UTF8),string] uint8 homedir[];
+               [charset(UTF8),string] uint8 shell[];
        } unixinfo_GetPWUidInfo;
 
        /******************/
        } unixinfo_GetPWUidInfo;
 
        /******************/