On Wed, Mar 05, 2008 at 11:09:49PM +0000, John Connett wrote:
> bash-3.2# cat /etc/krb5/krb5.conf
> [libdefaults]
>         default_realm = uk.example.net
                          ^^^^^^^^^^^^^^
This needs to be up-cased.

> [realms]
>         uk.example.net = {
          ^^^^^^^^^^^^^^
Same here.

>         kdc = uknt-70.uk.example.net
>         kdc = uknt-72.uk.example.net
>         admin_server = uknt-70.uk.example.net
>         kpasswd_server = uknt-70.uk.example.net
>         kpasswd_protocol = SET_CHANGE
>         }
> 
> [domain_realm]
>         .uk..net = UK.EXAMPLE.NET

this should be:

        uk.example.net = UK.EXAMPLE.NET
        .uk.example.net = UK.EXAMPLE.NET

> ======================================================================
> 
> Here's what happened on the command line:
> 
> bash-3.2# smbadm join -u Administrator uk.example.net
> Enter domain password: 
> Joining 'uk.example.net' ... this may take a minute ...
> failed to join domain 'uk.example.net' (LOGON_FAILURE)
> bash-3.2# 

Fix krb5.conf then try again.  If that doesn't work, can you try:

# kinit [EMAIL PROTECTED]

?

Nico
-- 
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to