similar to: 3.0.20 usermap script execution

Displaying 20 results from an estimated 100 matches similar to: "3.0.20 usermap script execution"

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
4
usermap ignored?
Hi listm i ran into some difficulties using samba 3.0.21b as an PDC while mapping e.g. "root" to "administrator" With samba 3.0.10 it worked - however i cannot find anything thats wrong. Can somebody please point me where to look at? Can i test the usermap functionality somehow except for logging in on windows machine as the mapped account? Should "getent passwd"
2005 Dec 21
2
Why lmer() is not working, altough lme4 is installed?
I have installed lme4 library, but when I try something with lmer() function, I receive error message. On the other hand, I can use lme() function from the same library. Are those two the very same function or not? I am a bit confused. I am using: $platform: "i386-pc-linux-gnu" $arch: "i386" $os: "linux-gnu" $system: "i386, linux-gnu" $major: "2"
2005 Oct 03
3
spline.des
Hello, I am using library fda and I can not run a lot of functions because I receive the error: Error in bsplineS(evalarg, breaks, norder, nderiv) : couldn't find function "spline.des" do you know how I can fix that? Thnaks. Liliana
2008 Aug 12
1
ldap secondary/auxillary groups not available
I have a samba 3.0.20 installation that authenticates users using ntlm to a MS DC. The samba installation was correctly able authenticate users and map them to their unix uids and gids without an issue. The solaris box that samba was running on was also using NIS for its naming services. I have recently migrated this machine that was using NIS for its naming services to LDAP which is running
2005 Apr 18
2
R2.0.1 for Mac OS X 10.3 problem
This combination was operating satisfactorily until I tried updating lme4 and Matrix. My attempts to do this ultimately broke R. The R console appears briefly, then collapses. I have tried downloading and reinstalling R without success. Typing 'R' into Terminal gives the error message bring up the usual introduction, then the error message: Error in methods:::mlistMetaName(mi, ns)
2005 Nov 30
1
How to solve allocation problem in lme() analysis?
Hello! I am running analysis on the data from 4 experiments, with approximately 4600 rows (cases). My working model is: fitA1 = lme(RT~F1+F2+L,random=~1|Experiment/Subject,data=data) Model works very fine, but if I try to check whether the effect of L depends on Experiments/Subjects with: fitA2 = lme(RT~F1+F2+L,random=~1+L|Experiment/Subject,data=data) [with the idea to make: anova(fitA1,fitA2)]
2020 Jun 11
2
Dovecot /VMWare Boxer
Hello all, My name is Djule Djukic and I am working for Hipotekarna Banka from Montenegro. We are using IMAP email server Dovecot version 2.1.17. As a email clients on our corporate workstations we are using Thunderbird or WebMail and everything is working fine. We decided to introduce MDM solution in our environment and we installed VMWare WorkspaceOne (former Airwatch) which use Boxer as a
2005 Dec 31
3
Problems with updating R-packages
Dear Helpers, I am new in Linux and R, trying to update packages I need in my work, but repeatedly I failed for reasons I do not understand. First, I use: > update.packages() Then, I choose nearest mirror and accept update of 'Design' package: > Design : > Version 2.0-9 installed in /usr/lib/R/site-library > Version 2.0-12 available at http://cran.r-mirror.de > Update
2004 Apr 26
0
Usermapping with 3.0.3pre2
Hi, I just installed samba 3.0.3pre2 on a FreeBSD 5.2.1-RELEASE Box. It's a ActiveDirectory Member-Server and works so far - with an exception: It seems to me, that the "!"-Syntax in the user mapping file doesn't work any more. The man-page says, that samba will stop on a matching "!<unix-user>=<win-user>" line, but all my users (even if successfully
2015 Mar 04
0
Domain Member Server (wheezy) - Unable to edit permissions of share without usermapping - shall I add to Wiki?
On 04/03/15 18:31, Shane Robinson wrote: > Hello again Rowland, list! > > Sorry for the delayed response, and top posting. > > To recap: > I'd like to complete the member server wiki so that ACLs can be set from > windows without taking undocumented steps. > > The three ways I've found to do this are: > > 1) map root to administrator. (LPH VanBelle's