similar to: Feature request: save-as-user

Displaying 20 results from an estimated 2000 matches similar to: "Feature request: save-as-user"

2010 Mar 01
2
Force destination files to specific owner/group
Folks-- I'm working with an old system I set up to copy files from one local directory to another. I was using rdist for this, but I would prefer to shift it over to rsync. The one thing I'm missing is the trivial ability to force the group owernship of the destination files to a specific group. A read through the manpage and various searches on the web do not turn up any helpful hints
2004 May 20
4
Valid users question
Hi, I've a question about the syntax of the valid users option. Any help is greatly appreciated! Here is the Background: samba 3.0.4 Linux as Domain Member Active Directory, not in Native Mode Compiler opions: --with-winbind --with-pam --with-smbmount The goal is to authenticate via the Windows Domain and allow access via Windows groups. The syntax in my smb.conf looks like this:
2004 Sep 22
1
idmap_ad: sid to uid conversion fails
I have two boxes on which I am trying to get idmap_ad (from xad_oss_plugins) to provide uid/gid mapping, and am getting the error: "Could not convert sid <sid of some_user> to uid" The story so far goes like this: Without the line "idmap backend = ad:ldap://<PDC's FQDN>/" in smb.conf, I can successfully do all of: #> wbinfo -S $(wbinfo -n some_user | awk
2009 Nov 30
1
Dovecot 1.2.x masteruser proxy problem
Greetings to all I need a masteruser/proxy account for some applications to be implemented and i am having some problems. Normal users are proxyied through ldap queries to the remote machine and this is working like it sopose to, but i can't make the master user to work. Below are both the dovecot.conf and dovecot-ldap.conf and verbose logs on the proxy machine. If i log directly on the
2002 Mar 30
1
File permission umask howto?
I'm trying to figure out how to cause rsync to create the file on the backup server with 700 permission and specific owner "some_user" (not root) I try to do it in several way with no success. The command I'm using is: rsync -r -t -v -z /dir some_user@server::module so that it don't copy permission It always give the files 744 permission, that mean that every on can read
2006 Jun 13
2
Locating an arbitrary fixture...
Is there a good way to get an arbitrary fixture from the generated fixture function? I need a way to get one of my fixtures, I don''t care which one. It doesn''t need to be random and could always return the same fixture. This is part of a support function for custom assertions and it doesn''t know what class its working on, let alone what fixture names are possible.
2018 May 02
2
samba 4 joining samba 3 pdc - group mismatch
Hi all Background: I am not a samba expert, not even close! I have a ancient samba 3 (Server role: ROLE_DOMAIN_PDC) and I intend to migrate all files to a samba 4 (Server role: ROLE_DOMAIN_MEMBER) Users will stay in S3 for now. Samba 4 joined samba 3 with no problems. I rsync'ed all files and its permissions (rsync -a ...). But... I cannot find a way that makes S4 sees S3 users and groups
2015 Jan 28
1
problem giving setting user permissions on specific folder
On 01/28/15 14:04, Rowland Penny wrote: > On 28/01/15 18:45, Alberto Valdes Gonzalez wrote: >> Hi Rowland: >> >> voyager /data/company # ls -la folder1/ >> insgesamt 56 >> drwxrwxr-x+ 1 administrator dom?nen-benutzer 744 26. Sep 12:45 . >> drwxr-xr-x 9 root root 4096 25. Sep 23:33 .. >> drwxrwxr-x+ 1 user dom?nen-benutzer 200
2009 Jan 21
2
(no subject)
Hello list, My samba server stopped allowing access to shares this morning. It gave some funky errors. Has anyone seen these before? The OS is Fedora 9 and the version is... Version 3.2.0pre3-9.fc9 Am using ADS security for serving shares. Server is EXAMPLEDC.EXAMPLE.CORP Looks like it is saying no login servers in client log but, there are two listed in smb.conf and they both replied to a ping
2007 Sep 10
3
auto expunge trash
Hello, Can this be done? configurable number of days? Like to move from courier, but this is the only thing we really need to convince us to change, it is no good telling users to periodically delete trash, they never listen :) Quey
2002 May 29
2
Win9x login script drive mapping problem - addendum
As an addendum to my original message (copied below), I have tried a couple of things and have found the following: Running a one line login script, eg net use * \\server\share with an echo command produces the following output: The syntax is incorrect. For help, type NET USE /? at the command prompt. Yet running the same script one the machine as soon after login as possible results in he
2020 Feb 09
0
wbinfo -r reports strange gids on AD member
On 24.01.2020 14:01, Christian wrote: > On 23.01.2020 10:26, L.P.H. van Belle via samba wrote: >> Hai Christian, >> >>>>> Thism, this is just strange, Christian, did you already >>> run and if not, can you run it and post the ouputs. : >>>>> net cache flush >>>>> systemctl stop samba winbind >>>>> systemctl
2013 Jun 05
1
Error: Threading lost Message ID
Hello everyone, I have just put in production dovecot imap and pop3 in replacement of courier in a setup of 700 accounts aprox. Dovecot release running is 1.2.16 in a Linux CentOS 5.8. Seems like some accounts are having problems dealing with message threading, as I read lines like this one in my logs: IMAP(some_user): Error: Threading lost Message ID ...and some of those accounts cannot
2006 Feb 13
8
postgres and rake
am in a bit of a quandry... I have asked postgresql-users list and haven''t gotten anything to work with... > > How do I change the owner of a schema? > > > > ALTER SCHEMA "public" OWNER to "some_user"; #? > > http://www.postgresql.org/docs/current/interactive/sql-alterschema.html > > The docs explain this very situation. HTML
2013 Aug 01
2
UIDs/GIDs Mapping and Permissions in Samba
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm wondering how essential it is to ensure that Samba User/Group to UIDs/GIDs mapping across various Samba servers remain consistent. I realise that Samba uses the extended ACLs and also uses extended attributes to store blobs of Windows ACL information; specifically the reason for this is that Windows ACLs don't map 1:1 with POSIX
2011 Mar 15
1
Acts as taggable on ( tag ownership question )
From the acts as taggable doc I seeTag Ownership Tags can have owners: class User < ActiveRecord::Base acts_as_tagger end class Photo < ActiveRecord::Base acts_as_taggable_on :locations end @some_user.tag(@some_photo, :with => "paris, normandy", :on => :locations) @some_user.owned_taggings @some_user.owned_tags
2020 Sep 24
3
Adding user to group doesn't propagate?
This test also needs the info on.. which backend? .. And, did you login/logout again after adding the user. Just like in windows, after you authenticated and being added to a group, you need to logout/login again to get it activated. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland penny via samba >
2019 Mar 13
5
read permission on rotated logs
When logs (e.g. /var/log/maillog) are rotated (e.g. to /var/log/maillog-YYYYMDD) is there a way via systemd or whatever to assign read permission to a specific group? Right now, for example - ls -l maillog* -rw------- 1 root root 3105240 Mar 13 22:04 maillog -rw------- 1 root root 1079031 Feb 24 04:39 maillog-20190224 -rw------- 1 root root 7237640 Mar 1 12:59 maillog-20190228 -rw------- 1
2006 Aug 15
2
Acl, Namespace, User Confusion
I'm using dovecot RC6. I have a group named "cmpymail" with 2 users "jdoe at arinbe.com" and "jsmith at arinbe.com". I set up a mail folders like: drwxrwx--- 4 cmpymail cmpymail 4096 2006-08-13 02:21 cmpymail drwxrwx--- 3 jdoe users 4096 2005-11-21 13:34 jdoe drwxrwx--- 3 jsmith users 4096 2006-08-13 02:27 jsmith drwxrwx--- 3 fred users
2009 May 10
2
LDAP - valid users = @group
Hello, I have a strange problem with Samba and LDAP backend with the statement valid users = @group. The valid users = @username works great, but the @group oder +group statement does not work. But the users in the @group does never get access to the shares! I'm using Samba 3.2.5-4 on Debian Lenny the LDAP server is located at an Debian Etch system. But this ldap server works quite good.