mirror of
https://github.com/samba-team/samba.git
synced 2025-11-14 12:23:52 +03:00
r3607: EnumDomainAlises doesn't take a max_size parameter.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
54e1e5edca
commit
996d042bf7
@@ -183,7 +183,6 @@ class DomainHandle(SamrHandle):
|
||||
# acct_flags in SamrEnumerateAliasesInDomain has probably
|
||||
# no meaning so use 0xffffffff like W2K
|
||||
r['acct_flags'] = 0xffffffff
|
||||
r['max_size'] = 1000
|
||||
|
||||
result = dcerpc.samr_EnumDomainAliases(self.pipe, r)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user