The Samba-Bugzilla – Attachment 14661 Details for
Bug 12889
Race condition in GetNCChanges leads to unresolvable schema
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
script to reproduce bug
break_repl.sh (text/plain), 1.16 KB, created by
Aaron Haslett (dead mail address)
on 2018-11-14 22:53:58 UTC
(
hide
)
Description:
script to reproduce bug
Filename:
MIME Type:
Creator:
Aaron Haslett (dead mail address)
Created:
2018-11-14 22:53:58 UTC
Size:
1.16 KB
patch
obsolete
>#!/bin/bash > >loop_repl() { > i=0; > echo "entering repl loop" > while [ $? -eq 0 ]; do > echo "repl loop $i"; > echo "repl schema"; > ./bin/samba-tool drs replicate $DC_SERVER $SERVER CN=SCHEMA,CN=CONFIGURATION,DC=SAMBA,DC=EXAMPLE,DC=COM -s ./st/ad_dc_ntvfs/etc/smb.conf > echo "repl config"; > ./bin/samba-tool drs replicate $DC_SERVER $SERVER CN=CONFIGURATION,DC=SAMBA,DC=EXAMPLE,DC=COM -s ./st/ad_dc_ntvfs/etc/smb.conf > echo "repl domaindns"; > ./bin/samba-tool drs replicate $DC_SERVER $SERVER DC=DOMAINDNSZONES,DC=SAMBA,DC=EXAMPLE,DC=COM -s ./st/ad_dc_ntvfs/etc/smb.conf > echo "repl root samba"; > ./bin/samba-tool drs replicate $DC_SERVER $SERVER DC=SAMBA,DC=EXAMPLE,DC=COM -s ./st/ad_dc_ntvfs/etc/smb.conf > echo "repl forestdns"; > ./bin/samba-tool drs replicate $DC_SERVER $SERVER DC=FORESTDNSZONES,DC=SAMBA,DC=EXAMPLE,DC=COM -s ./st/ad_dc_ntvfs/etc/smb.conf > let i=i+1; > done >} > >loop_ldaptest() { > i=0; > echo "entering ldap test loop" > while [ $? -eq 0 ]; do > echo "ldap test loop $i"; > PYTHONPATH=./bin/python/ python ./source4/dsdb/tests/python/ldap_schema.py ldap://$DC_SERVER_IP -U$USERNAME%$PASSWORD --workgroup=$DOMAIN > let i=i+1; > done >} > >loop_repl & loop_ldaptest
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12889
: 14661