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 157429 Details for
Bug 237356
Move DS Admin Code into Admin Server
[?]
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.
cvs diff and commit messages for small bug fixes
setup.txt (text/plain), 3.75 KB, created by
Noriko Hosoi
on 2007-06-19 23:07:46 UTC
(
hide
)
Description:
cvs diff and commit messages for small bug fixes
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-06-19 23:07:46 UTC
Size:
3.75 KB
patch
obsolete
>> 1) fixing the default suffix: dc=laputa, dc=sfbay, dc=redhat, dc=com ===> dc=sfbay, dc=redhat, dc=com >> ldapserver/ldap/admin/src/scripts/DSDialogs.pm >> Index: ldap/admin/src/scripts/DSDialogs.pm >> =================================================================== >> RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/scripts/DSDialogs.pm,v >> retrieving revision 1.1 >> diff -t -w -U4 -r1.1 DSDialogs.pm >> --- ldap/admin/src/scripts/DSDialogs.pm 8 Jun 2007 01:09:16 -0000 1.1 >> +++ ldap/admin/src/scripts/DSDialogs.pm 19 Jun 2007 20:04:50 -0000 >> @@ -121,8 +121,9 @@ >> $suffix = $self->{manager}->{inf}->{General}->{FullMachineName}; >> if (!defined($suffix)) { >> $suffix = hostfqdn; >> } >> + $suffix =~ s/^[^\.]*\.//; # just the domain part >> # convert fqdn to dc= domain components >> $suffix = "dc=$suffix"; >> $suffix =~ s/\./, dc=/g; >> } >Ok. > >Resolves: #237356 >Summary: Move DS Admin Code into Admin Server >Description: fixing the default suffix: dc=<host>, dc=<dc1>, dc=<dc2>, >dc=<dc3> ===> dc=<dc1>, dc=<dc2>, dc=<dc3> >CVS: ---------------------------------------------------------------------- >CVS: Enter Log. Lines beginning with `CVS:' are removed automatically >CVS: >CVS: Committing in . >CVS: >CVS: Modified Files: >CVS: DSDialogs.pm >CVS: ---------------------------------------------------------------------- >Checking in DSDialogs.pm; >/cvs/dirsec/ldapserver/ldap/admin/src/scripts/DSDialogs.pm,v <-- >DSDialogs.pm >new revision: 1.2; previous revision: 1.1 >done > >> >> 2) fixing Administration Domain [com] ===> Administration Domain [sfbay.redhat.com] >> adminserver/admserv/newinst/src/ConfigDSDialogs.pm >> Index: admserv/newinst/src/ConfigDSDialogs.pm >> =================================================================== >> RCS file: /cvs/dirsec/adminserver/admserv/newinst/src/ConfigDSDialogs.pm,v >> retrieving revision 1.2 >> diff -t -w -U4 -r1.2 ConfigDSDialogs.pm >> --- admserv/newinst/src/ConfigDSDialogs.pm 19 Jun 2007 18:32:28 -0000 1.2 >> +++ admserv/newinst/src/ConfigDSDialogs.pm 19 Jun 2007 20:07:13 -0000 >> @@ -110,9 +110,9 @@ >> my $admindomain = $self->{manager}->{inf}->{General}->{AdminDomain}; >> if (!defined($admindomain)) { >> $admindomain = $self->{manager}->{inf}->{General}->{FullMachineName} || >> hostfqdn; >> - $admindomain =~ s/^.*\.//; # just the domain part >> + $admindomain =~ s/^[^\.]*\.//; # just the domain part >> } >Ok. >> return $admindomain; >> } else { # the CA cert >> my $url = $self->{manager}->{inf}->{General}->{ConfigDirectoryLdapURL}; >> @@ -241,9 +241,9 @@ >> my $admindomain = $self->{manager}->{inf}->{General}->{AdminDomain}; >> if (!defined($admindomain)) { >> $admindomain = $self->{manager}->{inf}->{General}->{FullMachineName} || >> hostfqdn; >> - $admindomain =~ s/^.*\.//; # just the domain part >> + $admindomain =~ s/^[^\.]*\.//; # just the domain part >> } >Ok. >> return $admindomain; >> }, >> sub { > >Resolves: #237356 >Summary: Move DS Admin Code into Admin Server >Description: fixing Administration Domain [com] ===> Administration Domain >[<domainname>] >CVS: ---------------------------------------------------------------------- >CVS: Enter Log. Lines beginning with `CVS:' are removed automatically >CVS: >CVS: Committing in . >CVS: >CVS: Modified Files: >CVS: ConfigDSDialogs.pm >CVS: ---------------------------------------------------------------------- >hecking in ConfigDSDialogs.pm; >/cvs/dirsec/adminserver/admserv/newinst/src/ConfigDSDialogs.pm,v <-- >ConfigDSDialogs.pm >new revision: 1.3; previous revision: 1.2 >done >
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 237356
:
153230
|
153562
|
153667
|
153668
|
153674
|
153675
|
153677
|
153678
|
155103
|
155105
|
155406
|
155407
|
155408
|
155409
|
155410
|
155411
|
155412
|
155413
|
155414
|
155483
|
155484
|
155485
|
155486
|
155487
|
155488
|
155489
|
155490
|
156389
|
156510
|
156525
|
156539
|
156540
|
156541
|
156612
|
156613
|
156614
|
156626
|
156633
|
156634
|
156741
|
156829
|
156834
|
156839
|
156840
|
156895
|
157043
|
157044
|
157133
|
157159
|
157160
|
157164
|
157165
|
157167
|
157298
|
157378
|
157381
|
157388
|
157390
|
157400
|
157401
|
157407
|
157408
| 157429 |
157431
|
157469
|
157471
|
157479
|
157480
|
160762