Displaying 20 results from an estimated 80000 matches similar to: "samba authentication problem"
2007 Jan 11
2
Account is not authorized to log in from this station
Hello All,
When I try to connect to the samba installed linux machine from windows
I get the message "Account is not authorized to log in from this
station".
I have made three entries(user name and password) in the smbpasswd file.
But if I log in the windows machine using these user names and passwords
I get the message "Account is not authorized to log in from this
station".
2007 Jan 23
1
login problem with domain users
Hi all,
I am using samba 3.0.23d on my linux machine.
This machine is connected in a domain where all other users are using
domain username and password to login.
but with this username and password they are unable to login in samba.
my smb.conf file is like following,
[global]
workgroup = BSIL
server string = Samba testing
encrypt passwords = yes
os level = 20
2007 Feb 03
2
Authentication incompatibility?
I recently compiled Samba 3.0.23d on SuSE Linux 9.0 on an i386 computer.
The software appears to work but its not compatible with other SMB /
CIFS clients. If I use the newly compiled programs on two different
machines they can login and browse each others resources using the
'smbclient' program. If I try to use a windoze computer, the Linux
kernel (2.6.16.16 built on the same
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Oops. My bad. I mean to write match-file being my match pattern. and a.rpt
being file generated by opt.
;RUN: FileCheck <match-file>a.rpt.gold --input-file=a.rpt.
mahesh
On Sat, Mar 31, 2018 at 6:57 PM, Mahesh Attarde <coder.mahesh at gmail.com>
wrote:
> That works. Thanks.
>
> One more followup question though.
> Once i run opt on bitcode, there is not useful
2017 Oct 03
1
About LLVM Pass dependency
Hi Hongbin
I am not quite familiar with AnalysisUsage, let me correct question a bit.
I have read Writing Pass
<http://llvm.org/docs/WritingAnLLVMPass.html#specifying-interactions-between-passes>,
All examples that i see here are based on collecting information .i.e
Analysis Passes.
I wonder if this applies to Transformation passes also.
e.g.
void MyInliner::getAnalysisUsage(AnalysisUsage
2011 May 17
0
3. Re: ITSP Multi IPs (Alex Balashov) Asterisk-users Digest, Vol 82, Issue 33
Alex,
Thank you so much for your response. I've been so consumed with other
business that I only just now getting back to this issue. We have
implemented your suggestion which is perfect. Thank you again.
I've never asked a question of the community before and I'm extremely happy
with the rapid response I received.
Somewhat related to this initial problem I have an additional
2018 Mar 31
3
Writing tests with Filecheck without emitting output to stdin
That works. Thanks.
One more followup question though.
Once i run opt on bitcode, there is not useful output/transform on bitcode.
this rpt files are extra.
I am hoping to do something like this,
; RUN: FileCheck --input-file=a.rpt.gold --check-prefix=CHECK-A < a.rpt
; RUN: FileCheck --input-file=b.rpt.gold --check-prefix=CHECK-B < b.rpt
i did not find much examples in tests hence
2009 Oct 04
1
offlist Re: AW: Urgently needed Exercise solutions related to PracticalData Analysis Using R Statisctial Software
Accepted and forgotten. It just reminds us to check on our prejudices once
in a while. Also, I realized that my description was not entirely accurate.
You actually had to click the link on the page you posted to get this:
http://www.odesk.com/jobs/College-Assistance_~~dd7622f6bdef9177
I am an MSc. computer science student in a foreign university!
Need help to solve the exercises in the following
2009 Oct 09
0
Just a simple smbpasswd authentication won't work
Hello List.
We have a number of working ADS servers. One of out clients is not in the Kerberized domain so there users log in via NIS. Having looked at the options for enabling NIS authentication I have decided to use the smbpasswd. Now I can't get that to work.
After using smbpasswd to create two users, one created locally, in the /etc/passwd, and one that exists already in NIS. Not only
2019 Jan 21
2
force re-authentication when accessing different shares
thats interesting. shouldn't samba force to authenticate every distinct
username, accessing different shares?
as written, if i want to access directory /data/samba/username_a, i need to
supply the correct password for username_a, as hashed
in smbpasswd.
smb.conf:
-------- 8< -------
...
valid users = %S
path = /data/samba/%S
...
-------- 8< -------
if in the next step i want to access
2010 Oct 12
2
Fwd: undefining and redefining a Domain from libvirt java bindings
hi,
i am trying to undefine a domain by using dm.undefine();
and then trying to create one with same name is giving me error saying
'Domain not found: no domain with matching uuid
'aeae9d4e-17cb-b661-a612-88ac677c28c1'
i have attached my test program which reproduces the issue.
please let me know where i am going wrong?
configuration: libvirt : 0.6.3
Java
2007 Feb 22
1
samba-3.0.23d, smbpasswd, and "NO PASSWORD" behaviour
We've recently started using samba-3.0.23d on Mandriva 2007.0 linux
systems and we've noticed a change in behaviour of smbpasswd when a
non-root user tries to change their password from "NO PASSWORD".
Here's an example smbpasswd entry (all one line):
testuser:12345:NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:
NO PASSWORDXXXXXXXXXXXXXXXXXXXXX:[NU ]:LCT-00000000:
The
2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
Hi Mahesh,
On 31 March 2018 at 11:45, Mahesh Attarde via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> opt --my-pass <%s | Filecheck %s
>
> --my-pass generates files a.rpt b.rpt c.rpt . How do i write test without
> writing all 3 files to stdin.
You can run FileCheck over them on separate RUN lines assuming you
know the filename (which I assume you do since you'd be
2002 Sep 06
1
"delete list" parameter
Hi,
Samba has the "read list" and "write list" parameters in smb.conf.
I'm looking for a patch that provides a "delete list" option.
So that only that list of users can delete files or directories
in that share. I know the filesystem doesn't natively have a delete
bit, but couldn't it be done on the samba level, independant of the
filesystem.
Thanks,
2005 Jun 03
1
Need Help - Urgent
Hello,
I am a student and some really urgent help.I am using R software and while
creating a grid with eight elements its showing the error and while if i
do it with seven it says that the memory is not sufficient...
here is the line ...with the error....
> Z<-as.matrix(expand.grid(x,y,x,y,t,s,t,s))
Error in rep.int(rep.int(seq(length = nx), rep.int(rep.fac, nx)), orep) :
cannot
Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.
2010 Oct 04
1
Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.
--
Thanks & Regards
Ravi Pawar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20101004/7754d9d9/attachment.htm>
2011 Nov 21
1
using passdb backend = smbpasswd and ldap linux authentication
OS = RHEL 5
samba version 3.0.33-3.29
openldap 2.3
is it possible to have linux users stored in an ldap directory and still
use the passdb backend = smbpasswd.
I have an existing smbpasswd password db and an existing set of linux users
I have migrated the linux users to LDAP and authenticating successfully
until I have time to get all samba credentials migrated to ldap i still
need use the
2017 Jul 02
0
Authentication issues with Samba 4.3.8
On Sun, 2 Jul 2017 19:49:12 +0530
"Chunduru, Krishnachaithanya via samba" <samba at lists.samba.org> wrote:
> Hi Rowland,
>
> Sorry I missed your previous mail.
>
> Our servers are not having any ldap or AD for authentication. It is
> using tdbsam option as password database, and yes all the users and
> groups are stored locally in the /etc/passwd and
2008 Feb 05
2
Re: samba-3.0.23d, smbpasswd, and "NO PASSWORD" behaviour
Help! (pretty please :)
I'm still having the problem described below with samba-3.0.24.
Here's an excerpt from the smbpasswd man page:
When run by an ordinary user with no options, smbpasswd will prompt
them for their old SMB password and then ask them for their new pass
word twice, to ensure that the new password was typed correctly. No
passwords will be
2018 Apr 01
0
Writing tests with Filecheck without emitting output to stdin
See: http://llvm.org/docs/CommandGuide/FileCheck.html
It is not required to pipe output to FileCheck; there is the --input-file option, which allows you to run FileCheck on an existing disk file. Something like this:
FileCheck %s --input-file a.rpt --check-prefix=A
FileCheck %s --input-file b.rpt --check-prefix=B
FileCheck %s --input-file c.rpt --check-prefix=C
If there are common parts to each