2011/11/2 Robinson, Eric <eric.robin...@psmnv.com>

> Our samba boxes are integrated with our Windows 2003 AD domain, with
> Windows servers acting as AD domain controllers. Everything is working
> fine, but in my krb.conf and krb5.conf files on my Linux boxes, I
> currently only have one Windows server specified as the AD logon server.
> If that server is down, I suspect that Linux users could not login. How
> to I specify more than one AD domain controller in my Kerberos/samba
> config files?
>
>
> --
> Eric Robinson
>
>
You can point to more DC's:

[realms]
YOURDOMAIN.COM = {
kdc = pdc.yourdomain.com
kdc = dc-01.yourdomain.com
kdc = dc-02.yourdomain.com
admin_server = pdc.yourdomain.com
master_kdc = pdc.yourdomain.com
}

-- 
BR, Marcel de Reuver
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to