FRED has a regular procedure that automatically delete
contacts, nssets and keysets that are 6 month unattached and unmodified.
Is it possible to mark certain contacts, or set a state, so they will NOT be deleted, even if they are 6 months unattached and unmodified ?
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed.
If you are not the intended recipient or authorized to receive information for the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If the email contains proposals, they are valid for 30 days following the date of email transmission. Finally, the recipient should check this email and any attachment for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by email.
Im trying to figure out where the Administrative Contact for one Domain are stored in the PostgreSQL database ?
The only table i can find is epp_info_buffer_content. Could it be this one ?
regards
Petur
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed.
If you are not the intended recipient or authorized to receive information for the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If the email contains proposals, they are valid for 30 days following the date of email transmission. Finally, the recipient should check this email and any attachment for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by email.
I've created a zone "test" using fred_client.
For updating the BIND files I use "genzone_client" as advised recently
by Vyteszlav. Here are the results:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
root@mguerra:~# genzone_client test
Error when generating zone: CORBA failure, original exception is:
CosNaming.NamingContext.NotFound(why=missing_node,
rest_of_name=[CosNaming.NameComponent(id='ZoneGenerator', kind='Object')])
Exception exceptions.AttributeError: "'Zone' object has no attribute
'zonedata'" in <bound method Zone.__del__ of <pyfred.zone.Zone object at
0xb79009ac>> ignored
----------------------------------------------------------------------------------------------------------------------------------------------------------------
These are the genzone.conf contents:
----------------------------------------------------------------------------------------------------------------------------------------------------------------
[general]
# host[:port]
nameservice= localhost:2809
context = fred
reload = 1
verbose = 0
# if empty all zones will be generated
zones =
[0.2.4.e164.arpa]
chunk = 3
maxchanges= 30
backupdir = /usr/local/var/0.2.4.e164.arpa
zonedir = /etc/bind
[cz]
chunk = 100
maxchanges= 10%
backupdir = /usr/local/var/cz
zonedir = /etc/bind
[cr]
chunk = 100
maxchanges= 10%
backupdir = /usr/local/var/cz
zonedir = /etc/bind
[test] <------------------------------------------------- note this
-----------------------------------------------------
chunk = 100
maxchanges= 10%
backupdir = /usr/local/var/cz
zonedir = /etc/bind
----------------------------------------------------------------------------------------------------------------------------------------------------------------
The service that runs genzone_client (omniNames) is active.
Any hints?.
Thanks in advance.
I would be more than happy contributing to FRED in these ways:
1. Making a tutorial for installing (from scratch) it and configuring it
correctly, then creating a base domain (like "cr"), creating contacts,
nssets, etc. and generating the corresponding BIND files. Afterwards
using the administrative tasks, etc.
2. Translating BIND to Spanish.
When I end the test configuration I think I can start with this (I've
documented the installation and configuration process).
Best regards
Hello.
We are starting to test FRED in earnest.
By using fred-client we have suucessfully created both contacts and nssets.
When trying to create .cz domains the result is satisfactory, but
not with .cr (Costa Rica) domains. Notice that we inserted a record
in the "zones" table and another in the "zones_ns" table.
Here is what happens:
--------------------------------
REG-FRED_A@localhost> create_domain cwatson.cr NIC:020 NULL NICNS:020
NULL (3 y)
Do you really want to send this command to the server? (y/N): y
ERROR: Server returned an empty message.
Ending session at localhost
Disconnected.
Try to automaticly reconnect - send login.
Connecting to localhost, port 700 ...
Connected!
ERROR: Authentication error
----------------------------------
If the domain were, say, cwatson.cz it is created with no problems.
I'm sure I'm omitting something.
Thanks in advance.
Mario Guerra
NIC-CR
I am developing a client interface against FRED. So far everythings fine.
Now i need to make it possible for customers to search for Contacts and other things, and it seems like, if i use the fred-client command, things go to slow.
For example when i need to search for Names of Contacts, i first need to do "list_contacts", and then go through every CONTACT, and check for the name.
If i use an sql-query i can search directly on the NAME.
So, the way to do this, is by SQL query directly against the PostgreSQL database ? It will not interfere with anything else ? What will you recommend ?
regards
Petur
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed.
If you are not the intended recipient or authorized to receive information for the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If the email contains proposals, they are valid for 30 days following the date of email transmission. Finally, the recipient should check this email and any attachment for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by email.
REG-FO@localhost> create_nsset NS433 ((NS1.DOTSERV.NET), (NS2.DOTSERV.NET)) ID002103
Do you really want to send this command to the server? (y/N): y
Return code: 2005
Reason: Parameter value syntax error
ERROR: Element that caused a server error condition: <nsset:name xmlns:nsset='http://www.nic.cz/xml/epp/nsset-1.2'>NS1.DOTSERV.NET</nsset:name>
Reason: Invalid nameserver hostname.
Element that caused a server error condition: <nsset:name xmlns:nsset='http://www.nic.cz/xml/epp/nsset-1.2'>NS2.DOTSERV.NET</nsset:name>
Reason: Invalid nameserver hostname.
Why do i get this error ?
Do i need to specify wich countries are allowed for nameservers ? If yes, how do i do that ?
regards
Petur
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed.
If you are not the intended recipient or authorized to receive information for the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If the email contains proposals, they are valid for 30 days following the date of email transmission. Finally, the recipient should check this email and any attachment for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by email.
As i am programming and testing, i have filled up the PostgreSQL database of FRED with testdata.
Now i would like the delete all the data, which means all domains, contacts, nssets etc.
Is there some fast way to do this ? or do i have to empty every table, one at a time ? and would that solution be secure ?
regards
Petur
________________________________________
Fra: fred-users-bounces(a)lists.nic.cz [fred-users-bounces(a)lists.nic.cz] På vegne af Jaromír Talíř [jaromir.talir(a)nic.cz]
Sendt: 28. november 2008 17:31
Til: fred-users(a)lists.nic.cz
Emne: Re: contact ID
This Fred feature is called "handle protection". We decided to prevent
handle from it's immediate registration to protect contacts. Imagine
situation when some domain is registered for contact C123 and this
person will switch to use different contact handle for it's domain and
delete old unused contact C123. Someone can register C123 and claim to
registrar that he is original owner of domain. We think registrar need
some time for example to do update of its own contact database. After
some time (2 month) this contact is not protected anymore and anybody
can register it.
Jaromir
Petur Kirke píše v Po 24. 11. 2008 v 15:57 +0000:
> I was trying to create contacts programmatically, something like this:
>
> create_contact ID1 ...
>
> and i get this response:
>
> Return code: 2005
> Reason: Parameter value syntax error
>
> ERROR: Element that caused a server error condition: <contact:id xmlns:contact='http://www.nic.cz/xml/epp/contact-1.4'>ID1</contact:id>
> Reason: within protection peridod.
>
> I think the reason is because ID1 is already in the database, right ?
> and how long is this protection period ? when can i insert this ID again ?
>
> This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed.
> If you are not the intended recipient or authorized to receive information for the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If the email contains proposals, they are valid for 30 days following the date of email transmission. Finally, the recipient should check this email and any attachment for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by email.
> _______________________________________________
> Fred-users mailing list
> Fred-users(a)lists.nic.cz
> https://lists.nic.cz/mailman/listinfo/fred-users
This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed.
If you are not the intended recipient or authorized to receive information for the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If the email contains proposals, they are valid for 30 days following the date of email transmission. Finally, the recipient should check this email and any attachment for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by email.