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 208641 Details for
Bug 251090
ds_remove cannot remove/rename directories
[?]
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]
cvs diffs
as.diffs (text/plain), 2.56 KB, created by
Noriko Hosoi
on 2007-09-27 16:35:35 UTC
(
hide
)
Description:
cvs diffs
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-09-27 16:35:35 UTC
Size:
2.56 KB
patch
obsolete
>Index: admserv/cfgstuff/admserv.conf.in >=================================================================== >RCS file: /cvs/dirsec/adminserver/admserv/cfgstuff/admserv.conf.in,v >retrieving revision 1.8 >diff -t -w -U4 -r1.8 admserv.conf.in >--- admserv/cfgstuff/admserv.conf.in 10 Aug 2007 02:23:29 -0000 1.8 >+++ admserv/cfgstuff/admserv.conf.in 27 Sep 2007 16:31:01 -0000 >@@ -118,9 +118,9 @@ > > # Handle Stop, Start, Restart, Instance Creation - invoke mod_restartd > # need to add instance creation because you may want to create an instance > # of DS on a low port, and instance creation starts the instance as well >-<LocationMatch /*/[tT]asks/[Oo]peration/(?i:stop|start|restart|startconfigds|create)$> >+<LocationMatch /*/[tT]asks/[Oo]peration/(?i:stop|start|restart|startconfigds|create|remove)$> > AuthUserFile @configdir@/admpw > AuthType basic > AuthName "Admin Server" > Require valid-user >Index: admserv/schema/ldif/10dsdata.ldif.tmpl >=================================================================== >RCS file: /cvs/dirsec/adminserver/admserv/schema/ldif/10dsdata.ldif.tmpl,v >retrieving revision 1.8 >diff -t -w -U4 -r1.8 10dsdata.ldif.tmpl >--- admserv/schema/ldif/10dsdata.ldif.tmpl 26 Jun 2007 18:50:28 -0000 1.8 >+++ admserv/schema/ldif/10dsdata.ldif.tmpl 27 Sep 2007 16:31:01 -0000 >@@ -19,9 +19,9 @@ > # END COPYRIGHT BLOCK > dn: o=NetscapeRoot > changetype: modify > add: aci >-aci: (targetattr = "*")(version 3.0; acl "SIE Group"; allow (all) groupdn = "ldap:///cn=slapd-%dsid%, cn=%brand% Directory Server, cn=Server Group, cn=%fqdn%, ou=%domain%, o=NetscapeRoot";) >+aci: (targetattr = "*")(version 3.0; acl "SIE Group (%dsid%)"; allow (all) groupdn = "ldap:///cn=slapd-%dsid%, cn=%brand% Directory Server, cn=Server Group, cn=%fqdn%, ou=%domain%, o=NetscapeRoot";) > > dn: cn=%brand% Directory Server, cn=Server Group, cn=%fqdn%, ou=%domain%, o=NetscapeRoot > objectClass: nsApplication > objectClass: groupOfUniqueNames >Index: mod_restartd/mod_restartd.c >=================================================================== >RCS file: /cvs/dirsec/mod_restartd/mod_restartd.c,v >retrieving revision 1.4 >diff -t -w -U4 -r1.4 mod_restartd.c >--- mod_restartd/mod_restartd.c 17 Nov 2005 17:44:44 -0000 1.4 >+++ mod_restartd/mod_restartd.c 27 Sep 2007 16:31:02 -0000 >@@ -838,9 +838,9 @@ > cgid_pfn_reg_with_ssi("exec", handle_exec); > } > } > >- regcomp(&uriPat, "/.*/tasks/operation/(start|restart|stop|startconfigds|create)$", >+ regcomp(&uriPat, "/.*/tasks/operation/(start|restart|stop|startconfigds|create|remove)$", > REG_EXTENDED|REG_NOSUB|REG_ICASE); > > return OK; > }
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 251090
:
160789
|
160834
|
160835
|
160872
|
208571
| 208641 |
208681