Displaying 20 results from an estimated 6000 matches similar to: "Pop-up messages to domain members?"
2004 Jan 28
2
Samba / CUPS / Drivers
I'm trying to figure out if it's possible to use different driver file
downloads for different printers on the system? As of what I can see in all
doc-files I can only use ONE set of drivers for all added printers?
F.x. I have one printer that is handled by CUPS' PPD system, and one printer
that uses RAW.
So, the first printer (PPD) should have its feed in postscript format from
2011 Jul 29
1
Can't see shares...
I can't figure out what's wrong with my config, I can see the share
\\beata\anders, but not store0 or store1;
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2011-03-01
[global]
workgroup = NORRBRING
passdb backend = tdbsam
2004 Jan 25
2
Execute .exe files from a Samba share
Hi!
I'm experimenting with SuSE Linux and Samba 2.2.5 as a PDC, so far,
everything works perfectly well, aside from that if I store an .exe file on
a network mapped drive (from the Samba server) it can't be run?
The workstation is a Windows XP Pro SP1, connecting to the Samba running as
a PDC with LDAP backend. The machine and user logon works perfectly, but I
can't execute .exe
2004 Jan 25
1
Firewall transparancy?
Hi!
I was thinking, is there a way to use a linux box with Samba running in the
DMZ of a firewall and to validate logons from the internal network?
I.e. the users workstations are on the protected net on 192.168.111.xx and
the Samba PDC resides in the DMZ, running subnet 192.168.222.xx. If it's
possible, what ports need to be open?
Anders Norrbring
2004 Jan 30
2
(Idiot outside) - smbprngenpdf printer driver?
Well, I wasn't really awake I guess.. It's just a script that calls
GhostScript for pdf generation..
But the question still stands, what IS the best quality printer driver to
use for GhostScript -> pdf printing? We need both colours and high
resolution..
------------------------
Hiya!
Can anybody recommend what the best Windows XP printer driver is to generate
pdf documents with
2004 Feb 01
3
Several logon script bat files?
I simply wonder if I can have several different logon script bat files for
MS Win users that validates through my Samba PDC?
Let's say that group "users" should have logon batch users.bat and the
members of the group "sales" should have both users.bat and sales.bat
executed at logon? Or can I in some way use ONE script with parameters that
knows about what groups the user
2004 Apr 02
2
[LLVMdev] Function pointers
OK, I solved it all ( so far :) ), mixing in some load-instructions and called on the result of that, which worked.
Here is the skeleton-code:
%kernel = type { int ()* }
int puts_kernel(){...}
; main()
%theKernel = malloc %kernel
%puts_kernelPTR = getelementptr %kernel* %theKernel, long 1, ubyte 0
store int ()* %puts_kernel, int ()** %puts_kernelPTR
%tmp.11 = load int ()** %puts_kernelPTR
2004 Mar 31
2
[LLVMdev] Function pointers
Hello out there!
I am trying to build a table of 2 function poiters by using an array:
%kernel = alloca [ 2 x int ()* ]
I try to access the first pointer to be able to store location of my first function like this:
%function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long 0
store int ()* %function_1, int ()* %function_pointer_1
But, I get the error message from llvm-asm:
2004 Apr 02
0
[LLVMdev] Function pointers
On Fri, 2 Apr 2004, Anders Alexandersson wrote:
> OK, I solved it all ( so far :) ), mixing in some load-instructions and
> called on the result of that, which worked.
>
> Here is the skeleton-code:
>
> %kernel = type { int ()* }
>
> int puts_kernel(){...}
>
> ; main()
>
> %theKernel = malloc %kernel
> %puts_kernelPTR = getelementptr %kernel* %theKernel,
2004 Apr 01
1
[LLVMdev] Function pointers
Yes! :-)
What would I do without you folks?!
I am the one trying to build a Ruby compiler prototype, so be prepared for
more questions...:)
Thanks again!
Anders
----- Original Message -----
From: "Chris Lattner" <sabre at nondot.org>
To: <llvmdev at cs.uiuc.edu>
Sent: Wednesday, March 31, 2004 5:49 PM
Subject: Re: [LLVMdev] Function pointers
On Wed, 31 Mar 2004, Anders
2004 Jan 23
1
Logon time restrictions?
Hiya all!
I've browsed to lots of doc. Files, but I can't find a good answer. Is it
possible to set logon time restrictions to users when Samba operates as a
PDC, controlling Windows XP Pro clients?
We're in the need to have different time restrictions based on user groups
as well as individual users.
Currently we run Samba v2.2.5, but will upgrade if needed.
Anders Norrbring
2004 Jan 29
1
Groups
I've noticed in the HOW-TO collection (for v3, unforunately..) that there is
a command "net groupadd" to create group mappings for the Samba server to
use when controlling users in the domain. Since my Samba is 2.2.8a, the net
command doesn't exist on my system.
Is there another utility to use to create NT groups (f.x. Power Users) that
Samba can use in its PDC role?
Anders
2004 Jan 30
1
User access level.
Well, now everything seems to be in place for the big leap to Linux for file
server and logon server.
But there is one big catch that I can't find any info about. The default
user level mappings in a Windows XP SP1 / Samba 2.2.5 PDC setting.
Admin level is perfectly clear, but there is a group level "Domain Users",
what is the corresponding Windows XP user level? Will the user be
2004 Mar 31
0
[LLVMdev] Function pointers
On Wed, 31 Mar 2004, Anders Alexandersson wrote:
> Hello out there!
>
> I am trying to build a table of 2 function poiters by using an array:
>
> %kernel = alloca [ 2 x int ()* ]
>
> I try to access the first pointer to be able to store location of my first function like this:
>
> %function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long 0
>
>
2009 Feb 13
2
net use /home ?
Is 'net use x: /home' deprecated nowadays? I just upgraded a very old Samba 2 to 3.2.8 and suddenly no workstations at all can use that command to map to their home directories.
Workstations are W2k, Win XP and Vista in a mix. Neither work.
Samba use LDAP as back end, and the related posts in smb.conf are these:
logon path = \\%L\profiles\%U\.msprofile
logon script = login.bat
logon home
2004 May 11
2
[LLVMdev] Problems accessing structs
Hello!
I get some odd behaviour using my structs:
"myKernelMap" = type {int (sbyte*)*, int ()*}
"Kernel" = type {"myKernelMap"*}
The second member ( int()* ) is a pointer to the %getchar() function.
I want to call getchar using this function:
int "callmyKernelgetchar_kernel"("Kernel"* "myKernel")
{
"PTRMAP" =
2004 Feb 29
6
Samba Gigabit very very slow?
Hi!
I?m having trubbles with the speed on my samba server,
I just uppgraded to gigabit (Realtek 8169 NIC) at home when i copy stuff from the samba server i get around 5-6Mb/sec
and if i use ftp to access the same file on the same server i get almost 30Mb/sec does anyone have a clue what causes this problem? When i used my old 3com 905c for the local net i got normal 100Mbit speed (around
2002 May 25
1
Trouble browsing on different nets.
I'm not sure if this even SHOULD work. I can't find anything really
useful in the documentation.
I have a RedHat 7.3 system in the DMZ of our network, its address is
192.168.222.10, broadcast address is 192.168.222.254
I firewall, linux based with 3 ports, the 192.168.222.0 net (DMZ), the
"outside world" on one port and the internal network is 192.168.111.0,
broadcasting
2007 Jul 26
1
Getting rid of old network
I can't get rid of an old network I had configured on my Samba server,
it was PDC on two subnets, and one of those nets are now gone.
Still Samba tries to become PDC on the subnet (192.168.100.10).
So, in my logs I get hundreds of these messages;
[2007/07/26 22:38:57, 0]
nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(488)
get_domain_master_name_node_status_fail:
Doing
2002 May 25
0
VB: Trouble browsing on different nets.
I wrote it wrong here
Sorry about that.. They are of course .255
. :-)
-----Ursprungligt meddelande-----
Fr?n: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org]
F?r David van Geyn
Skickat: den 25 maj 2002 15:27
Till: anders@norrbring.biz; samba@lists.samba.org
?mne: Re: [Samba] Trouble browsing on different nets.
I believe your broadcast addresses on the linux box are set