Displaying 20 results from an estimated 700 matches similar to: "AW: WG: smbadduser problem"
2003 Sep 17
1
WG: smbadduser problem
-----Urspr?ngliche Nachricht-----
Von: nome cognome [mailto:digiland_oohay@yahoo.it] 
Gesendet: 17 September 2003 09:30
An: Brian Reichholf
Betreff: Re: [Samba] smbadduser problem
----- Original Message -----
From: "Brian Reichholf" <brian.reichholf@login.co.at>
To: <samba@lists.samba.org>
Sent: Wednesday, September 17, 2003 9:42 AM
Subject: [Samba] smbadduser problem
2003 Sep 17
0
Réf. : smbadduser problem
try smbadduser mr
no mr:test
-----------------------------------
St?phane PURNELLE                         stephane.purnelle@corman.be
Service Informatique       Corman S.A.           Tel : 00 32 087/342467
                                                                                                                                                     
                    Brian Reichholf
1997 Oct 13
0
smbadduser script contribution (PR#238)
The following is an extract of a mail message sent in repsonse to a bug report.
The reply to that bug report was bounced. This has been directed to the mail
list proper in case the intended recipient is listening.
> Received: from NO-IDENT-SERVICE@localhost (port 19005 [127.0.0.1]) by
> samba.anu.edu.au with ESMTP id ; Thu, 9 Oct 1997 21:31:05 +1000
> From:	John H Terpstra 
> To:
2002 Feb 21
1
using smbadduser non-interactively
Hello All,
Could someone please tell me if there is a was to use smbadduser in a
non-interactive mode and just allow you to enter all of the
particular user information on the command line?
I need to set up a small script that will automate adding users to
the smbpasswd file so that they can login.
Cheers,
Lonnie
-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 EMAIL:
2003 May 06
1
smbadduser error
Hi List,
I have a problem authenticanting some of the users into a Windows 2000 PDC
with Samba 2.2.5.
The thing is that I can add some of the users in the PDC as Samba users but
with some of them I can't, I run the following command and I get this:
# smbadduser lrodrigu:lrodrigu
ERROR: lrodrigu Not in passwd database SKIPPING...
#
But the user 'lrodrigu' is in the passwd database
2003 May 06
0
Réf. : smbadduser error
Hi
The user lrodrigh exist in the /etc/passwd ?
If the user exist in the domain, the user must be exist in unix password
DB.
I think that is the source of your problem.
-----------------------------------
St?phane PURNELLE                         stephane.purnelle@corman.be
Service Informatique       Corman S.A.           Tel : 00 32 087/342467
Hi List,
I have a problem authenticanting some
2012 Oct 08
0
recurrent event data generation in r
Dear R users,
Kindly help me to look into the following problem. I have a dataset like the following
dat <- data.frame(id = seq(1:5), trt=c(0,0,1,1,1),tid=c(0,0,0,0,0),
                  ntid=c(0,0,0,0,0))
I want to create waiting times using 
 
B <- rexp(1)
f1 <- (1/phi)+ ntid; f2 <- abs(1+phi*delta*tid*exp(beta*trt))
f3 <- phi*delta*exp(beta*trt)
wait <-
2012 Nov 14
0
Generating autogressive model in R
Dear R users,
Please help me with the following problem. I have a data set of the form ´dat´
 
dat <- data.frame(id = seq(1:5), trt=c(0,0,1,1,1),tid=c(0,0,0,0,0),
                  ntid=c(0,0,0,0,0))
 
The function auto is used to generate the autoregressive model:
 
auto <- function(seed,delta,beta,maxt,dat){
set.seed(seed)
 sp <- lapply(split(dat,dat$id),function(x){
 while(x$tid <
2003 Sep 15
0
AW: Samab and a NT4.0 PDC
Actually i should rephrase that.
Samba works fine, but what do I put down as `valid users'? certainly I can't
use %U like with the template homedir.
Any suggestions?
Tia,
Cheers,
-brian
-----Urspr?ngliche Nachricht-----
Von: Brian Reichholf [mailto:brian.reichholf@login.co.at] 
Gesendet: 15 September 2003 07:32
An: samba@lists.samba.org
Betreff: [Samba] Samab and a NT4.0 PDC
I've
2006 Mar 01
7
Oracle Sequence & Rails
the compiler tell me it:
invalid column name: INSERT INTO ago.prova_stats (cognome, nome, id, 
telefono) VALUES(''Medda'', ''Ivan'', :id, 70565611)
where ago.prova_stats is the table used by me and that have only the 
columns ''cognome'',''nome'' and ''telefono''.
My table hasn''t the column
2010 Jun 18
0
Simple search in ror
Hi,
i need to implement a simple text function for the app i dev now.
1- the form in app/views/layouts
<% form_tag({:controller => "teachers", :action => "search"}, :method =>
"get") do %>
<%= text_field_tag :query, nil, :id => "search-text"  %>
<%= submit_tag("GO", :id => "search-submit") %>
<% end
2018 Jun 07
2
XRay TID mismatch when forking
Hello,
There seems to be a bug with the value of the thread ID (TID) that is
generated by XRay when calling fork(). The value of the TID of the child
has the same TID as its parent (this is seen in the “thread: “ field of the
YAML output produced by the llvm-xray tool). This is a problem as the trace
generated contains the same TID for the parent and children processes,
making it difficult to
2004 Jun 07
0
Re: Apostrophes in Windows usernames (again)
> -----Original Message-----
> From: EXT-Auleta, Michael [mailto:michael.auleta@boeing.com]
> I think I've narrowed down my problem, but I still don't know 
> where to fix it.  It appears that scanning the
> users.map file strips out the apostrophes and the Windows ID 
> never matches:
> The entry in the users.map file is:
> 
> unixid = o'brienta
> 
>
2004 Jun 08
1
Re: Apostrophes in Windows usernames (again)
We tried that also.  It didn't work either.  But since I was pointed to bug
1221, I removed the matching of an apostrophe in util_str.c (fell back to
2.2 behaviour) and that looks like it works.  My user is able to map his
shares again.
Thanks for all who helped.
Mike
-----Original Message-----
From: David Brodbeck [mailto:DavidB@mail.interclean.com]
Sent: Monday, June 07, 2004 4:23 PM
To:
2015 Nov 08
0
idmap & migration to rfc2307
On 07/11/15 19:57, Michael Adam wrote:
> On 2015-11-07 at 17:47 +0000, Jonathan Hunter wrote:
>> On 7 November 2015 at 17:01, Michael Adam <obnox at samba.org> wrote:
>>> Also, for all I know, the DC always has local unix user and group
>>> IDs, and does NOT use the rfc2307 attributes for this. (Unless
>>> this has changed recently, but I can't imagine
2015 Nov 08
0
idmap & migration to rfc2307
On 08/11/15 21:01, Michael Adam wrote:
> On 2015-11-08 at 20:34 +0100, buhorojo wrote:
>> On 07/11/15 19:57, Michael Adam wrote:
>>> On 2015-11-07 at 17:47 +0000, Jonathan Hunter wrote:
>>>> On 7 November 2015 at 17:01, Michael Adam <obnox at samba.org> wrote:
>>>>> Also, for all I know, the DC always has local unix user and group
2003 Apr 20
0
How I got Samba 2.2.8a to run on OpenBSD 3.2 i386
First of all, GREAT WORK! I now have my very own Windoze domain thanks to
Samba :)
Now, getting Samba to work fully on OpenBSD was harder than I'd think it
would be.
To get smbd to compile somewhat cleanly, I had to hack
./source/include/config.h thusly: remove USE_SETREUID, add USE_SETEUID.
Then, I hacked sec_ctx.c like the attached diff shows, to get rid of some
assert_gid panic when
2020 Sep 23
2
Information about the number of indices in memory accesses
Hi all,
For loads and stores i want to extract information about the number of 
indices accessed. For instance:
struct S {int X, int *Y};
__global__ void kernel(int *A, int **B, struct S) {
   int x = A[..][..]; // -> L: A[..][..]
   int y = *B[2];   // -> L: B[0][2]
   int z = S.y[..];  // -> L: S.1[..]
   // etc..
}
I am performing some preprocessing on IR to:
1. Move constant
2003 Mar 16
0
SV: Adding users
Hello i had the same problem 2 days ago :) and the nice people here tolt
me what to do ..
>smbpasswd -a username(valid unix)
and then define the password 
this shuld do the job :)
Ps -axe |grep Ketil
79 ?        S      1:09 /usr/sbin/klogd -c 3 -x PWD=/
CONSOLE=/dev/console -x (Ketil Braun Larsen)
-----Oprindelig meddelelse-----
Fra: Leva [mailto:leva@interware.hu] 
Sendt: 16. marts
2015 Nov 08
3
idmap & migration to rfc2307
On 2015-11-08 at 20:34 +0100, buhorojo wrote:
> On 07/11/15 19:57, Michael Adam wrote:
> >On 2015-11-07 at 17:47 +0000, Jonathan Hunter wrote:
> >>On 7 November 2015 at 17:01, Michael Adam <obnox at samba.org> wrote:
> >>>Also, for all I know, the DC always has local unix user and group
> >>>IDs, and does NOT use the rfc2307 attributes for this.