Displaying 7 results from an estimated 7 matches for "if_rwdns_forest".
2016 Aug 25
6
missing dns records? _ldaps._tcp ?
...OSTNAME} 3268
${IF_GC}SRV _ldap._tcp.${SITE}._sites.gc._msdcs.${DNSFOREST} ${HOSTNAME} 3268
${IF_RWDNS_DOMAIN}SRV _ldap._tcp.DomainDnsZones.${DNSDOMAIN} ${HOSTNAME} 389
${IF_DNS_DOMAIN}SRV _ldap._tcp.${SITE}._sites.DomainDnsZones.${DNSDOMAIN} ${HOSTNAME} 389
${IF_RWDNS_FOREST}SRV _ldap._tcp.ForestDnsZones.${DNSFOREST} ${HOSTNAME} 389
${IF_DNS_FOREST}SRV _ldap._tcp.${SITE}._sites.ForestDnsZones.${DNSFOREST} ${HOSTNAME} 389
Ive added the SRV records now as followed, and my squid groups not repond better :-) great.
Use these commands, handy for...
2015 Dec 11
3
Authentication to Secondary Domain Controller initially fails when PDC is offline
...If you want to add the missing NS records, add these lines to
'dns_update_list' :
# RW DNS servers
${IF_RWDNS_DOMAIN}A
${DNSDOMAIN} $IP
${IF_RWDNS_DOMAIN}NS
${DNSDOMAIN} ${HOSTNAME}
# RW DNS servers
${IF_RWDNS_FOREST}NS
_msdcs.${DNSFOREST} ${HOSTNAME}
You should be aware that even if you add these lines, they will not do
you any good at the moment if you use the internal dns server.
There is a problem, it looks like the records do not get added when
samba_dnsupdate is firs...
2016 Aug 27
1
missing dns records? _ldaps._tcp ?
...t; > 3268
> >
> > ${IF_RWDNS_DOMAIN}SRV
> > _ldap._tcp.DomainDnsZones.${DNSDOMAIN} ${HOSTNAME}
> > 389
> >
> > ${IF_DNS_DOMAIN}SRV
> > _ldap._tcp.${SITE}._sites.DomainDnsZones.${DNSDOMAIN} ${HOSTNAME}
> > 389
> >
> > ${IF_RWDNS_FOREST}SRV
> > _ldap._tcp.ForestDnsZones.${DNSFOREST} ${HOSTNAME}
> > 389
> >
> > ${IF_DNS_FOREST}SRV
> > _ldap._tcp.${SITE}._sites.ForestDnsZones.${DNSFOREST} ${HOSTNAME}
> > 389
> >
> >
> >
> >
> >
> > Ive add...
2016 Aug 25
0
missing dns records? _ldaps._tcp ?
...; _ldap._tcp.${SITE}._sites.gc._msdcs.${DNSFOREST} ${HOSTNAME} 3268
>
> ${IF_RWDNS_DOMAIN}SRV
> _ldap._tcp.DomainDnsZones.${DNSDOMAIN} ${HOSTNAME} 389
>
> ${IF_DNS_DOMAIN}SRV
> _ldap._tcp.${SITE}._sites.DomainDnsZones.${DNSDOMAIN} ${HOSTNAME} 389
>
> ${IF_RWDNS_FOREST}SRV
> _ldap._tcp.ForestDnsZones.${DNSFOREST} ${HOSTNAME} 389
>
> ${IF_DNS_FOREST}SRV
> _ldap._tcp.${SITE}._sites.ForestDnsZones.${DNSFOREST} ${HOSTNAME} 389
>
>
>
>
>
> Ive added the SRV records now as followed, and my squid groups not
> repon...
2015 Dec 17
0
Authentication to Secondary Domain Controller initially fails when PDC is offline
...these lines to
> 'dns_update_list' :
>
> # RW DNS servers
> ${IF_RWDNS_DOMAIN}A
> ${DNSDOMAIN} $IP
> ${IF_RWDNS_DOMAIN}NS
> ${DNSDOMAIN} ${HOSTNAME}
>
> # RW DNS servers
> ${IF_RWDNS_FOREST}NS
> _msdcs.${DNSFOREST} ${HOSTNAME}
>
> You should be aware that even if you add these lines, they will not do
> you any good at the moment if you use the internal dns server.
>
> There is a problem, it looks like the records do not get added w...
2016 Aug 24
5
missing dns records? _ldaps._tcp ?
Hai,
Im wondering, im missing the _ldaps._tcp. INTERNAL.DOMAIN.TLD entries in my dns.
Now, before the updates ( badlock ) etc. this wasnt notice i think.
But now since im setting up that everything is doing ldaps i noticed this in my squid setup
( squid mailing subject : [squid-users] ext_kerberos_ldap_group_acl problem )
My question is... did someone resently setup a new AD
2015 Dec 11
5
Authentication to Secondary Domain Controller initially fails when PDC is offline
Thank you Rowland to noticed that.
Here it is:
------------------------------------------------------------------
#!/usr/bin/awk
BEGIN {
ad_zone = "YOUR.DOMAIN.TLD"
msdcs_zone = "_msdcs." ad_zone
dns_server = "YOUR-DC"
}
{
if ($0 ~ /UPDATE SECTION:/) {
getline
print NF, $0
if ($4 == "A") {
if($1 ~ /_msdcs/) {
zone =