From 6f6e42c8565c63c637bc9b5a73aa08bf3a48550a Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Fri, 5 Aug 2005 01:23:06 +0000 Subject: r9090: Another field in usermod function - account flags. rafal (This used to be commit f0d51b78c040937bd27857c063fae215a3f0f465) --- source4/libnet/composite.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libnet/composite.h') diff --git a/source4/libnet/composite.h b/source4/libnet/composite.h index 85aa1c08e1..6d805812c0 100644 --- a/source4/libnet/composite.h +++ b/source4/libnet/composite.h @@ -87,6 +87,7 @@ struct libnet_rpc_usermod { struct timeval *acct_expiry; struct timeval *allow_password_change; struct timeval *force_password_change; + uint32_t acct_flags; } change; } in; }; -- cgit