There's a Windows 2008 problem documented here:
http://support.microsoft.com/kb/957441/

Try changing the lmauth_level to 2 on OpenSolaris.

        sharectl set -p lmauth_level=2 smb

You may have to restart the service:

        svcadm restart smb/server

Alan

On 03/31/09 13:53, Rich Flinn wrote:
Hello everyone. It's a pleasure to join you group.
I'm have a problem joining my OpenSolaris system to the AD domain running on Windows 2008.
When I run "smbadm join -u administrator viaero.net" it fails.
My messages file shows:

Mar 30 16:20:36 beastlord smbd[2386]: [ID 871254 daemon.error] smbd: failed joining viaero.net (OPEN_FAILED) Mar 30 16:20:36 beastlord idmap[2384]: [ID 153168 daemon.notice] Couldn't open and SASL bind LDAP connections to any domain controllers; discovery of some items will fail.

I've added Unix support to the DC and disabled the digitally signed communications in the Domain Controllers Policy.
I've double checked /etc/hosts, nsswitch.conf and resolv.conf.
Does OpenSolaris CIFS user the /etc/sfw/smb.conf?


Krb5.conf:
[libdefaults]
       default_realm = VIAERO.NET

[realms]
      VIAERO.NET = {
               kdc = riseagainst.viaero.net
               admin_server = riseagainst.viaero.net
               kpasswd_server = riseagainst.viaero.net
               kpasswd_protocol = SET_CHANGE
       }

[domain_realm]
       .viaero.net = VIAERO.NET

[logging]
       default = FILE:/var/krb5/kdc.log
       kdc = FILE:/var/krb5/kdc.log
       kdc_rotate = {
               period = 1d

# how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)

               versions = 10
       }



What other info do you need to help me diagnose?


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

Reply via email to