Displaying 9 results from an estimated 9 matches for "esler".
Did you mean:
fesler
2000 Mar 27
2
FreeBSD 3.1 & OpenSSH 1.2.3
...g: Client protocol version 1.5; client software version
OpenSSH-1.2.3
debug: Sent 768 bit public key and 1024 bit host key.
debug: Encryption type: 3des
debug: Received session key; encryption turned on.
debug: Installing crc compensation attack detector.
debug: Starting up PAM with username "mesler"
debug: Attempting authentication for mesler.
Failed rsa for mesler from 127.0.0.1 port 909
debug: PAM Password authentication for "joe.blow" failed: Module is
unknown
Failed password for mesler from 127.0.0.1 port 909
<END SSH OUTPUT>
On the user end, the only error I get is...
2003 Feb 21
2
One last windows/linux question
One last windows/linux question...
We have an exchange server, only accessible by the exchange protocols. I.E.
no pop, no Imap, and no web. What can I use Linux side to connect to this?
(here's my attempt, to be the only one on the network NOT to use windows)
J
2003 Mar 12
2
Is there a way?
Is there a way to make clients not see "hidden" shares? Like we have an
"I:" drive, but it's actually a "Common-Share"...
Thoughts?
Joel
2003 Feb 19
3
Thoughts for you geniuses
Situation -- Samba 2.2.5, RedHat Linux 8.0
Domain -- W2K AD
After boot, I can go into Network Neighborhood, and I can see the name of
the computer. When I double click on it it's unaccessible. Also, I can't
see the network from the Linux box, I can ping it all, but I can't see it.
Where is the "network neighborhood" in Linux? Also, the big question...
I need, (upon
2003 Feb 19
1
Okay I am confused
I allowed my RedHat Linux box to join the W2K domain, by adding the Netbios
name and Ip into the W2K AD Domain Controller. Now I have a fully
functioning file and print server.
When I browse Network Neighborhood from a W2K client box on the same domain,
I see my user, a test Share that I have created, and Printers. Even though
I have no printers. How do I turn off the printers.
Also.
My
2001 Oct 01
5
Printing question
Hello all.
I have a question about setting up samba to serve windows printing.
I have been trying to research this but keep coming up with conflicting
howto's. Can someone give me directions to an up-to-date print howto? It
would be greatly appreciated as I am stuck on this.
Cheers,
Tony
--
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis
1997 Aug 02
44
Question
Is there a way to prevent other users from being able to map a drive from
windoww95/NT to anyother user directory on the system. For example I can map
to anyone's account on the system and have read only access, is there a way
to stop this in either the global or share level?
Thanks
2006 Feb 24
0
Re: file_column on windows?
I am not able to get this to work on Windows, and the problem has been
documented with a fix here, but I can''t get the fix to work, either. Ok, I
admit it: I am a newbie with rails!
here is the problem''s fix:
You can fix your file_column for now by replacing the get_content_type
method in lib/file_column.rb with this version:
def get_content_type(fallback=nil)
2006 Feb 16
1
file_column problem
I cannot get the file_column plugin to work. Probably something stupid
I am doing wrong as I am pretty much a newbie...
1. I added a varchar column to my table called "image"
2. This is my class:
class User < ActiveRecord::Base
file_column :image, :magick => { :geometry => "80x80>" }
attr_accessor :new_password
... rest of class
3. In my controller I