From: Günther Deschner Date: Wed, 16 Dec 2009 14:59:04 +0000 (+0100) Subject: s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng "-r". X-Git-Tag: samba-4.0.0alpha11~571 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=d9f93224bdd2b02a8c96667009e43406b47d4c35 s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng "-r". Guenther --- diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index 5d8a6fd7493..06eedef9208 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -50,9 +50,10 @@ #define BIT_BADPWRESET 0x08000000 #define BIT_LOGONHOURS 0x10000000 #define BIT_KICKOFFTIME 0x20000000 +#define BIT_DESCRIPTION 0x40000000 #define MASK_ALWAYS_GOOD 0x0000001F -#define MASK_USER_GOOD 0x20405FE0 +#define MASK_USER_GOOD 0x60405FE0 static int get_sid_from_cli_string(DOM_SID *sid, const char *str_sid) { @@ -1106,7 +1107,8 @@ int main (int argc, char **argv) (backend_out ? BIT_EXPORT : 0) + (badpw_reset ? BIT_BADPWRESET : 0) + (hours_reset ? BIT_LOGONHOURS : 0) + - (kickoff_time ? BIT_KICKOFFTIME : 0); + (kickoff_time ? BIT_KICKOFFTIME : 0) + + (acct_desc ? BIT_DESCRIPTION : 0); if (setparms & BIT_BACKEND) { /* HACK: set the global passdb backend by overwriting globals.