Displaying 5 results from an estimated 5 matches for "mhmr".
Did you mean:
mhdr
2008 Mar 13
1
Can't access shares
...to it. Here's what else I know:
1. Samba log for my machine shows no errors. In fact, shows me as
connected.
2. Viewing connections to Samba through Webmin shows me as connected.
3. Testing from the console connects me.
smbclient //Custer/ccarpenter -U ccarpenter
Password:
Domain=[HCCMHMRC] OS=[Unix] Server=[Samba 3.0.24-11.fc6]
smb: \>
4. From the DOS prompt on my workstation, I can ping the Samba server by
name. When I do a net view \\Custer it shows the shares. When I do net use
m: \\Custer\Intranet it prompts me for a username and password and then
fails.
I have added us...
2002 Aug 13
1
Further comment on chroot patch for openssh-3.4p1
...This email
is only for information for anybody trying to get chroot on openssh to
work.
If the people who might be working on the chroot capability of openssh
come up with any revisions I would probably be available to test them.
====================================================
Kent Wick, TxMHMR, Unix/Network Systems Programmer
Email: kent.wick at mhmr.state.tx.us
Phone: (512) 206-5931 Fax: (512) 206-4838
Snail mail: PO Box 12668, Austin, Tx 78711-2668
2008 Mar 10
1
NT_STATUS_BAD_NETWORK_NAME
...I am prompted for a password which fails. I have been through Samba
Security and Troubleshooting guide from Linux Home Networking and numerous
other documents with no positive results. This is the test that fails:
[root@custer www]# smbclient //Custer/Intranet -U ccarpenter
Password:
Domain=[HCCMHMRC] OS=[Unix] Server=[Samba 3.0.24-11.fc6]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
This test works (Colnago being the PDC):
[root@custer www]# smbclient -L Custer
Password:
Anonymous login successful
Domain=[HCCMHMRC] OS=[Unix] Server=[Samba 3.0.24-11.fc6]
Sharename Type...
2002 Aug 08
0
Probable bug in Chroot patch (v3.4p1)
...9;new_home' */
fatal("chroot to %s failed: %s",
new_home, strerror(errno));
/* continue to try to use freed memory block pointed to by 'new_home' */
}
else
pw->pw_dir = new_root;
}
}
====================================================
Kent Wick, TxMHMR, Unix/Network Systems Programmer
Email: kent.wick at mhmr.state.tx.us
Phone: (512) 206-5931 Fax: (512) 206-4838
Snail mail: PO Box 12668, Austin, Tx 78711-2668
2003 Nov 21
7
winbindd
hi all,
as i heard, i need winbind to connect linux-clients on samba. i installed
this - without pam (in the hope this would work...) but this constellation
seems to be needed, as i still cannot connect, even if winbind logs my
domain as accepted.
Do i really have to do the pam-configuration on the samba-server-side
too?? i just thought, it was enough to authentificate against smbpasswd.
is