Displaying 20 results from an estimated 60 matches for "winusers".
Did you mean:
winuser
2005 Dec 06
1
SRC=/, include a few directories and exclude everything else
Hi,
I am currently backing up a few Linux boxes, and a Windows XP box, using
rsync (through a cron job).
Regarding the Windows box ( Windows XP (running Cygwin) <--> Debian
Testing), so far I specify a few directories as sources in the rsync
command line. I then use an excludes file to include certain directories
and exclude others.
I was wondering, can I just specify / as the source and
2006 Feb 08
0
NT doesn't like that ... primary gid of user [info] is not a Domain group
...info] is comming from an XP station already joined to domain.
Googling, i found a partial explanation here:
http://www-jerry.oit.duke.edu/linux/docs/samba/mapping_nt_groups_to_unix_groups.html
On this PDC server, smb users has been created as following:
useradd info
useradd grig
groupadd -g 1002 winusers
after that i added info and grig to winusers group
# cat /etc/group|grep win
winusers:x:1002:info,grig
id info
uid=501(info) gid=501(info) groups=501(info),1002(winusers)
id grig
uid=502(grig) gid=502(grig) groups=502(grig),1002(winusers)
first, i added unix root account to samba
smbpaswd -a roo...
2010 Mar 23
0
[LLVMdev] Cygwin llvm-gcc-4.2 regression
Hi,
I don't seem to be able to solve this regression with llvm-gcc-4.2 on
Cygwin.
It is weird as I thought I had checked SVN TOT and had a good build just
before the branch was corrected, so am confused.
If someone more experienced with debugging could have a look at this, its
like a syntax error. I have tried whittling the error down but it just
moves.
Trying to bisect between r98185 and
2011 May 26
1
How to resolve conflicts between Cocoa and WineLib...?!
Hello
Can you please tell me if it is possible to resolve the following Cocoa framework / WineLib 1.3.20 conflicts?
I am trying to a port a game from Windows to OS X and I would like to use WINE's Windows Kernel32 library implementation in a Cocoa application [Embarassed]
I think I can probably solve the problem by creating a C++ code only Cocoa framework and linking it with WineLib and my
2024 Nov 04
1
Windows permissions
I think I'm fairly good with Linux (since 1991) but mostly clueless
with Windows. When I need Windows help, the Web has been my savior.
But not this time...
I have three Windows 10 boxes which I can successfully access
using xfreerdp so I presume I know the available users and
passwords. However, trying to access with winexe is proving difficult.
1. The command, <winexe -U winuser
2006 Sep 26
3
Samba ignores groups for ACL !
Hello, i hope u guys can help me.
This is the first time I write to the list. Sorry about my english...
i got a solaris 10 machine and installed "samba 3.0.2.3c" with "openldap 2.3.2.1" , "openssl 0.9.8" and "gcc 3.4.6".
i configured kerberos and all the other things. all good.
i added the samba-server (solaris10) to a active directory domain.
with
2001 Oct 01
1
Latest CVS of wine won't compile
Hi!
I tried to compile the latest CVS version (fetched this morning) of wine,
but compilation fails with:
gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c
In file included from ../../include/wine/winuser16.h:5,
from ttydrv.h:19,
2010 Aug 20
0
No subject
net use z: \\sambapdc\share1 <file:///\\sambapdc\share1>
However I still get prompted for a user name and password. I don't seem
to have a way to force the "net" command to connect anonymously.
If I can force an anonymous connection from Windows, then I should be OK.
(Again, this share does not contain information that needs much protection.)
Thanks
2010 Aug 20
0
No subject
net use z: \\sambapdc\share1 <file:///\\sambapdc\share1>
However I still get prompted for a user name and password. I don't seem
to have a way to force the "net" command to connect anonymously.
If I can force an anonymous connection from Windows, then I should be OK.
(Again, this share does not contain information that needs much protection.)
Thanks
From:
2006 Sep 08
1
Mapping all members of an AD group to a single unix username?
Hello all
I've tried various permutations in the smbusers file ( referenced by
username map ), to get all members of a Windows AD group to be able to
authenticate to a Samba Share, mainly along the lines of DOMAIN\GroupName,
but I can't figure out a way to get this to work.
What I need is for any member of the DOMAIN\SambaGroup to authenticate to
the Samba server as the unix user
2006 Oct 12
0
WG: Samba ignores groups for ACL !
Hi!
Here is the Output:
bash-3.00# id NTBV+neuwald
uid=5000(NTBV+neuwald) gid=5006(NTBV+dom??nen-benutzer)
bash-3.00# /usr/local/samba/bin/wbinfo -r NTBV+neuwald
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5000
5015
5016
5017
5022
5029
5033
5035
5021
5023
5019
5032
5028
5027
5034
5020
5026
5030
5024
5018
5036
5025
5031
Ciao, Bj?rn
-----Urspr?ngliche
2009 Aug 04
8
confused newbie
To launch a Windows exe from a command line, is it "wine <program>" or "wine start <program>"? I've seen both mentioned in the documentation.
2003 Dec 01
0
No subject
through the guest account.
This is my smb.conf on the linux side:
; Copyright (c) 1999 SuSE GmbH Nuernberg, Germany.
;
[global]
workgroup =3D SYAC
guest account =3D winuser
; guest account =3D nobody
keep alive =3D 30
os level =3D 2
kernel oplocks =3D false
; security =3D user
; Uncomment the following, if you want to use an existing
; NT-Server to authenticate users, but
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
Anarchy Online is running great through WINE. However, I need to apply this patch in order for the right mouse button to do extra functionality
===
Code:
diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in
index 3dbde26..d1ebfe8 100644
--- a/dlls/user32/Makefile.in
+++ b/dlls/user32/Makefile.in
@@ -1,7 +1,7 @@
EXTRADEFS = -D_USER32_ -D_WINABLE_
MODULE = user32.dll
IMPORTLIB =
2006 Oct 09
1
AW: AW: Samba ignores groups for ACL !
Hi,
First of all, thx for fast answering.
> I hope that the above commands are really right, because you
said folder_a but the name of the folder is "folderA".
Sorry, the commands are right :)
> The all other things include the groupmaps?
What do you mean... when i uses the command "./net groupmap list",
i get the following back
2002 Dec 31
1
Samba 2.2.7a PDC with W2K SP3 clients - can't stay in domain
I've searched through the mailing lists and seen a few similar problems, but
those fixes didn't fix me.
Error: I can join the domain, but after rebooting and attempting to log in
I get the error:
The system cannot log you on to this domain because the system's compuer
account in its primary domain is missing or the password on that account is
incorrect.
Steps to obtain the
2013 Mar 28
1
Glusterfs gives up with endpoint not connected
Dear all,
Right out of the blue glusterfs is not working fine any more every now end
the it stops working telling me,
Endpoint not connected and writing core files:
[root at tuepdc /]# file core.15288
core.15288: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV),
SVR4-style, from 'glusterfs'
My Version:
[root at tuepdc /]# glusterfs --version
glusterfs 3.2.0 built on Apr 22 2011
2005 Aug 02
2
Winbind Understanding
I would like some clarification on Winbind's capabilities. I have winbind
up and fully functional. I can use wbinfo -g, wbinfo -u, etc..
I would like to use winbind to correlate sids to uid on filesystems
mounted with smbfs or cifs. In reading further I see lots of information
about doing this on EXT3 (or Linux filesystems that support ACL).
Perhaps, I had misunderstood the purpose of
2008 Nov 04
1
WG: Samba 3.0.28a PDC and Vista Clients
Did you have profile files written?
With Xp it is profiles.V2.
I made my profile-path reside in the home directories of the users
And it worked on the fly
Ex:
[homes]
path=/windows/winuser/%U
[profiles]
path=/windows/winuser/%U/profile
Greetings
Daniel
-----Urspr?ngliche Nachricht-----
Von: samba-bounces+mueller=tropenklinik.de@lists.samba.org
2024 Mar 13
2
Generating mouse click and hold using R
Hi,
I wonder if R can provide any functionality where I need simulate
mouse click in windows machine at certain coordinate on screen and
hold the click for certain seconds e.g. for 5 seconds
Really appreciate if I can have someone suggestion how above can be
simulated with R
Thanks and regards,