mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
Add a new flag for anonymous connections
(This used to be commit 5a96391c75fd13b2fc385aa571244b82bc4736d0)
This commit is contained in:
parent
f98d753b2f
commit
cf90455854
@ -31,6 +31,9 @@
|
||||
/* We want to find the PDC only */
|
||||
#define NET_FLAGS_PDC 4
|
||||
|
||||
/* We want an anonymous connection */
|
||||
#define NET_FLAGS_ANONYMOUS 5
|
||||
|
||||
|
||||
extern int opt_maxusers;
|
||||
extern char *opt_comment;
|
||||
|
Loading…
x
Reference in New Issue
Block a user