Thanks for the traces! Please see inline comments. > > We've just received brand new sun x4540 servers and we decided to > install opensolaris to be able to create cifs shares on them. > > I'm quite new to opensolaris so I've followed some tutorial I found ( > this one to setup the cifs share : > http://blogs.sun.com/timthomas/entry/configuring_the_opensolaris_cifs_server > ) and managed to get the box up and running but I still got some issues. > > 1°) When I try to contact my server using the fqdn ( > \\servername.domainname.local\), it always reject me with permissions > issues. If I only use the servername (\\servername\) or the ip address > (\\x.x.x.x\) on the other hand everything will be fine. > We'll investigate this and get back to you.
> 2°) Only pre-2000 authentification method works. > (PARTIAL_DOMAIN\username) If I use the new login (usern...@domain) it > won't let me in. > > The following CR has been filed: 6791568 Solaris CIFS server only accepts pre-Windows 2000 user logon name When a domain user login using pre-Windows 2000 logon name, both the domain name and username fields of the client's SmbSessionSetup request are populated accordingly. However, those 2 fields aren't set in the client's request correctly when a domain user logs in using <userPrincipalName>@fqdn logon name. That is, the domain name field is empty and the username will contains both the username and full-qualified domain name info. Instead of sending that <user>@fqdn logon name to the domain controller to authenticate the user, the Solaris CIFS server should have derived the username portion from the logon name. Natalie > Any idea on how to solve these two problems ? > > Thanks. > > > _______________________________________________ cifs-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/cifs-discuss
