[cifs-discuss] join domain fails with INVALID_PARAMETER

Keyur Desai Keyur.Desai at Sun.COM
Tue May 27 07:35:22 PDT 2008


> 
> The /etc/krb5/krb5.conf file looks like this:
> [libdefaults]
>    default_realm = MYDOMAIN.LOCAL
> 
> [realms]
>    MYDOMAIN.LOCAL = {
>        kdc = mars.mydomain.local
>        admin_server = mars.mydomain.local
>        kpasswd_server = mars.mydomain.local
>        kpasswd_protocol = SET_CHANGE
>    }
> 
> [domain_realm]
>    .mydomain.local = MYDOMAIN.LOCAL
> --

I think the domain realm has to be,

[domain_realm]
    mars.mydomain.local = MYDOMAIN.LOCAL

After you make this change, stop and restart the smb.server SMF service
and see if you can join the domain.


More information about the cifs-discuss mailing list