mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
selftest: test new "lsa over netlogon" smb.conf option
This proves we can act like Windows and over lsarpc over netlogon if we want Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu Dec 15 12:11:09 CET 2016 on sn-devel-144
This commit is contained in:
parent
31d625bcd2
commit
b6fa384471
@ -79,7 +79,7 @@
|
|||||||
^samba4.rpc.netlogon.*.NetrEnumerateTrustedDomainsEx
|
^samba4.rpc.netlogon.*.NetrEnumerateTrustedDomainsEx
|
||||||
^samba4.rpc.netlogon.*.GetPassword
|
^samba4.rpc.netlogon.*.GetPassword
|
||||||
^samba4.rpc.netlogon.*.DatabaseRedo
|
^samba4.rpc.netlogon.*.DatabaseRedo
|
||||||
^samba4.rpc.netlogon.*.netlogon.lsa_over_netlogon #Broken by split of \\pipe\lsass from \\pipe\netlogon in the IDL
|
^samba4.rpc.netlogon.*.netlogon.lsa_over_netlogon\(ad_dc\) #Broken by split of \\pipe\lsass from \\pipe\netlogon in the IDL
|
||||||
^samba4.rpc.netlogon.*.netlogon.SetupCredentialsDowngrade\(ad_dc_ntvfs\) # Broken by allowing NT4 crypto on this environment
|
^samba4.rpc.netlogon.*.netlogon.SetupCredentialsDowngrade\(ad_dc_ntvfs\) # Broken by allowing NT4 crypto on this environment
|
||||||
^samba4.rpc.netlogon.*.netlogon.SetupCredentialsDowngrade\(ad_dc_ntvfs:local\) # Broken by allowing NT4 crypto on this environment
|
^samba4.rpc.netlogon.*.netlogon.SetupCredentialsDowngrade\(ad_dc_ntvfs:local\) # Broken by allowing NT4 crypto on this environment
|
||||||
^samba4.rpc.drsuapi.*ncacn_ip_tcp.*validate # should only work with seal
|
^samba4.rpc.drsuapi.*ncacn_ip_tcp.*validate # should only work with seal
|
||||||
|
@ -1399,6 +1399,7 @@ sub provision_ad_dc_ntvfs($$)
|
|||||||
server services = +winbind -winbindd
|
server services = +winbind -winbindd
|
||||||
ldap server require strong auth = allow_sasl_over_tls
|
ldap server require strong auth = allow_sasl_over_tls
|
||||||
allow nt4 crypto = yes
|
allow nt4 crypto = yes
|
||||||
|
lsa over netlogon = yes
|
||||||
";
|
";
|
||||||
my $ret = $self->provision($prefix,
|
my $ret = $self->provision($prefix,
|
||||||
"domain controller",
|
"domain controller",
|
||||||
|
Loading…
Reference in New Issue
Block a user