<p>Did you try escaping out the symbols with a \ before them? </p>
<div class="gmail_quote">On Apr 30, 2012 11:49 AM, "Luna Moon" <<a href="mailto:lunasilvermoon@gmail.com">lunasilvermoon@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 04/30/2012 11:45 AM, Joshua O'Leary wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 30/04/12 05:08, Luna Moon wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 04/29/2012 03:41 PM, Luna Moon wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Are you guys having trouble connecting to a samba shares?  I know I do, my Red Hat server has samba setup and it works great with windows clients, but when I installed Xubuntu 12.04 I cannot connect to any of the shares unless they have no log in.  Like anonymous work fine but others don't.  I know i am typing the password correct but it won't connect.<br>

<br>
I have already have<br>
client lanman auth = yes<br>
client ntmlv2 auth = no<br>
<br>
Domain=[MYGROUP] OS=[Unix] Server=[Samba 3.5.10-115.el6_2]<br>
Server not using user level security and no password supplied.<br>
tree connect failed: NT_STATUS_WRONG_PASSWORD<br>
<br>
Is there extra steps I have to do for Xubuntu?  Anybody can kindly point me to the right direction.<br>
</blockquote>
I fixed it already I'm thinking samba or it could be Linux(more thinking samba) does not like passwords with certain symbols.  I redid the passwords to only numbers and letters though I like symbols but that is a limitation I did not know I would face.  I CentOS 6 samba take passwords symbols correctly it could be a bug who knows.<br>

<br>
</blockquote>
What are you using to connect to the shares? Make sure cifs-utils is installed, then in a terminal, try:<br>
sudo mount.cifs //server/share /mnt/your-mount-point -o user=username password=password<br>
(change the fields for your details).<br>
<br>
If you are using the server often, add it to /etc/fstab:<br>
//server/share /mount/point    cifs    credentials=path/to/<u></u>credentials/file,utf8    0    0<br>
<br>
To allow normal users to mount it, add:<br>
//server/share /mount/point    cifs    credentials=path/to/<u></u>credentials/file,utf8,user    0    0<br>
<br>
To prevent it from mounting at boot time, use<br>
//server/share /mount/point    cifs    credentials=path/to/<u></u>credentials/file,utf8,noauto    0    0<br>
<br>
A credentials file should just contain:<br>
username=whateverusernameis<br>
password=sharepassword<br>
<br>
If you really want a gui method (slower, and not as reliable) make sure gvfs-backends is installed, and browse shares under network in thunar (or do control-L, and smb://server/share).<br>
<br>
Hope this is of some help.<br>
Joshua<br>
<br>
</blockquote>
I was not mount shares(even though it does mount it somewhere for the time being) it was really the password with symbols.  Anyways its working correctly now, thanks for the information.<br>
<br>
-- <br>
xubuntu-users mailing list<br>
<a href="mailto:xubuntu-users@lists.ubuntu.com" target="_blank">xubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-users" target="_blank">https://lists.ubuntu.com/<u></u>mailman/listinfo/xubuntu-users</a><br>
</blockquote></div>