mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r19380: forgot to add home drive testing as well as home directory...
rafal (This used to be commit 732c22071e78f16fd0731635ca4b3e093d49078a)
This commit is contained in:
parent
8fd1ca82d8
commit
c7090e6669
@ -344,6 +344,14 @@ static BOOL test_SetUserInfo(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
|
||||
SAMR_FIELD_HOME_DIRECTORY);
|
||||
TEST_USERINFO_STRING(21, home_directory, 10, home_directory, "xx21-10 home_directory",
|
||||
SAMR_FIELD_HOME_DIRECTORY);
|
||||
|
||||
TEST_USERINFO_STRING(10, home_drive, 3, home_drive, "xx10-3 home_drive", 0);
|
||||
TEST_USERINFO_STRING(10, home_drive, 5, home_drive, "xx10-5 home_drive", 0);
|
||||
TEST_USERINFO_STRING(10, home_drive, 21, home_drive, "xx10-21 home_drive", 0);
|
||||
TEST_USERINFO_STRING(21, home_drive, 21, home_drive, "xx21-21 home_drive",
|
||||
SAMR_FIELD_HOME_DRIVE);
|
||||
TEST_USERINFO_STRING(21, home_drive, 10, home_drive, "xx21-10 home_drive",
|
||||
SAMR_FIELD_HOME_DRIVE);
|
||||
|
||||
TEST_USERINFO_STRING(13, description, 1, description, "xx13-1 description", 0);
|
||||
TEST_USERINFO_STRING(13, description, 5, description, "xx13-5 description", 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user