1
0
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:
Kai Blin 2008-05-05 15:26:11 +02:00 committed by Michael Adam
parent 60fedc43e7
commit 49264b539d

View File

@ -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