diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-15 19:00:01 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-16 07:24:01 +1000 |
commit | 1da147e6fa485800d2988168889071d97e393fa3 (patch) | |
tree | 6aab643f7142101ab0d4a79d7ae6563efa8d599f /source4/dsdb/wscript_build | |
parent | d5673b5501225e295bae2a5c0084cf3ce5582dca (diff) | |
download | samba-1da147e6fa485800d2988168889071d97e393fa3.tar.gz samba-1da147e6fa485800d2988168889071d97e393fa3.tar.bz2 samba-1da147e6fa485800d2988168889071d97e393fa3.zip |
s4-repl: added repl_secret handling
initiate a repl secret extended op when requested
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index bc9bd13656..615fd1032a 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -25,7 +25,7 @@ bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA', bld.SAMBA_MODULE('DREPL_SRV', - source='repl/drepl_service.c repl/drepl_periodic.c repl/drepl_partitions.c repl/drepl_out_pull.c repl/drepl_out_helpers.c repl/drepl_notify.c repl/drepl_ridalloc.c repl/drepl_extended.c repl/drepl_fsmo.c', + source='repl/drepl_service.c repl/drepl_periodic.c repl/drepl_partitions.c repl/drepl_out_pull.c repl/drepl_out_helpers.c repl/drepl_notify.c repl/drepl_ridalloc.c repl/drepl_extended.c repl/drepl_fsmo.c repl/drepl_secret.c', autoproto='repl/drepl_service_proto.h', subsystem='service', init_function='server_service_drepl_init', |