summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-02 05:37:49 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-02 05:37:49 +0000
commita11727b93044a7c56aa14cf4f4e1f763c92a0b8c (patch)
tree8fe7a5196e1b84c6074b29b6c96c2a8716570196 /source4/librpc
parentc7a1a69d2c04f2175a05c5c22a6b95028e74f2ff (diff)
downloadsamba-a11727b93044a7c56aa14cf4f4e1f763c92a0b8c.tar.gz
samba-a11727b93044a7c56aa14cf4f4e1f763c92a0b8c.tar.bz2
samba-a11727b93044a7c56aa14cf4f4e1f763c92a0b8c.zip
* made some field names more consistent, and worked out that
unknown1 is profile_path If we are going to use automatic backend database generation then we are going to have to move to really consistent field names in all our IDL. Thats the only way we are going to be able to automate it a lot. That will take a couple of days to do when we get to it. (This used to be commit 1732aae562927afc1ef4f30ef7787cf2d43063e2)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/netlogon.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 1e810a74c3..29a64fc3ae 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -308,20 +308,20 @@ interface netlogon
} netr_USER_PRIVATE_INFO;
typedef struct {
- netr_String username;
- netr_String FullName;
- uint32 UserID;
- uint32 PrimaryGroupID;
- netr_String HomeDir;
- netr_String HomeDirDrive;
- netr_String LogonScript;
- netr_String Comment;
+ netr_String account_name;
+ netr_String full_name;
+ uint32 rid;
+ uint32 primary_group;
+ netr_String home_dir;
+ netr_String home_drive;
+ netr_String logon_script;
+ netr_String description;
netr_String workstations;
NTTIME LastLogon;
NTTIME LastLogoff;
samr_LogonHours logon_hours;
- uint16 BadPwCount;
- uint16 LogonCount;
+ uint16 bad_pw_count;
+ uint16 logon_count;
NTTIME PwLastSet;
NTTIME AccountExpires;
uint32 AccountControl;
@@ -337,7 +337,7 @@ interface netlogon
netr_USER_PRIVATE_INFO user_private_info;
uint32 SecurityInformation;
sec_desc_buf sdbuf;
- netr_String unknown1;
+ netr_String profile_path;
netr_String unknown2;
netr_String unknown3;
netr_String unknown4;