similar to: WG: smbadduser problem

Displaying 20 results from an estimated 400 matches similar to: "WG: smbadduser problem"

2003 Sep 17
0
AW: WG: smbadduser problem
Thanks fort he advice John, i read that on the link that nome sent. I filled it out in the smb.conf, and edited the usermap file, then restarted the smb server, and it didn't work *shrugs* it works fine with ftp, so that'll do for now. Thanks anyway. Cheers, -brian -----Urspr?ngliche Nachricht----- Von: John H Terpstra [mailto:jht@samba.org] Gesendet: 17 September 2003 15:04 An: Brian
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
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
2005 May 31
2
Maildir
I've spent most of the morning looking through the archives. Great information, however, I'm still unable to get my issues figured out. I believe I am missing something quite simple. From what I have read, I want to use maildir, mainly because it will allow the use of subfolders for my clients. My clients are running Mail.app (mostly) on 10.3 clients. I'm planning on using imap
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
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.
2017 Sep 13
2
Slow, Incorrect Group Resolution through Winbind
On Wed, 13 Sep 2017 12:37:17 -0400 Sonic <sonicsmith at gmail.com> wrote: > On Wed, Sep 13, 2017 at 12:22 PM, Rowland Penny via samba > <samba at lists.samba.org> wrote: > > For the 'DOMAIN' domain you can use several different backends > > (rid, ad etc) but I wouldn't use the tdb backend, how are you going > > to be sure you will get the same IDs
2015 Nov 07
4
idmap & migration to rfc2307
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 how.) So there is > > nothing wrong with
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
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
2020 Oct 03
2
Information about the number of indices in memory accesses
Hi Ees, SCEV Delinearization is the closest I know. But it has its problems. Well for one your expression should be SCEVable. But more importantly, SCEV Delinearization is trying to deduce something that is high-level (actually source-level) from a low-level IR in which a lot of this info has been lost. So, since there's not a 1-1 mapping from high-level code to LLVM IR, going backwards will
2006 Jan 28
0
macosx (mount_smbfs ok - macosx GUI not working)
Hi there, I have machine running: Linux 2.2.20 Samba version 3.0.14a (debian package) Check the end of the email for the samba config file The samba machine is sharing a directory and it is validating users through a windows 2k PDC. Everything works if I use windows/linux clients, but when I try to use a share directory from a macosx client (10.4.4) using the finder (GUI), it doesn't work.
2017 Nov 14
2
winbind finds all domain users except Administrator
I tried mapping to root but I still get an ACCESS_DENIED when I try to mount a share from the domain member. I'd be very surprised if the samba admin account is the one and only account that is intentionally denied from accessing shares on a member. I'm pretty sure this is a bug. I tried this again with two clean installs (4.7.1) on Linux, one in a VM. Compare this on the DC: #
2004 Jun 03
1
Re: Apostrophes in Windows usernames (again)
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: [2004/06/01 16:23:51, 10] lib/username.c:user_in_list(521) user_in_list: checking user o'brienta in list [2004/06/01 16:23:51, 10] lib/username.c:user_in_list(525) user_in_list: checking user
2001 Sep 23
1
?
I have samba-2.2.1a-alt10. Do how i can adding clients ? File "smbadduser" not exist (((( help please. Thanks. demon2001@beep.ru
2002 May 14
2
Creating Samba users?
I am a new Samba user - I just installed on Solaris 8 and (finally) got smbd and nmbd running. Now how do you create a user in Samba? The documentation provides tons of information about smbadduser and smbpasswd except *how to use it.* Any help is greatly appreciated. For example, how to I create a Samba "root" user if I am the Unix "root" user? Thanks -- JW