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 158228 Details for
Bug 245815
DS Admin Migration framework
[?]
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.
new asmigrate.map.in
asmigrate.map.in (text/plain), 3.91 KB, created by
Rich Megginson
on 2007-06-29 18:01:16 UTC
(
hide
)
Description:
new asmigrate.map.in
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2007-06-29 18:01:16 UTC
Size:
3.91 KB
patch
obsolete
># BEGIN COPYRIGHT BLOCK ># This Program is free software; you can redistribute it and/or modify it under ># the terms of the GNU General Public License as published by the Free Software ># Foundation; version 2 of the License. ># ># This Program is distributed in the hope that it will be useful, but WITHOUT ># ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ># FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License along with ># this Program; if not, write to the Free Software Foundation, Inc., 59 Temple ># Place, Suite 330, Boston, MA 02111-1307 USA. ># ># In addition, as a special exception, Red Hat, Inc. gives You the additional ># right to link the code of this Program with code not covered under the GNU ># General Public License ("Non-GPL Code") and to distribute linked combinations ># including the two, subject to the limitations in this paragraph. Non-GPL Code ># permitted under this exception must only link to the code of this Program ># through those well defined interfaces identified in the file named EXCEPTION ># found in the source code files (the "Approved Interfaces"). The files of ># Non-GPL Code may instantiate templates or use macros or inline functions from ># the Approved Interfaces without causing the resulting work to be covered by ># the GNU General Public License. Only Red Hat, Inc. may make changes or ># additions to the list of Approved Interfaces. You must obey the GNU General ># Public License in all respects for all of the Program code and other code used ># in conjunction with the Program except the Non-GPL Code covered by this ># exception. If you modify this file, you may extend this exception to your ># version of the file, but you are not obligated to do so. If you do not wish to ># provide this exception without modification, you must delete this exception ># statement from your version and license this file solely under the GPL without ># exception. ># ># ># Copyright (C) 2007 Red Hat, Inc. ># All rights reserved. ># END COPYRIGHT BLOCK ># ># register_param.map: ># This file is used by the register_server.pl script to register the server ># info to the Configuration Directory Server. The server info is stored in ># the (template) ldif files located in @ldifdir@. In case a server entry has ># %...% format parameters, this map table is used to resolve it and replace ># the parameter with the value defined in this file. ># ># [Parameter resolution rules] ># * If the right-hand value is in ` (backquote), the value is eval'ed by perl. ># The output should be stored in $returnvalue to pass to the internal hash. ># * If the right-hand value is in " (doublequote), the value is passed as is. ># * If the right-hand value is not in any quote, the value should be found ># in either of the setup inf file (static) or the install inf file (dynamic). ># * Variables surrounded by @ (e.g., @configdir@) are replaced with the ># system path at the compile time. ># * The right-hand value can contain variables surrounded by % (e.g., %asid%) ># which refers the right-hand value (key) of this map file. ># >fqdn = FullMachineName >domain = AdminDomain >brand = Brand >normbrand = NormBrand >hostname = `use Net::Domain qw(hostname); $returnvalue = hostname();` >vendor = Vendor >timestamp = `use Time::gmtime; my $gm = gmtime; $returnvalue = sprintf ("%04d%02d%02d%02d%02d%02dZ", 1900+$gm->year, 1+$gm->mon, $gm->mday, $gm->hour, $gm->min, $gm->sec);` > >asid = `use Net::Domain qw(hostname); $returnvalue = hostname();` >as_port = Port >admpw = "@configdir@/admpw" >as_error = "@logdir@/errors" >as_access = "@logdir@/access" >as_pid = "@pidfile@" >as_console_jar = "%normbrand%-admserv-%as_baseversion%.jar" >as_help_path = "@helpdir@" >as_user = SysUser >as_version = Version >as_baseversion = BaseVersion >as_buildnum = BuildNumber >as_sie = "cn=admin-serv-%asid%, cn=%brand% Administration Server, cn=Server Group, cn=%fqdn%, ou=%domain%, o=NetscapeRoot"
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 245815
:
158147
|
158227
| 158228 |
158229
|
158230
|
158231
|
158235
|
158236
|
158237
|
158238
|
158239
|
158241
|
158266
|
158269
|
158883
|
158885
|
159053
|
159352