mirror of
https://github.com/samba-team/samba.git
synced 2025-01-04 05:18:06 +03:00
netapi: use NetUserEnum filter in example code.
Guenther
This commit is contained in:
parent
32a66131eb
commit
ad10517768
@ -71,7 +71,7 @@ int main(int argc, const char **argv)
|
||||
do {
|
||||
status = NetUserEnum(hostname,
|
||||
0,
|
||||
0,
|
||||
FILTER_NORMAL_ACCOUNT,
|
||||
&buffer,
|
||||
(uint32_t)-1,
|
||||
&entries_read,
|
||||
|
Loading…
Reference in New Issue
Block a user