-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
I am receiving a record duplicate error when trying to define a SRV record on different ports or to different targets.
Example 1:
_ldap._tcp.dc._msdcs.test123.local=0 50 389 test123.local
_ldap._tcp.dc._msdcs.test123.local=0 50 53 test123.local
Example 2:
_ldap._tcp.dc._msdcs.test123.local=0 50 389 test123.local
_ldap._tcp.dc._msdcs.test123.local=0 50 389 foo.test123.local
Error message is:
Traceback (most recent call last):
File "dnschef.py", line 516, in <module>
config.read(options.file)
File "c:\pythonPath\lib\configparser.py", line 697, in read
self._read(fp, filename)
File "c:\pythonPath\lib\configparser.py", line 1093, in _read
raise DuplicateOptionError(sectname, optname,
configparser.DuplicateOptionError: While reading from '../dnschef.ini' [line 54]: option '_ldap._tcp.dc._msdcs.test123.local' in section 'SRV' already exists
This setting should be allowed and another example can be seen in https://en.wikipedia.org/wiki/SRV_record
Note: I can use the executable version in windows (0.3) and it does not show me any error.
amard33p
Metadata
Metadata
Assignees
Labels
No labels