Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to edit hostname in bookmark #8700

Closed
cyberduck opened this issue Mar 25, 2015 · 1 comment
Closed

Unable to edit hostname in bookmark #8700

cyberduck opened this issue Mar 25, 2015 · 1 comment
Assignees
Labels
bug irods IRODS Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

94d3d00 created the issue

Install 4.6.5 release on Mac OS X
Update to latest snapshot build on Mar 25, 15
I imported/opened the following profile

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "_Apple_DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>Protocol</key>
        <string>irods</string>
        <key>Vendor</key>
        <string>iplant</string>
        <key>Description</key>
        <string>iPlant Data Store</string>
        <key>Hostname Configurable</key>
        <false/>
        <key>Port Configurable</key>
        <false/>
        <key>Default Hostname</key>
        <string>data.iplantcollaborative.org</string>
        <key>Region</key>
        <string>iplant</string>
        <key>Default Port</key>
        <string>1247</string>
        <key>Username Placeholder</key>
        <string>iPlant username</string>
        <key>Password Placeholder</key>
        <string>iPlant password</string>
    </dict>
</plist>

Then through bookmarks, clicked the "pencil" icon to edit the bookmark
Unable to change URL line or enter anything into the Server editbox

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This is because the hostname is set to be static with

        <key>Hostname Configurable</key>
        <false/>

in the profile.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug irods IRODS Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants