Sebald, Andreas
Tue, 18 Oct 2005 22:50:26 -0700
Hi all, this seem to bee a kerberos problem. Keep in mind, that the realm at ADS isn't the server but the Domain. Use kapital letters for the name. Don't use WebMin for configuration it's adding characters to the config file. Try this example krb5.conf: ----------------------- [libdefaults] default_realm = MOUSE.LOCAL
[realms]
MOUSE.LOCAL = {
default_domain = MOUSE.LOCAL
kdc = 192.168.1.1
}
[domain_realm]
MOUSE.LOCAL = MOUSE.LOCAL
-------------------------
then give the command:
~# kinit Administrator
Password
You should get a correct ticket for 1 day
If not, then varey:
~# kinit Administrator@<realm of your site>
In smb.conf you've to set i.e:
workgroup = MOUSE
realm = MOUSE.LOCAL
When you got the ticket you can try to join the ADS:
net ADS join -I <server ip> -U Administrator%<passwd>
This should do it so far.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba