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

EPP: client side status editing #762

Open
vohmar opened this issue Mar 7, 2018 · 3 comments
Open

EPP: client side status editing #762

vohmar opened this issue Mar 7, 2018 · 3 comments
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Mar 7, 2018

Attempts to set/change client side statuses over EPP fail even though Client side status editing is enabled in Admin interface (/admin/settings)

sample query:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd">
  <command>
    <update>
      <domain:update
       xmlns:domain="https://epp.tld.ee/schema/domain-eis-1.0.xsd">
        <domain:name>timo-6a2.ee</domain:name>
        <domain:add>
<domain:status s="clientRenewProhibited" lang="en">Test</domain:status>
        </domain:add>
      </domain:update>
    </update>
    <clTRID>timo-1520436100</clTRID>
  </command>
</epp>

response:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="lib/schemas/epp-ee-1.0.xsd">
  <response>
    <result code="2306">
      <msg lang="en">Parameter value policy error. Client-side object status management not supported: status [status]</msg>
    </result>
    <trID>
      <clTRID>timo-1520436100</clTRID>
      <svTRID>ccReg-4534604104</svTRID>
    </trID>
  </response>
</epp>
@vohmar vohmar added the bug label Mar 7, 2018
yulgolem added a commit that referenced this issue Dec 23, 2019
From this patch epp domains controller will allow to update
domain statuses only if there is only one status - clientHold.
This was made to allow usage of new ForceDelete procedures.

See #762, #1428
@yulgolem
Copy link
Contributor

At #1454 added allowance only for clientHold.
Maybe we should set kind of whitelist of domain statuses we are allowing to change via EPP?

@vohmar
Copy link
Contributor Author

vohmar commented Dec 23, 2019

whitelist sounds like a good idea. We will probably remain with only hold status editing enabled for some time - so we want to allow limited client side status editing

@vohmar
Copy link
Contributor Author

vohmar commented Jan 3, 2020

registar can now add and remove clientHold statuses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants