Sebald, Andreas
2005-Oct-19 05:49 UTC
[Samba] Repost: ads_connect: No such file or directory
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.
Possibly Parallel Threads
- Repost: ads_connect: No such file or directory
- ADS and samba domain member: ads_connect: Cannot resolve network address for KDC in requested realm
- Ads_connect: Server not found in Kerberos database
- Fwd: ADS and samba domain member: ads_connect: Cannot resolve network address for KDC in requested realm
- ADS and samba domain member: ads_connect: Cannot resolve network address for KDC in requ