The DC is running Windows 2003 Server.
Any and all help appreciate
Kind regards
Jan
--
Rick
Yes, it does. At least for me.
Say, your domain is EXAMPLE. When you enter "ping EXAMPLE", does your DC
answer? It should...
Your /etc/krb5.conf should look like
---snip---
[libdefaults]
default_realm = EXAMPLE
[realms]
EXAMPLE = {
kdc = dc1.example.com
kdc = dc2.example.com
}
---pins---
In /etc/samba/smb.conf, one line should be
workgroup = EXAMPLE
and some other lines are
realm = EXAMPLE
security = ads
Then, do a "kinit <your username>", check the kerberos ticket with
"klist", and join the domain with "net ads join -U <your username>".
This works for me, even on Slowlaris ;-)
HTH
Werner
> Yes, it does. At least for me.
>
> Say, your domain is EXAMPLE. When you enter "ping EXAMPLE", does your DC
> answer? It should...
>
> Your /etc/krb5.conf should look like
> ---snip---
> [libdefaults]
> default_realm = EXAMPLE
> [realms]
> EXAMPLE = {
> kdc = dc1.example.com
> kdc = dc2.example.com
> }
> ---pins---
>
> In /etc/samba/smb.conf, one line should be workgroup = EXAMPLE
>
> and some other lines are
> realm = EXAMPLE
> security = ads
>
> Then, do a "kinit <your username>", check the kerberos ticket with
> "klist", and join the domain with "net ads join -U <your username>".
> This works for me, even on Slowlaris ;-)
Thanks.
--
Rick