On 17/09/14 07:25, David Kupka wrote:


3)
+    elif options.reverse_zones or (not(options.no_reverse) and
bindinstance.create_reverse()):

OR operator, this will create additional zones (non-specified by user)
even if user write NO

When user specifies some reverse zone (using --reverse-zone) we can assume that he wants to configure reverse zones (otherwise his is kind of indecisive, at least). So there is no reason to ask him again. The question is asked only when the user didn't provided any reverse zone nor specified --no-reverse.

4)
IF user specify zone 10.in-addr.arpa, and ip addresses 10.0.0.1,
192.168.1.1, and answer to not create additional zones, how is this case
handled?


The question is not asked. See the answer to 3).
Sorry my bad.

--
Martin Basti

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to