similar to: usermap ignored?

Displaying 20 results from an estimated 110 matches similar to: "usermap ignored?"

2013 Oct 14
1
rsync-3.1.0 --chown, --usermap, and --groupmap ignored?
The man page describes options --chown, --usermap, and --groupmap, but these seem to be silently ignored beyond validating that the user and groups do indeed exist. Is the following supposed to work? $ touch a $ rsync --chown=http:http a b $ ls -l a b -rw-r--r-- 1 jed jed 0 Oct 14 02:44 a -rw-r--r-- 1 jed jed 0 Oct 14 02:45 b $ chown http:http b chown: changing ownership of 'b':
2006 Jan 08
0
Usermap from Windows domain to UNIX
I believe you should have your domain name prepended to windows username, such as: root "DOMAIN\administrator" HTH Mike On 03-Jan-2006 12:52:56 CET, JKetabchy@swd-ag.de <JKetabchy@swd-ag.de> wrote: > > > > > > > Hello! > > I try to map users from Domain to a unix system with user map. > I have joined the Domain with net join. > i have a user
2003 Jun 12
0
net usermap? or something like that?
Before I upgraded Samba, things worked :) My samba box is a member of the domain, and my NT and Unix username are the same, so it was allowing my samba session to modify my files as if I were that Unix user. Now, with the idmap stuff, my NT userid is mapped to uid 10000, which is not my unix UID, so I do not have permissiosn to delete files, etc... net has the groupmap which lets you say that
2006 Aug 28
1
usermap confusion (":" or "=")
According to http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#id2571949there should a be ":" between a users UNIX login and their Windows login in the "username map" file, is that correct? According to the man page there should be an "=" between them. The reason I ask is because I am trying to get username maps to work in Samba
2014 Apr 30
1
rsync-3.1.0 bug in cmdline parsing for option --usermap and --groupmap
Hello! I think there is a small bug in cmdline parsing for option usermap and groupmap. If you give multiple mappings to --usermap or --groupmap, only the first one is used. Example: rsync -a --usermap=userA:userB,userC:userD <src> <dst> -> Only the user mapping for userA to userB is used, the second mapping is ignored. The attached patch fixed the problem for me. Greetings
2014 Jul 09
1
[Bug 10705] New: usermap/groupmap do not escape wildcards passed to the remote
https://bugzilla.samba.org/show_bug.cgi?id=10705 Summary: usermap/groupmap do not escape wildcards passed to the remote Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org
1998 Jul 21
0
Usermap based on client domain.
I've been experimenting with the usermap function, and the only problem I've been running into is that multiple domains will be connecting to our samba server. I've been trying to figure out a way to base the usermap on the domain which is attempting to connect, but all I cac come up with is to use IP adresses or Netbios names. Any other ideas? --Jason Coleman
2023 Mar 08
1
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
After upgrading to rsync 3.2.7, the following command hangs forever (using "--usermap" causes the hang; without "--usermap" it doesn't hang): rsync -v -p -e --usermap user:user /etc/services user at remote: It did not hang with rsync 3.2.3. Not sure if it's intended behaviour? The fine manual says that --usermap should be used as a super-user on the receiver, but
2023 Mar 09
0
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
On 2023-03-09 09:10, Tomasz Chmielewski via rsync wrote: > So from the tests above, it hangs with rsync 3.2.3 on the sender and > rsync 3.2.7 on the receiver. I'll run some more tests. Self-compiled rsync 3.2.7 on Debian to Ubuntu (rsync 3.2.7) - does NOT hang. Tomasz Chmielewski
2023 Mar 09
1
rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user
Hi. On Wed, 08 Mar 2023 22:21:28 +0100 Tomasz Chmielewski via rsync wrote: > After upgrading to rsync 3.2.7, the following command hangs forever > (using "--usermap" causes the hang; without "--usermap" it doesn't > hang): > rsync -v -p -e --usermap user:user /etc/services user at remote: This command is incorrect: the -e option needs a command. Without
2006 Jan 31
5
resizing multiple images using getElementsByClassName
I am building a iPhoto like (Read rip-off) interface for thumbnails and I am having a couple problems that I thought some one on the list might be able to assist me on ... first off here is the page: http://v4.incontrolsolutions.com/galltest/ I am no Javascript whizz and I am sure there is a FAR more efficient way to do what I am trying. Having said that, the 2 things I was looking for
2006 Jan 31
2
Design question: Storing user fields
Hello- I have a database/rails design question. I''d like the user to be able to specify a set of fields they would like associated with items. Imagine a shopping cart where each item has a description and price. But a particular customer may choose to associated a color with all her items. (it will be site-wide, so every item listed for this particular user will have this
2005 Dec 24
2
3.0.20 usermap script execution
I have created a mapusers.bash script (listed below) for mapping Active Directory handles to unix logins. This script is currently working as documented. I would like some insight into how and when this script gets called. I assumed that upon establishing each samba connection, after the active directory handle gets authenticated with the domain controller it passes the domain\handle to this
2006 Aug 04
4
cannot convert String into Integer
Hi, I''m trying to implement a live search that supports searching for multiple words. So for example, if I type "ruby rails" in the search field, I would return results that have either the word "ruby" in them or the word "rails" in them. However, this is just a background as to what the following code is trying to do and might not even be needed to fix
2014 Jun 17
1
GPU lockup - switching to software fbcon
Hi. I am new to the listm so, first of all I'd like to say hello to everyone here in the list. I hope this list is an adequate place to post this; else, please, kindly direct me to the right list :) I write because I am having an issue with nouveau and mplayer. I have been only able to reproduce it with mplayer, but I think the issue lies in nouveau, either the kernel part or libdrm. The
2006 Jan 30
2
fastcgi on solaris 10
Hi I''m trying to install fastcgi and I''ve downloaded the developers kit fromfastcgi.com I go through the instructions $ wget <a href="http://fastcgi.com/dist/fcgi-2.4.0.tar.gz">http://fastcgi.com/dist/fcgi-2.4.0.tar.gz</a> $ tar zxvf fcgi-2.4.0.tar.gz $ cd fcgi-2.4.0 $ ./configure $ makeMaking all in libfcgi but when it comes to making it it allways
2016 May 26
2
dnf replacing yum?
On Thu, May 26, 2016 5:17 am, Johnny Hughes wrote: > On 05/26/2016 04:31 AM, Yamaban wrote: >> On Thu, 26 May 2016 08:00, James Hogarth wrote: >>> On 26 May 2016 00:57, "SternData" wrote: >>>> On 05/25/2016 06:43 PM, Always Learning wrote: >>>>> On Wed, 2016-05-25 at 22:32 +0100, Timothy Murphy wrote: >>>>>
2005 Aug 24
1
Wifi UT Starcom F1000: Raising Audio volume Level via asterisk?
Hi all, I' m currently testing a Wifi UT Starcom F1000 and for my taste even with the audio volume level even on max. setting, the speaker is not loud enogh. Is there a way to raise the audio-level specifically for a concrete SIP device via a sip.conf setting or something like that ?? TIA, Bruno
2006 Feb 04
1
BIDI (Hebrew) Support
Hello, I've looked for a BIDI HOW-TO, but did not find any. I use wine-0.9.5, and run IE using ies4linux. It works great including Hebrew showing Hebrew text correctly. The problem is that I could not write any Hebrew character... Whenever I type a character I get "?". So I've looked at wine-bidi issues, and found that I need to compile wine with icu library. I did! using
2003 Nov 04
2
real eigenvectors
Hello list, Sorry, these questions are not directly linked to R. If I consider an indefinte real matrix, I would like to know if the symmetry of the matrix is sufficient to say that their eigenvectors are real ? And what is the conditions to ensure that eigenvectors are real in the case of an asymmetric matrix (if some conditions exist)? Thanks in Advance, St?phane DRAY