Displaying 1 result from an estimated 1 matches for "varey".
Did you mean:
carey
2005 Oct 19
0
Repost: ads_connect: No such file or directory
...---
[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.