Displaying 20 results from an estimated 263 matches for "wpkg".
Did you mean:
pkg
2008 Aug 31
2
wpkg for Samba
Hello List,
This is very much so Samba related but I'm sure there are several
people here this would relate to. wpkg is a nice add on to Samba that
allows you to mass install Windows software to Windows clients machines
as they log onto a Samba server.
Today's offerings.
I have made a simple binary rpm that installs all of the needed files
for both server and client. Thought this may be of some good to some...
2018 Sep 24
5
DM: samba 4.5 -> 4.8, guest access and machine account access troubles.
I've just upgraded my DM from samba 4.5 to 4.8, using luois repos
(also, debian jessie -> stretch).
I'm experimenting some troubles on some shares, seems that both guest
access and 'machine account' access does not work.
The share is rather simple:
[wpkg]
browseable = No
comment = WPKG Automated Software Deploying System
force create mode = 0664
force directory mode = 02775
guest ok = Yes
path = /srv/samba/wpkg
wide links = Yes
I've got two troubles.
a) seems there's no more a guest access on the share. EG, if i use the
loca admi...
2018 Sep 24
0
DM: samba 4.5 -> 4.8, guest access and machine account access troubles.
....
Guest access enabled on a domain joint PC ?
If you really really want that, then enable user guest in the AD also.
But better is avoiding Guest access completely.
Join the domain, dont allow guest access and configure it correctly,
best tip i can give, for the software deploying share.
[wpkg]
path = /srv/samba/wpkg
browseable = No
comment = WPKG Automated Software Deploying System
acl_xattr:ignore system acls = yes
acl_xattr:default acl style = windows
wide links = Yes
Now setup the share from a windows client.
On the Share tab: activate sharing.
- Allow read access to th...
2003 Nov 19
1
WPKG
Just wondering if anybody out there actually downloaded and got my Wpkg
utility working. I'd like to hear what people think about it. Not having
a progect page for it and all doesn't make that easy. Hmm. Maybe i'll
set up a sourceforge page.
Anyways, anybody using it?
(for those not aware, it's a utility to automatically install software
on windows co...
2014 Sep 23
3
software deployment
Hi,
Just wondering: What are you guys using to deploy software on your
windows (7) workstations within the samba4 AD?
These are options I know of:
* wpkg (but it seems it's development is not too active)
* wpkg-gp using the group policies
* www.opsi.org (Client Management System for Windows clients)
* standard windows software deployment, but I think that's msi-only
This page also has al lot interesting reading:
http://www.klaus-hartnegg.de...
2005 Oct 03
3
how do you manage printers on workstations?
How do you manage printers on Windows workstations?
What I mean, suppose you have many classrooms, different printers (which
sometimes change) in these classroms - how do you manage which
workstation (or a group of them) will use which printer?
So far I've been using WPKG for that - as I described here:
http://wpkg.org/wiki/index.php/Printer_configuration
But somehow I feel it isn't the easiest and most intuitive way - it is
basically running:
rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\kyocera
as a domain administrator when machine is boot...
2005 Nov 16
3
what is the SID of the domain administrator?
...istrator SID always end with -1000?
I.e., if the SID for the domain is:
S-1-2-33-4444444444-555555555-6666666666
does this mean that the domain administrator's SID would be:
S-1-2-33-4444444444-555555555-6666666666-1000
?
How can I get the SID number for any given user?
--
Tomek
http://wpkg.org
WPKG - software deployment and upgrades with Samba
2003 Oct 26
3
Automatic Windows Patch Deployment (OS Agnostic)
A month ago I mentioned on this list work on a automated package
deployment tool for Windows systems, which is server agnostic. At the
time, I didn't have the time to put it up in a place for public
consumption. I do now.
The utility is named wpkg (punny isn't it?) It's nothing more than a
simple .js (jscript) file which needs to be run on Windows, from a
directory containing three XML files describing packages, hosts, and
profiles to be installed on a system.
Each package consists of nothing more than a set of command lines to run...
2016 Sep 11
2
Computer accounts belonging to groups, using winbind on file server
...d DC functionality off my file server and
onto a separate machine, due to the well-known challenges using the same
machine as both a file server and a DC. This went mostly fine, with one
exception - I have one piece of functionality that worked before, but I
still don't have working now.
I use wpkg for software distribution, having all relevant computer accounts
be a member of a group (lets' call it sw-dist) and setting the ownership of
my /data/wpkg directory on the server appropriately so that all members of
that group (i.e. all relevant computer accounts) can access the files - see
bel...
2005 Jun 22
3
Problem Connecting to Samba-OpenLDAP PDC
I have made some changes to try and get the PDC working and now I am
down to one thing where I believe the problem lies. All such
documents on the setup show that the addition of users to the PDC
should be added to passwd as well as LDAP but for my system that is
not the case. I am running the listed software:
Fedora Core 4
OpenLDAP 2.2.23
Samba 3.0.14a
This is what currently happens when I
2005 Nov 08
1
ugly fonts problem
I use wine from time to time, but I don't know how to deal with "ugly
font problem".
What I mean, fonts in Windows applications look really bad:
http://wpkg.org/uglyfonts.png
Is it possible to have "normal" fonts?
If so, how?
--
Tomek
http://wpkg.org
WPKG - software deployment and upgrades with Samba
2005 Nov 08
2
two way synchronization with rsync?
...ser profiles are stored on a
server, so they can be easily transferred to the other server, but I
have no clue how to make a two-way synchronization); "roaming" the
profiles over WAN/VPN when the user logs in/logs off is out of question,
as it would be way too slow.
--
Tomek
http://wpkg.org
WPKG - software deployment and upgrades with Samba
2018 Mar 29
5
site-site vpn setup..
Just search online why in general that is insecure via CLI vs programmatic
for first class automation.. there is a reason why snmp, rest, ... exist.
On Thu, Mar 29, 2018 at 3:50 AM, Tomasz Chmielewski <mangoo at wpkg.org> wrote:
> You've mentioned security issues in your previous email, but now you're
> hopping to management issues.
>
> Have you tried Ansible, Chef or Puppet for automation? It works well for
> hundreds of servers, different services and not just one kind of VPN.
>...
2006 May 18
3
share with no authentication
Hello,
I got this problem:
I want to mount a directory without providing a login/password [indicaf$].
I thought that "guest ok = yes" would be sufficient.
But it not works.
What option is the right one to open a share to everyone without a login box in windows ?
Thanks.
This is my smb.conf (samab v3.0.7):
tccwebcom# more smb.conf
# Samba config file created using SWAT
# from
2016 Apr 20
1
Problem in long timeouts file access
...t domain = Yes
winbind expand groups = 1
idmap config intra : range = 10000-99999
idmap config intra : backend = rid
idmap config * : range = 1000000-2000000
idmap config * : backend = tdb
hosts allow = 192.168.0.0/255.255.0.0 10.0.4.0/255.255.255.0
[WPKG$]
comment = Share di appoggio WPKG
path = /smbmnt/disk_fa1/FA1/UsoSpecifico/WPKG
valid users = "+INTRA\Domain Admins" "+INTRA\Domain Computers"
"+INTRA\domain users"
admin users = "+INTRA\Domain Admins"
write list = "+INTRA\Domain Admins"
acl...
2006 May 28
1
any plans on getting psexec / cmdat equivalent to Samba?
...inux", but I CC'ed him with this mail to say "thank you for
making it and for providing the source".
regards
roland k.
systems engineer
List: samba
Subject: [Samba] any plans on getting psexec / cmdat equivalent to Samba?
From: Tomasz Chmielewski <mangoo () wpkg ! org>
Date: 2006-03-22 11:00:23
Message-ID: 44212E47.4040300 () wpkg ! org
[Download message RAW]
Windows admins can make their work easier with a tool like psexec.
It allows to execute commands remotely, without the need to install
anything on the target machine. All that is needed is...
2008 Mar 05
1
Strange NT_STATUS_PASSWORD errors after upgrade to 3.0.26a
...er is able to log in, but is prompted to change the
password each time after he/she logs out and logs in again.
This issue is present in Samba releases newer than 3.0.24 (i.e.,
everything works fine in 3.0.24, the issue exists with 3.0.25 up to
current 3.0.28).
--
Tomasz Chmielewski
http://wpkg.org
2007 May 11
1
Samba on Debian: Sarge -> Etch = broken guest shares
...[unattended]
comment = Files for scripted Windows reinstalls
path = /samba/unattended
browsable = no
writeable = yes
write list = @it-admin
create mode = 0664
directory mode = 0775
force group = it-admin
valid users = @it-admin, guest, nobody
guest ok = yes
[wpkg]
comment = WPKG files
path = /samba/wpkg
browsable = no
writeable = yes
write list = @it-admin
create mode = 0664
directory mode = 0775
force group = it-admin
valid users = @it-admin, nobody
guest ok = yes
***************************************************...
2018 Jan 16
3
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! Kacper Wirski via samba
In chel di` si favelave...
> I understand the OP, I was asking some time ago similar question, but it was
> in relation to samba domain member.
Thanks, Kacper.
> I couldn't get backend: ad to work for
> machine accounts, so i switched to idmap: rid and it solved everything. I
> tried manually adding UID and GID to Domain Computer group and to
2018 Jan 15
3
Avoiding uid conflicts between rfc2307 user/groups and computers
....
> I am not disputing what you say, I am just asking for concrete proof
> that a computer account MUST have a uidNumber account.
Rowland, it is not (only) a matter of authentication, it is a matter of
'act' with machine account.
I've digged a bit but found nothing than (i use WPKG as deployment
system, it is only an example):
https://wpkg.org/System_User
https://wpkg.org/SYSTEM_user_Command_Prompt
probably was some old thread in mailing list; anyway, SYSTEM user can
act (eg, access shares) with the machine account credentials; AFAIK
accessing as SYSTEM to a share will tr...