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 315119 Details for
Bug 460331
openldap-server's migrate_automount.pl produces obsolete output
[?]
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]
patch to /usr/share/openldap/migration/migrate_automount.pl
migrate.diff (text/plain), 1.22 KB, created by
Habig, Alec
on 2008-08-27 16:26:27 UTC
(
hide
)
Description:
patch to /usr/share/openldap/migration/migrate_automount.pl
Filename:
MIME Type:
Creator:
Habig, Alec
Created:
2008-08-27 16:26:27 UTC
Size:
1.22 KB
patch
obsolete
>--- /usr/share/openldap/migration/migrate_automount.pl 2008-07-10 00:47:18.000000000 -0500 >+++ ./migrate_automount.pl 2008-08-27 10:53:42.000000000 -0500 >@@ -52,10 +52,10 @@ > } > > # setup the top level for this automounter map >-print $HANDLE "dn: nisMapName=$mapname,$NAMINGCONTEXT\n"; >+print $HANDLE "dn: ou=$mapname,$NAMINGCONTEXT\n"; > print $HANDLE "objectClass: top\n"; >-print $HANDLE "objectClass: nisMap\n"; >-print $HANDLE "nisMapName: $mapname\n"; >+print $HANDLE "objectClass: automountMap\n"; >+print $HANDLE "ou: $mapname\n"; > print $HANDLE "\n"; > > while(<INFILE>) >@@ -87,14 +87,13 @@ > if ($key eq "*"){ > # since * isnt a valid attrib, replace it with "/" > # which isnt a valid filename :-> >- print $HANDLE "dn: cn=/,nisMapName=$mapname,$NAMINGCONTEXT\n"; >+ print $HANDLE "dn: cn=/,ou=$mapname,$NAMINGCONTEXT\n"; > } else { >- print $HANDLE "dn: cn=$key,nisMapName=$mapname,$NAMINGCONTEXT\n"; >+ print $HANDLE "dn: cn=$key,ou=$mapname,$NAMINGCONTEXT\n"; > } >- print $HANDLE "objectClass: nisObject\n"; >+ print $HANDLE "objectClass: automount\n"; > print $HANDLE "cn: $key\n"; >- print $HANDLE "nisMapEntry: $value\n"; >- print $HANDLE "nisMapName: $mapname\n"; >+ print $HANDLE "automountInformation: $value\n"; > print $HANDLE "\n"; > } >
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 460331
: 315119