1
0
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:
Tim Potter
2001-09-06 08:56:30 +00:00
parent 75a8b24ed9
commit c7a951eae3

View File

@ -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