Modify ↓
Ticket #1135 (closed feature request: fixed)
Add SRV records
| Reported by: | stefan@… | Owned by: | ejhernandez@… |
|---|---|---|---|
| Milestone: | 2.2 | Component: | dns |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by ejhernandez@…) (diff)
It cannot add SRV records in DNS zone configuration, it could be useful for many purposes, for instance VoIP or Windows clients.
Attachments
Change History
comment:1 Changed 5 years ago by ejhernandez@…
- Description modified (diff)
- Summary changed from can not add srv records for M$ clients to Add SRV records
comment:3 Changed 4 years ago by anonymous
I think these records should be created in /usr/share/ebox/stubs/dns/db.mas when a pdc mode is specified.
; PDC records
_ldap._tcp.<% $domain{'name'} %>. SRV 0 0 389 XXX.<% $domain{'name'} %>.
_kerberos._tcp.<% $domain{'name'} %>. SRV 0 0 88 XXX.<% $domain{'name'} %>.
_ldap._tcp.dc._msdcs.<% $domain{'name'} %>. SRV 0 0 389 XXX.<% $domain{'name'} %>.
_kerberos._tcp.dc._msdcs.<% $domain{'name'} %>. SRV 0 0 88 XXX.<% $domain{'name'} %>.
comment:4 Changed 4 years ago by juruen@…
- Status changed from new to closed
- Resolution set to invalid
Moved to wishlist wiki page
comment:5 Changed 2 years ago by ejhernandez@…
- Status changed from closed to reopened
- Resolution invalid deleted
Note: See
TracTickets for help on using
tickets.