similar to: Trouble with user who has mixed case login (upper and lower)

Displaying 20 results from an estimated 1000 matches similar to: "Trouble with user who has mixed case login (upper and lower)"

2012 Jun 28
1
Rsync an offline database?
Is rsync a good way to make a valid copy of offline database files (TSM, in this case) from one xfs filesystem to another? If so, which options should I use? Once again, the database services would be shut down, so the database would be offline. Bill Dorrian Network Administrator Desk: 904-273-7625 Cell: 904-859-9471 " Follow the 2012 FedExCup season at PGATOUR.COM." "The
2012 Apr 09
2
Problem syncing to Netapp (rsync: failed to set times on...)
Hey folks. I have a machine that I use as an intermediary to rsync between a NAS in another building (the users there have poor bandwidth and need local storage) and the our Netapp located in our Datacenter. I get lots of the "rsync: failed to set times on..." errors, and files which have already been transferred just try to sync again anyway. These are the mount options that I use
2013 Apr 19
1
LDAP authentication
Hi guys im new to dovecot , and im trying to authenticate dovecot to LDAP this my configuration dovecot --version 1.2.15 dovecot -n # 1.2.15: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.5 log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap pop3 login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap):
2012 Jul 11
2
How to specify the dest directory?
Hi, When I use the following command, A (a directory) will be created in B. But I actually want to cp the content of A to B. rsync -az A B Is there a way to cp the content of A to B? Thanks! -- Regards, Peng
2006 Mar 17
5
Making Share Visible To Particular Users Only
Dear Friends, Is It Possible to Make a *Share* Visible to a List of Users *Only* ? e.g. If have shares Likes Account, Sales, Support Then I would Like make respective *share* visible *only* to persons in respective dept. Thanks and Best Regards.
2009 Aug 17
1
Question concerning file permissions in Samba 3.3.4
We're running Samba 3.3.4 on RHEL 5 Linux, using Active Directory authentication. I've noticed that we are able to assign NTFS "Full Control" permissions to directories; however, we are unable to do the same on the files contained within those directories. Is there a default setting that is preventing us from being able to assign them? Note that this happens even at the very
2010 Jul 13
0
"Close_remove_share_mode: Could not get share mode lock for file..."
Hey folks... I'm using the Redhat Samba package (samba-3.0.33-3.15.el5_4.1) and I'm having a problem with one specific user. When she opens a project for her program, there are several shape files which need to open. Unfortunately, performance is EXTREMELY slow for her; everyone else who accesses the project can open it up quickly and normally. A tail of /var/log/samba/<IP
2003 Sep 02
1
One user's logon crashing Samba 3.0.0beta2-1
Hello, I am running Debian/sarge and upgraded samba to 3.0 some time ago Since the upgrade I am having an issue with one user connecting to samba. When they try to access the samba file server from any machine (2K/XP) the smbd has a panic and crashes after they put in the login details. Samba continues to operate so I guess the daemon is automatically re-started. This samba box is part of an
2014 Dec 16
2
LDAP: Connection appears to be hanging, reconnecting
Hello List I have a strange problem here which i try to analyse, but i'm stuck. Maybe someone has a hint? What happened: A few weeks ago one of the LDAPS Servers which is not maintained by us has crashed. From that moment on, users could still login to check their emails, but they were not able to send any email through postfix (which uses smtpd_sasl_type = dovecot) What i do not
2005 Jun 12
4
Samba share query
Hello, I've coded the following in our smb.conf file (security = share coded in the [global] section) and this works fine where users can access the share without a password :- [ts] comment = Tech support directory path = /information guest only = Yes guest ok = Yes guest account = nobody writable = no browsable = no Is it
2009 Dec 01
1
draw a box at 10% lower and upper in scatter plot
Hi,   I would like to draw a box at each corner of lower 10% and upper 10% in the scatter plot on(0,1)*(0,1)  to indicate the lower and upper tail.  I hope somebody can help me.   Here is my code: ## scatter plot plot(hume_uni[,2],beec_uni[,2], pch=19, xlab="Hume_uni", ylab="Beec_uni", col= "blue")  title(main="Scatter plot of uniformised data of Hume and
2018 May 19
0
Lower bound and upper bound in maximum likelihood
Dear all, I need to simulate data which fit to a double poisson time series model with certain parameters. Then, check whether the estimated parameter close to the true parameter by using maximum likelihood estimation. Simulation: set.seed(10) library("rmutil") a0 = 1.5; a1 = 0.4; b1 = 0.3; g1= 0.7 ; n=100 #a0, a1 and b1 are parameter where n is size. nu = h =
2008 Feb 27
1
Lower and Upper Case and MS C# FilesystemWatcher
Hi all, I'm trying to find a way to make the C# FilesystemWatcher class distinguish between Linux mixed lower and upper case files on a Samba share. E.g., file A is called abc.JPG and file B is abc.jpg, and Linux knows that's two files - now, when I delete such a file via a Samba share, both files A and B are deleted. I did not find a solution at Google or in this list, so any help or
2005 Dec 15
0
nls: constraints (lower/upper) (PR#8401)
I found what seems to be a glaring bug in nls when using constraints, but it is so glaring that I'm a bit nervous about having been stupid. I have (1) tried to make sure I'm up to date: platform i486-pc-linux-gnu arch i486 os linux-gnu system i486, linux-gnu status major 2 minor 2.0 year 2005 month 10 day 06 svn rev 35749 (2) skimmed through the SVN
2008 Sep 20
1
lower and upper limits in integrate as vectors
Dear R useRs, i try to integrate the following function for many values "integrand" <- function(z) { return(z * z) } i do this with a for-loop for(i in 2:4) { z <- integrate(integrand, i-1, i)$value cat("z", z, "\n") } to speed up the computation for many values i tried vectors in integrate to do this. vec1<-1:3 vec2<-2:4
2010 Dec 17
2
lower/upper case question
Dear R People: Is there a function to convert a character string to all uppercase or all lowercase please? I'm sure that I've used one before but I'm drawing a blank. Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2012 May 01
2
Define lower-upper bound for parameters in Optim using Nelder-Mead method
Dear UseRs, Is there a way to define the lower-upper bounds for parameters fitted by optim using the Nelder-Mead method ? Thanks, Arnaud [[alternative HTML version deleted]]
2012 Nov 19
2
lattice: defining grouping variable only for the upper/lower panel with splom
Using the mtcars dataset, how to define the grouping variable to be valid only for the upper or lower panel? The following doesn't work: # Code start splom(~data.frame(mpg, disp, hp, drat, wt, qsec), data=mtcars, pscales=0, auto.key=list(columns=3), upper.panel = function(...){ panel.grid(...) panel.xyplot(groups=cyl,...) } ) # Code end -- View
1998 Nov 24
1
Upper, lower case filenames...
Hello, It is fairly important for a Windows NT machine to be able to see all unix filenames as lower-case files. I have set # Case Preservation can be handy - system default is _no_ # NOTE: These can be set on a per share basis preserve case = yes ; short preserve case = yes # Default case is normally upper case for all DOS files default case = lower # Be very
1999 May 17
0
Problem with SMB Shares and upper/lower case
On Mon, 15 Feb 1999 23:47:50 -0500, Guy Dallaire wrote: .. >When I try to access a file or a subdirectory under the share, I get a message telling me "File not found", >or "this folder does not exist". > >I tried all sorts of upper/lower, preserve, case combinations in smb.conf, nothing seems to work. I tried >with debug level = 3 and I noticed a lot of