Displaying 8 results from an estimated 8 matches for "cc961719".
2013 Feb 22
1
Unable to join domain, apparent DNS problem
...s something wrong with my
client-side setup.
Attempting to join the WS2003 AD domain also fails. Snooping the network
traffic reveals this:
client: DNS query _ldap._tcp.dc._msdcs.ALLENLAN.NET: type SRV, class IN
DC: no such server
I found this MS link:
http://technet.microsoft.com/en-us/library/cc961719.aspx
Which says, in part:
"_ldap._tcp.dc._msdcs.DnsDomainName
Allows a client to locate a domain controller (dc) of the domain named by
DnsDomainName . All Windows 2000 Server based domain controllers register
this SRV record."
I am very new to Active Directory setup. So it is quite l...
2016 Dec 29
6
Samba AD - "No logon servers available"
Hi guys,
I've migrated from Samba NT4 to Samba AD, joined other Windows DC's to the domain and then demoted my Samba DC.
I am not being able to login from client computers with the error stated on the subject. I've tried everything, from making sure replication is OK, client DNS configuration also. Registry modifications from prior Samba NT4 domain were reverted in the client.
Are
2015 Apr 23
4
Machine choosing unexpected logonserver in multi-dc domain 4.2.1
I have the following setup in a samba 4.2.1 multi-dc domain
DC1 - 10.10.2.50
DC2 - 10.10.2.60
DC3 - 192.168.103.2
I have a site and subnet setup for each DC in Active Directory Sites
and Services
DC1 server in site DC1 with subnet 10.10.2.50/32
DC2 server in site DC2 with subnet 10.10.2.0/24
DC3 server in site DC3 with subnet 192.168.103.0/24
DC3 has dhcpd setup giving machines on it's
2015 Sep 10
0
My dovecot works fine against Active Directory 2003, but not against AD2008
...d in a "special" dns design in SRV records.
so the ldap client performs a dns lookup for this names and this is the
point of hanging (as in most "hanging cases", its dns).
see:
https://technet.microsoft.com/en-us/library/cc978014.aspx
https://technet.microsoft.com/en-us/library/cc961719.aspx
http://www.mail-archive.com/cas at tp.its.yale.edu/msg00797.html
for information.
Greetz Matze
On Thu, 10 Sep 2015 13:10:57 +0200
Fran <cumc-4361-2 at chguadalquivir.es> wrote:
> Hi Matthias,
>
> thank you very much! that fixed the problem.
>
> I had workaround t...
2016 Dec 29
0
Samba AD - "No logon servers available"
...se verify that all required _ldap/_kerberos records
exist in the correct zones. For some examples, see:
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller#Verifying_DNS
or because you are no longer a Samba user: ;-)
https://technet.microsoft.com/en-us/library/cc961719.aspx
If all required records exist and logging in still fails, I continue
guessing that it is DNS related:
- At least one of the Windows DCs runs a DNS server?
- The clients are using the DNS on the Windows DC?
Test by running on a client
> ping Short_DC_Name
Regards,
Marc
2016 Dec 29
2
Samba AD - "No logon servers available"
...equired _ldap/_kerberos
> records exist in the correct zones. For some examples, see:
> https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller#Verifying_DNS
> or because you are no longer a Samba user: ;-)
> https://technet.microsoft.com/en-us/library/cc961719.aspx
>
> If all required records exist and logging in still fails, I continue
> guessing that it is DNS related:
> - At least one of the Windows DCs runs a DNS server?
> - The clients are using the DNS on the Windows DC?
> Test by running on a client
> > ping Short_DC_N...
2015 Sep 10
2
My dovecot works fine against Active Directory 2003, but not against AD2008
Hi Matthias,
thank you very much! that fixed the problem.
I had workaround the problem by using "base = ou=xxxx, dc=dom", instead
of "base = dc=dom" in the dovecot-ldap.conf.ext file, because that also
worked (I don't know why, but the problem happen if you use as base just
the domain, but not if you add a second level). But that forced to me to
use several userdb/passdb
2016 Aug 25
6
missing dns records? _ldaps._tcp ?
Ok thank you guys for you input.
So we need tot add something here :
cat /var/lib/samba/private/dns_update_list | grep ldap
${IF_RWDC}SRV _ldap._tcp.${DNSDOMAIN} ${HOSTNAME} 389
${IF_RWDC}SRV _ldap._tcp.dc._msdcs.${DNSDOMAIN} ${HOSTNAME} 389
${IF_RWDC}SRV _ldap._tcp.${DOMAINGUID}.domains._msdcs.${DNSFOREST}