Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 665249 Details for
Bug 887801
Chainingbackend longduration test(test03) failed with "Insufficient access" error=50
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
svn diff chainingbackend_longduration.sh
chainingbackend_longduration.sh.diff (text/plain), 3.82 KB, created by
Noriko Hosoi
on 2012-12-18 03:06:33 UTC
(
hide
)
Description:
svn diff chainingbackend_longduration.sh
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2012-12-18 03:06:33 UTC
Size:
3.82 KB
patch
obsolete
>Index: chainingbackend_longduration.sh >=================================================================== >--- chainingbackend_longduration.sh (ãªãã¸ã§ã³ 7179) >+++ chainingbackend_longduration.sh (使¥ã³ãã¼) >@@ -253,6 +253,11 @@ > aci: (targetattr = \"*\")(version 3.0; acl \"Everybody! Everybody!\"; allow (all) (userdn = \"ldap:///anyone\");) > aci: (targetattr = \"*\") (version 3.0;acl \"$CBR_TEST_USER_NAME\";allow (all)(userdn = \"ldap:///uid=$CBR_TEST_USER_NAME,$CBR_SUFFIX\");) > aci: (targetattr = \"*\") (version 3.0;acl \"$CBR_PROXY_USER_NAME\";allow (proxy)(userdn = \"ldap:///uid=$CBR_PROXY_USER_NAME,$CBR_SUFFIX\");) >+ >+dn: o=farm1,$CBR_SUFFIX >+changetype: add >+objectClass: top >+objectClass: organization > " > $TmpPrefix.Farm.ldif > > message "Configuring Farm1" >@@ -262,6 +267,19 @@ > $LDAPMODIFY -c -h $LDAPhost -p $CBR_FARM1_PORT -D "$ROOTDN" -w $ROOTDNPW -f $TmpPrefix.User.ldif > if [ $? -ne 0 ]; then TstResult=FAIL;fi > >+ echo "dn: $CBR_SUFFIX >+changetype: modify >+add : aci >+aci: (targetattr = \"*\")(version 3.0; acl \"Everybody! Everybody!\"; allow (all) (userdn = \"ldap:///anyone\");) >+aci: (targetattr = \"*\") (version 3.0;acl \"$CBR_TEST_USER_NAME\";allow (all)(userdn = \"ldap:///uid=$CBR_TEST_USER_NAME,$CBR_SUFFIX\");) >+aci: (targetattr = \"*\") (version 3.0;acl \"$CBR_PROXY_USER_NAME\";allow (proxy)(userdn = \"ldap:///uid=$CBR_PROXY_USER_NAME,$CBR_SUFFIX\");) >+ >+dn: o=farm2,$CBR_SUFFIX >+changetype: add >+objectClass: top >+objectClass: organization >+" > $TmpPrefix.Farm.ldif >+ > message "Configuring Farm2" > $LDAPMODIFY -c -h $LDAPhost -p $CBR_FARM2_PORT -D "$ROOTDN" -w $ROOTDNPW -f $TmpPrefix.Farm.ldif > if [ $? -ne 0 ]; then TstResult=FAIL;fi >@@ -271,6 +289,7 @@ > > message "setting nsslapd-sizelimit" > message "the error checking for this next section is disabled because these sizelimit files are likley disabled." >+# Where are the mux.ldif, farm1.ldif and farm2.ldif? > $LDAPMODIFY -c -h $LDAPhost -p $CBR_MUX_PORT -D "$ROOTDN" -w $ROOTDNPW -f $TET_TMP_DIR/mux.ldif > $LDAPMODIFY -c -h $LDAPhost -p $CBR_FARM1_PORT -D "$ROOTDN" -w $ROOTDNPW -f $TET_TMP_DIR/farm1.ldif > $LDAPMODIFY -c -h $LDAPhost -p $CBR_FARM2_PORT -D "$ROOTDN" -w $ROOTDNPW -f $TET_TMP_DIR/farm2.ldif >@@ -309,39 +328,6 @@ > # > echo $LD_LIBRARY_PATH > >- # First launch of ldclt seems to be failing, So need to launch twice to test it. >- $LDCLT \ >- -h $LDAPhost -p $CBR_MUX_PORT \ >- -D "uid=$CBR_TEST_USER_NAME,$CBR_SUFFIX" -w "$CBR_TEST_USER_PWD" \ >- -e add,person,incr,noloop \ >- -r 0 -R $CBR_MAX_RANGE \ >- -b "o=farm1,$CBR_SUFFIX" -f "cn=monsieurXXXXX" \ >- -I 68 -I 32 \ >- -v -q -n 1 > $TET_TMP_DIR/cbrtest_01.farm1.out 2>&1 & >- # The above one would fail. >- >- >- # Run the "farm2" ldclt >- message "Running ldclt on farm2" >- # First launch of ldclt seems to be failing, So need to launch twice to test it. >- $LDCLT \ >- -h $LDAPhost -p $CBR_MUX_PORT \ >- -D "uid=$CBR_TEST_USER_NAME,$CBR_SUFFIX" -w "$CBR_TEST_USER_PWD" \ >- -e add,person,incr,noloop \ >- -r 0 -R $CBR_MAX_RANGE \ >- -b "o=farm2,$CBR_SUFFIX" -f "cn=monsieurXXXXX" \ >- -I 68 -I 32 \ >- -v -q -n 1 > $TET_TMP_DIR/cbrtest_01.farm2.out 2>&1 >- if [ $? -eq 0 ]; then >- echo "Test01: Test results for farm2 - PASS" >- #TstResult2=PASS >- else >- echo "Test01: Test results for farm2 - FAIL" >- #TstResult2=FAIL >- fi >- # The above one would fail. >- >- #The same above ldclt add would succeed at this time. > $LDCLT -h $LDAPhost -p $CBR_MUX_PORT -D "uid=$CBR_TEST_USER_NAME,$CBR_SUFFIX" -w "$CBR_TEST_USER_PWD" -e add,person,incr,noloop -r 0 -R $CBR_MAX_RANGE -b "o=farm2,$CBR_SUFFIX" -f "cn=monsieurXXXXX" -I 68 -I 32 -v -q -n 1 > $TET_TMP_DIR/cbrtest_01_02.farm2.out 2>&1 > if [ $? -eq 0 ]; then > echo "Test01_02: Test results for farm2 - PASS"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 887801
: 665249