mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
selftest: Advertise as PDC and time server during make test
(This used to be commit 65c619b36d
)
This commit is contained in:
parent
60fedc43e7
commit
49264b539d
@ -162,6 +162,10 @@ cat >$SERVERCONFFILE<<EOF
|
||||
|
||||
passdb backend = tdbsam
|
||||
|
||||
domain master = yes
|
||||
domain logons = yes
|
||||
time server = yes
|
||||
|
||||
add user script = $PERL $SRCDIR/lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
|
||||
add machine script = $PERL $SRCDIR/lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
|
||||
delete user script = $PERL $SRCDIR/lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action delete --name %u
|
||||
|
Loading…
Reference in New Issue
Block a user