Displaying 20 results from an estimated 100 matches similar to: "clients that are not a part of the domain cannot authenticate"
2009 Aug 07
0
domain_client_validate error with Samba 3.2.13 on Debian Lenny
Hi,
I have a big problem with Samba 3.2.13 on Debian Lenny. With Samba 3.0.x there was no
problem:
"domain_client_validate: unable to validate password for user wolfgang in domain
LIFEBOOKWR to Domain controller PDCALPI01. Error was
NT_STATUS_NO_SUCH_USER."
Clients that are not a part of the domain cannot authenticate.
The DC is a Windows 2003 SBS server (PDCALPI01 with ip
2009 Aug 21
1
Samba 3.2.4, Win 2008 AD require domain name for auth.
I'm hoping someone has seen this before and knows how to resolve it.
I am using samba 3.2.4 with a Windows 2008 AD. Samba is configured with
security = ADS and works correctly from computers logged into the domain,
but does not allow users that are not in the domain to login by specifying
their username, without domain included, when trying to access a share. The
user can access the share
2004 May 24
2
Re: Windows XP machine not connecting to Samba 3.04 after upgrade
Hi,
as I wrote before: I'm not able to connect a Windows XP Pro notebook
to a Samba 3.0.4 server. All the other machines (most Windows XP Pro,
but also a few Windows 2000 and Windows 98) can connect without any
problem.
This one machine is not part of the NT domain because it needs to
connect 1 or 2 times a week only, and is on the road most of the
time.
The machine could connect
2008 Dec 09
2
Rails and Ruby behind proxy
Hi there,
I''ve a little problem.
On my code, I use the flickraw gem. On the application.rb there is a
require ''flickraw'' who create a new instance, and for that need to
pass the net.
It works at home, but in my office we have a proxy, and when I launch
webrick I have an error saying that I''m behind a proxy :(.
Does anyone have an idea on how to correct this
2013 Apr 13
2
running rails on my linux mint
Hi
i cannot start my rails server webrick and i m just start learning rails ..
the error i get is:
> /var/lib/gems/1.8/gems/railties-3.2.13/lib/rails/script_rails_loader.rb:11:
warning: Insecure world writable dir /sbin in PATH, mode 040777
/var/lib/gems/1.8/gems/bundler-1.3.5/lib/bundler/runtime.rb:216: warning:
Insecure world writable dir /sbin in PATH, mode 040777
=> Booting WEBrick
2013 Apr 09
2
Getting Started
So far I''m disappointed with what I see as red flags. I follow along what
seems like foolproof instructions. I install everything, rails new
/some/new/app cd to the directory and rails server and my worst fears
cryptic useless stack trace...so I copy the top line, search for stuff on
this sqllite3 adaptor to fix it, I type the gem install command it mentions
(gem install
2013 Jul 23
1
Postgres adapter misconfigured on Linux?
I''ve written a simple Rails migration that adds an index to an existing
Postgres table:
class AddIndexToEvents < ActiveRecord::Migration
> def change
> add_index :sf_events, :account_id
> end
> end
However, when I run the migration, it fails due to a syntax error on the
CREATE INDEX line. I''m expecting some SQL like this to be generated:
CREATE INDEX
2013 Oct 20
1
cannot load such file -- unicode (LoadError)
I''m new to RoR and working on a migration of project developed by another
team.
I''m using Rails version (3.2.13) and my bundle install works successfully.
However while running "rails server", I get the error below.
Any suggestions are most appreciated.
Thanks!
-------------- rails server output --------------
2013 Aug 29
4
linkedin gem
Hi,
I am following this post *
http://www.sitepoint.com/ruby-social-gems-linkedin/* for using linked gem
and API for getting profile and other stuff
But at the end I am getting this error:
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
2013 May 29
5
Can't setup Rails with RVM in ubuntu 12.04
I''m doing setu Ruby on Rails with RVM.
I had setup ruby 1.9.3 p429 and RVM,RubyGem... succesfully
But I can''t setup Rails with command : gem install rails because of
error:
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: rails requires activesupport (=
3.2.13), actionpack (= 3.2.13), activerecord (= 3.2.13), activeresource
(= 3.2.13),
2013 Apr 13
3
Cannot reach http://localhost:3000 after starting Ruby on Rails server
I cannot reach http://localhost:3000 after starting Ruby on Rails
server when running Windows 8. After running rails server in the
directory that I want the server to start, the following prompt shows
up:
C:\Users\Brian\railsapp>rails server
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown
2003 May 28
3
"lprm command" problem
Hello,
I have successfully installed samba 2.2.8
(with CUPS) as a windows printing server using the
print$ share. The W2000 clients are able to send
jobs to a printer and view the corresponding
printer queue.
However, when I try to delete a job from the
windows client, I get the error "bad command".
My printers share in smb.conf is:
[printers]
comment = All Printers
path =
2009 Jun 23
1
[Announce] Samba 3.2.13 Security Release Available for Download
Release Announcements
=====================
This is a security release in order to address CVE-2009-1886 and CVE-2009-1888.
o CVE-2009-1886:
In Samba 3.2.0 to 3.2.12 (inclusive), the smbclient commands dealing
with file names treat user input as a format string to asprintf.
With a maliciously crafted file name smbclient can be made
to execute code triggered by the server.
2009 Jun 23
1
[Announce] Samba 3.2.13 Security Release Available for Download
Release Announcements
=====================
This is a security release in order to address CVE-2009-1886 and CVE-2009-1888.
o CVE-2009-1886:
In Samba 3.2.0 to 3.2.12 (inclusive), the smbclient commands dealing
with file names treat user input as a format string to asprintf.
With a maliciously crafted file name smbclient can be made
to execute code triggered by the server.
2003 May 28
2
Problem with samba printer under Win2k
I?m running Debian Linux 3.0 r1 with Samba 2.2.8a and I have got printing problems:
--- when I print something the job don't appear in the window printing status, so I
have no way to check the actual status of the job, or to delete the job from window
printer status in Win2K.
here is configurations file of smb.conf:
[global]
workgroup = Gertian
log level = 99
queuepause
2013 May 07
3
validates :uniqueness apparently doesn't
ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.3.0]
Rails 3.2.13
I have a validates ... :uniqueness constraint on one of the attributes
of an ActiveRecord class.
In my test suite, I set the attribute from the same attribute in a
record in the fixture. I then send invalid? to the object under test.
invalid? returns _false_, and the .errors object for the record shows no
errors.
A
2009 Jul 07
1
smbclient failing: Server requested plaintext password...
I was using samba 3.0.35 and started using samba 3.2.13.
Now when I try to connect to my samba server (which has
'encrypted passwords = no') using smbclient, I get:
Server requested plaintext password but 'client plaintext auth' is disabled
session setup failed: SUCCESS - 0
I tried 'smbclient -s foo.conf //server/dir' where foo.conf has:
[global]
client plaintext
2013 Jun 22
4
ActiveRecord::Base.transaction - SystemStackError - stack level too deep:
Im having an issue that seems to only happen when trying to use a
transaction. Ive used transactions many times in the past and Im at a loss
as to why im getting the stack level too deep problem.
SystemStackError - stack level too deep:
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:70:in `''
I have a StackOveflow with more detail -
2004 Jan 21
0
cannot access umlaut file names with Samba3
Hi,
I' m not very happy with Samba3 as I have very heavy problems with
filenames containing umlaut characters.
I have installed a new Debian 3 server for a client with Samba 3.0.1
(Debian packages), and copied over the data from a SuSE 6.4 (Samba
2.2.8a) system by mounting the hard disk into the new system.
Now, I cannot access the files and directories with umlaut characters
anymore. I
2004 May 21
0
Windows XP machine not connecting to Samba 3.04
Hi,
after the installation of Samba 3.04 (upgrade from 3.02) a single XP
notebook cannot connect to any share.
The log shows these messages:
[2004/05/17 11:48:18, 0] lib/util_sock.c:read_socket_data(367)
read_socket_data: recv failure for 4. Error = Connection reset by
peer
[2004/05/17 11:48:18, 1] smbd/service.c:close_cnum(801)
andreasxp (192.168.1.102) closed connection to service