Home › Forums › OS X Server and Client Discussion › Active Directory › mount_smbfs error 10.5.2
- This topic has 4 replies, 2 voices, and was last updated 17 years ago by
macmattias.
-
AuthorPosts
-
April 8, 2008 at 7:04 am #372101
macmattias
ParticipantHello all!
I am trying to create a loginhook that mounts volumes from a Win 2008 server.
The loginhook works but not the script that it starts.Something happens when I try to mount the volumes:
mount_smbfs //ad2/loginhook/ /.loginhook/loginhook//.loginhook/loginhook/ is 775 for admin:staff.
I get two sorts of errors:
In console it says: mount error
In termnal it says: authentication error
and when I add the password in the mount command it says:
Unknown error: -1What am I doing wrong here?
April 8, 2008 at 11:29 am #372103bentoms
ParticipantWhat’s the Path that you are trying to mount?
April 9, 2008 at 2:00 pm #372134macmattias
ParticipantThe path is:
//ad2/loginhook/or
//ad2.media.loc/loginhook/
Some more info:
It is an 10.5.2 client, bound to the Active Directory that hosted on an Win 2008 server.
Kerberos up and running and working.It also seems like it is some kind of trouble with the smb connection.
If I try to mount like this:
mount_smbfs //ad2.media.loc/loginhook /Volumes/loginhook/
I get an password question, since I do not know what user it is I supply the current logged in user’s password. Then I get “Broken Pipe”.
On the server the log says that I am not suppling an domain and I am trying to connect with NTLM not Kerberos.If I try this:
mount_smbfs //MEDIA; ad2.media.loc/loginhook /Volumes/loginhook/
Same result.This:
mount_smbfs //[email protected]/loginhook /Volumes/loginhook/
Password question and then I succed to login.I have tried to use the nsmb.conf (or nmsb.conf) file no change.
Also I cannot to connect to the share in Finder, there I get an eldless loop of Authetication error.
Need to force restart the finder to get out f it.Somehow the TGT isn’t used when I try to use smb to connect.
Is there anyway to force smb to use it?April 10, 2008 at 11:33 am #372164macmattias
ParticipantJust thinking out loud here…
Could this be a smb problem? That it is configured to use NTLM instead of anything else?
Can I change that i smb.conf to say use Kerberos?
If so – how?April 10, 2008 at 4:02 pm #372174macmattias
ParticipantSome more info after today’s struggle.
kinti -R – works for the logged in user.
So does the gui kerb. app.Trying to connect to the 2008 server with:
mount_smbfs -N //ad2.media.loc/testshare /Volumes/share
Results in this error:
mount error: broken pipe /Volumes/shareThe above post examples still works the same.
So I added a Win 2003 server to the realm to this I can connect like this:
mount_smbfs -N //03server.media.loc/testshare /Volumes/shareWith the tgt and all.
So what is the trick here, or what am I missing?
I am starting to suspect 10.5.2 isn’t up to the task of using it’s tools against a 2008 server.
Not to my surprise since it is newer than 10.5.2. 🙂
So Apple gimme 10.5.3! -
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed