Displaying 20 results from an estimated 200 matches similar to: "Printing without authenticating"
1998 Apr 02
2
Password changing...
Hello samba gurus!!!
I have samba-1.9.18p4 installed on Linux RH5.0.
Ability to change the SMB password from a Windows 95 client is very
fine,
but if 'normal' user have no password and record in smbpasswd file apper
like this
user:uid:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:.....
then no chance to change password from a Windows 95 client,
and by using smbpasswd.
1997 Aug 07
9
printer problem
>Date: Mon, 4 Aug 1997 10:05:04 +0200
>From: marc.waknine@espace.aerospatiale.fr
>To: samba@arvidsjaur.anu.edu.au (Non Receipt Notification Requested)
>Subject: printer problem . URGENT help form SAMBA team !!
>Message-ID: <9708040805.AA06185@musun95009.espace.aerospatiale.fr>
>
>on the SAMBA server i declare some printers
>everything is ok in win3.11 because all
1998 Mar 31
1
changing password from win95 fail
Hello,
now I've set up a linux samba password server using Samba 1.9.18p4 on
a linux 2.0.33.
File and password serving works ok now, but I can't change my
passwords with any Win95 utility.
Samba always tells me "Wrong password" an d in the logs it says:
"Disallowing access to user due to null password
check_lanman:password: old password doesn't match"
But I know
1998 Apr 27
1
DOS-Client using SAMBA-Server
Hello,
I read some of your latest articles depending on DOS and Samba.
You always mentioned TCP/IP 32, LANMANAGER-Client from IBM and this
mysterios MS Client 3.0.
What I would like to know is, if there is a MS-DOS IP stack
available, which could use a WINS-server and connect to Samba using
NETBEUI over IP ???
I use TCP/IP 32 at the moment for my old windows-clients. Problem is,
I have some
1998 Apr 29
1
Codepage 850 question
Hi,
I run samba very happily, but now I recognized problems with
restoring files from a tape.
If I use certain german characters, like ??? (hope you can read
them), it builds file this "Verkn\201pfung". I can use this files
from the sambaclient, but I can't access or delete this files out of
Linux.
I used client codepage = 850
Now I found out, that if I use the options
1998 Apr 28
0
SAMBA digest 1669
> Date: Mon, 27 Apr 1998 18:00:15 +0100
> From: "Robert Koruna" <robert.koruna@tiwag.co.at>
> To: samba@samba.anu.edu.au
> Subject: DOS-Client using SAMBA-Server
> Message-ID: <199804271600.SAA22065@mail.tiwag.co.at>
>
> Hello,
>
> I read some of your latest articles depending on DOS and Samba.
> You always mentioned TCP/IP 32,
1998 Apr 08
1
Samba can't resolv password
Hello,
I finally switched to the samba-1.9.18p4, and got all my files on
this server.
But now I have a big problem, all our NT machines can't access the
server.
They tell wrong user or password.
In the debugging mode I see, that the NT machines come to the server
and find the right user, then they tell me:
lp_file_list_changed()
file /usr/local/samba/lib/smb.conf ->
1998 Apr 28
6
Problems with UNIX file permission
Hello,
I need to serve one fileshare to different users in different groups
( I do so ). I gave different users different groups and told samba
to make new files owned by user:group, mod 775.
But now some users have the need to write in the directory of another
group.
Is it possible to force user and group per directory and not per
share, or is it possible to create links in the filestructure
1999 Jan 13
6
Neuling
Hallo Liste
Derzeit mache ich meine ersten Gehversuche mit Linux (SuSE). Bis jetzt
habe ich in einem kleinen Netzwerk f?r meine Tauchschule vier Rechner
betreut. Einer davon war WinNT-4.0 Server und Arbeitsplatz zugleich.
Nachdem ich nicht mehr bereit bin, mich mit dem w?chentlichen "blue
screen" und dem monatlichen Neuinstallieren von NT abzufinden, bin ich
derzeit beim Umsteigen auf
2001 Mar 06
3
suggestion: saving old binaries during installation
Just as a suggestion, I liked the way the ssh.com's ssh would move the
old binaries to filename.old then install the new ones....so that way
you have an old copy to revert back to if needed (without copying them
all by hand).
2001 Mar 07
2
F-secure v1 client has trouble connecting to openssh-2.5.1p1
I'm observing that mac clients using F-Secure ssh v1 client log into the
ssh server, and then the client just hangs with nothing on the screen.
In the SYSLOG file, I see this:
Accepted password for user from host port whatever
Packet integrity error (62 != 58) at session.c:350
Disconnecting: Packet integrity error. (34)
This is sshd running on IRIX 6.5.3f
1999 Nov 11
0
troubles on subnets
Hello from Austria,
We are running LINUX (Suse 6.2) with samba 2.0.5a without troubles in one
subnet. Conecting machines (NT4.0, SP5) from an other subnet, i always get
the message "...unable to find the domain-controller..." (the message is in
german, sorry for no translation, but i think you know what the message
tells me). The problem don't appears when connecting the machine in
2005 Apr 14
0
Antw: CentOS and HP Drivers
We are using the Hp-Agents continuously on our Servers.
The latest Version with centos-3.3 was no Problem.
Mainly it depends on the used kernel Versions,
because the raid driver modules are not for vanilla kernels, only for official Kernels from Redhat, Suse ...
The only thing you have to do, is to fake the /etc/redhat-release,
because the installer looks for supported Linux Versions.
After
2006 Jul 12
0
Odd "sweep" error on older code
I''ve got a Rails project that has been on the shelf for a few months,
and I''m picking it back up. I''ve frozen Rails at 1.1.4 in vendor/,
and did the "rails ." and "rake rails:update" to get it up to a
current Rails level.
The code initially seems to be working fine, but when I go to my
login method, I get a 500 error thrown. Looking in the
2006 Jun 28
0
habtm and multiple-option select boxes
I''ve got a fairly basic has_and_belongs_to_many setup, with a Business
model and a Category model. In the admin functionality for the Business,
I''d like to have a multiple select box showing all of the Categories, with
included ones selected, etc.
I''m stumped as to how to do it, though - it seems like there should be an
easy way, but I''m missing it looking
2006 Apr 13
0
Making @headers[''Refresh''] and send_file work together?
I''ve got a Rails 1.1 app where people can click a link to download a
custom-generated file. The link to "Download Zip" goes to /
controller/get_zip. That action looks like this:
def get_zip
@cart = find_cart
ids = Array.new
@cart.songs.each do |song|
ids.push song.id
end
args = ids.join(" ")
zipfile =
2006 Feb 01
2
Weird problem with script/server, lighttpd, and FreeBSD
I installed lighttpd from ports on my FreeBSD-5 system last night, wanting
to play with that instead of WEBrick for development work.
I installed it, and ran script/server, and got this:
[minter@carlton discostu]$ script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to
2006 Jan 13
0
Controller part of in-place editing
I''m doing some incremental improvements on scaffolding, and want to add
in-place editing to an admin section. I think I may have the view part
working right (at least, the editor pops up as expected) with this in my
view:
###
<% for link in @links %>
<tr>
<td> <div id="<%= ''url'' + link.id.to_s -%>"><%= link.url
2008 May 12
0
Problems with form_for, STI, and polymorphic routing
I''m stumped on how to get past this. It''s Rails 2.0.2.
I have a class, Show. Using STI, I''m using that as a base class, and
have DayShow and NightShow that inherit from it.
###
class Show < ActiveRecord::Base
end
class DayShow < Show
end
###
In my shows/edit.html.erb, I have:
<% form_for(@show) do |f| %>
However, when I use it with a @show that has
2005 Jul 20
2
Dual-homed weirdness
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've got a setup where there's a Samba server, acting as a PDC, with
two interfaces - 192.168.1.10 and 192.168.2.10. I've got the
following stanza in the smb.conf to have it only listen on the .1
interface:
bind interfaces only = true
interfaces = 192.168.1.10 127.0.0.1
The setup is working well for most users - they can auth to