mirror of
https://github.com/samba-team/samba.git
synced 2025-08-08 13:49:29 +03:00
Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.
(This used to be commit e3ec6197ed
)
This commit is contained in:
@ -1554,7 +1554,9 @@ typedef struct user_struct
|
||||
#include "rpcclient.h"
|
||||
|
||||
/*
|
||||
* Size of new password account encoding string. DO NOT CHANGE.
|
||||
* Size of new password account encoding string. This is enough space to
|
||||
* hold 11 ACB characters, plus the surrounding [] and a terminating null.
|
||||
* Do not change unless you are adding new ACB bits!
|
||||
*/
|
||||
|
||||
#define NEW_PW_FORMAT_SPACE_PADDED_LEN 14
|
||||
|
Reference in New Issue
Block a user