From HEXONET Wiki
(→Trustee) |
|||
Line 100: | Line 100: | ||
transferlock = 0 | 1 | <NULL> | transferlock = 0 | 1 | <NULL> | ||
</pre> | </pre> | ||
− | + | If the Authorization Code is correct, the transfer will be processed in real-time. | |
=== Delete Domain === | === Delete Domain === | ||
{{Warnbox|Please note that you're only allowed to delete .DE domains if you have the authorization of the domain owner.}} | {{Warnbox|Please note that you're only allowed to delete .DE domains if you have the authorization of the domain owner.}} | ||
Line 181: | Line 181: | ||
An AuthInfo enables a domain holder to carry out a holder change together with the provider change. This option is not available, however, if provisions to the contrary like an active DISPUTE apply. This distinguishes the new procedure from the asynchronous one, which only provides for a separate holder change. Other domain administration processes like updating the domain data or deletions cannot be executed by means of an AuthInfo. | An AuthInfo enables a domain holder to carry out a holder change together with the provider change. This option is not available, however, if provisions to the contrary like an active DISPUTE apply. This distinguishes the new procedure from the asynchronous one, which only provides for a separate holder change. Other domain administration processes like updating the domain data or deletions cannot be executed by means of an AuthInfo. | ||
+ | |||
+ | If you want to transfer a .DE domain to another DENIC member you can set an AuthInfo1 code which will be valid for 30 days by simply assigning a <b>new</b> [[Glossary:Authorization_Code | authorization code]] to the domain: | ||
+ | <pre> | ||
+ | command=ModifyDomain | ||
+ | domain=<DOMAIN> | ||
+ | auth=<TEXT> | ||
+ | </pre> | ||
+ | |||
+ | It is also possible to explicitly set or remove an AuthInfo1 code for a domain name.<br> | ||
+ | You can set an AuthInfo1 code with the [[API:DENIC_CreateAuthInfo1 | DENIC_CreateAuthInfo1]] command: | ||
+ | <pre> | ||
+ | command=DENIC_CreateAuthInfo1 | ||
+ | domain=<DOMAIN> | ||
+ | (optional) | ||
+ | auth=<TEXT> | ||
+ | x-de-authinfo1-expirationdate = <DATE> | ||
+ | </pre> | ||
+ | |||
+ | You can remove an AuthInfo1 code with the [[API:DENIC_DeleteAuthInfo1 | DENIC_DeleteAuthInfo1]] command: | ||
+ | <pre> | ||
+ | command = DENIC_DeleteAuthInfo1 | ||
+ | domain = <DOMAIN> | ||
+ | </pre> | ||
+ | |||
+ | To create an AuthInfo2 for a .DE domain (gets generated directly at DENIC) you have to use [[API:DENIC_CreateAuthInfo2| DENIC_CreateAuthInfo2]]: | ||
+ | <pre> | ||
+ | command = DENIC_CreateAuthInfo2 | ||
+ | domain = <DOMAIN> | ||
+ | </pre> | ||
+ | |||
+ | The AuthInfo2 code will be generated at DENIC. The DENIC sends a letter with the code to the registrant of the domain by post. A DENIC letter containing a AuthInfo2 code normally looks like this: [http://www.hexonet.net/download/denicletter_authinfo2.pdf DENIC AuthInfo2 letter]. | ||
+ | |||
+ | {{Warnbox|Please note that requesting an Authinfo2 code is <b>not free of charge</b>!}} | ||
+ | |||
+ | Please note that when a .DE Domain is transferred successfully, then the registration period starts from the beginning. | ||
= Addons = | = Addons = |
Revision as of 09:58, 14 August 2012
.DE is the official country code Top-Level-Domain (ccTLD) of Germany (Deutschland). A .DE Domain is normally used by companies or private entities who are located in Germany. |