similar to: Having trouble with LDAP Authentication...

Displaying 20 results from an estimated 1000 matches similar to: "Having trouble with LDAP Authentication..."

2009 Jul 28
1
Tracking specific fixes into backports
I apologize if this is a simple noob question - I looked around and couldn't find an easy answer. My auditor presenting me with some findings re: httpd (apache) and said I have to upgrade to the newest version. They are basing their findings on the "version" of Apache installed - but are unaware of the fixlevel. Is there an easy way that I can take a specific Mitre or Securityfocus
2011 Apr 17
1
Samba AD member and connections from non-AD systems
Hi - I've scoured the mailing list archives as well as other help sources online and haven't figured out what my problem is or what I'm doing wrong. Any help would be greatly appreciated. Scenario: I have a samba 3.5.5 server running on CentOS 5.5. This system is a member of an Active Directory domain. FYI, I am not the domain administrator, but I am an OU admin and can create
2011 Mar 14
2
proportional symbol map ggplot
Hello, we want to plot a proportional symbol map with ggplot. Symbols' area should have the same proportions as the scaled variable. Hereby an example we found on http://www.r-bloggers.com/bubble-chart-by-using-ggplot2/ . In this example we see the proportions of the symbols' area are different from the proportions of the scaled variable: crime <-
2012 May 02
1
DEADLINE FAST APPROACHING for useR! 2012
DEADLINE FAST APPROACHING ? 8th Annual International R User Conference useR! 2012, Nashville, Tennessee USA Registration Deadlines: Early Registration: Passed Regular Registration: Mar 1- May 12 Late Registration: May 13 ? June 4 On-Site Registration: June 12 ? June 15 Please note: Nashville is offering several large entertainment events the month of June, and hotels are quickly selling out.
2012 May 02
1
DEADLINE FAST APPROACHING for useR! 2012
DEADLINE FAST APPROACHING ? 8th Annual International R User Conference useR! 2012, Nashville, Tennessee USA Registration Deadlines: Early Registration: Passed Regular Registration: Mar 1- May 12 Late Registration: May 13 ? June 4 On-Site Registration: June 12 ? June 15 Please note: Nashville is offering several large entertainment events the month of June, and hotels are quickly selling out.
2016 Aug 12
2
howto install yumex
On 08/12/2016 01:13 AM, Hal Wigoda wrote: > Bless you. > Use medical edibles > ===> thank you. you also. wish i could do the edibles, but i live in tennessee where cannabis has not been approved. :-\ we do have a good support group and petitioning congress. so far, there are just too many in congress who rather take their kick back than help their people. -- peace out. CentOS
2012 Mar 12
3
lapply to change variable names and variable values
Hi: I'm sure this is a very easy problem. I've consulted Data Manipulation With R and the R Book and can't find an answer. Sample list of data frames looks as follows: .xx<-list(df<-data.frame(Var1=rep('Alabama', 400), Var2=rep(c(2004, 2005, 2006, 2007), 400)), df2<-data.frame(Var1=rep('Tennessee', 400), Var2=rep(c(2004,2005,2006,2007), 400)),
2011 Nov 28
3
Rprofile.site
Dear All I inserted a frequently used function (subroutine) right into my Rprofile.site which allows me to run it each time-works great. However, this approach is obviously suitable for a short function or a small number of functions. Instead of inserting the lines in Rprofile.site, is there a way to insert one line pointing to (fetching) the function in a local drive, similar to #include
2011 Nov 04
6
Matrix element-by-element multiplication
is there a way to do element-by-element multiplication as in Gauss and MATLAB, as shown below? Thanks. --- a 1.0000000 2.0000000 3.0000000 x 1.0000000 2.0000000 3.0000000 2.0000000 4.0000000 6.0000000 3.0000000 6.0000000 9.0000000 a.*x 1.0000000 2.0000000 3.0000000 4.0000000
2003 May 26
3
[new user] VPN or NAT? (and a FAQ)
I live in Tennessee, USA, and work 1000km away in Texas. Thanks to the wonders of broadband I never leave home (well, not for WORK, that is. :) I'm setting up an Asterisk system whereby I'll have an extension in Texas, so clients can reach me at a local telephone number. We have a VPN set up already (OpenVPN, which I highly recommend to anyone needing such a thing.) It does
2011 Oct 13
2
Comparing the components of a data frame without levels interfering
*Bottom Line: How can I compare the individual components of two data frames with different row lengths without the levels interfering?* Example: I have two data frames to those respectively named 'dfCity' and 'dfState' that have the following output: dfCity Name City 1 Bill Detroit 2 Jody Chicago 3 Frank Memphis 4 Ron Houston
2009 Jul 03
2
mapping states with colors
Hi folks, I'm just learning how to use maps. As an initial foray, I'm mapping the states that have "duty to retreat" (blue) and "stand your ground" (red) self-defense standards. Here is my extremely naive script: dtr <- c('alabama', 'arizona', 'conneticut', 'delaware', 'dist of columbia' , 'hawaii',
2009 Apr 07
1
[LLVMdev] job opportunity
Hello everybody, If anybody is about to graduate and is looking for a research position, ICL at the University of Tennessee (http://icl.cs.utk.edu) is looking for a compilers person. We are looking for somebody with practical experience in compiler technology and some understanding of linear algebra. Sorry for spamming the list with non-development content, but I hope a lot of
2002 Jun 12
1
Mapping Drives from Windows 2000
** High Priority ** I have SAMBA on a Unix server. I have 8 pc's running Win 2000. All of these work properly. Mapping a drive to the unix server is no problem. I got a new pc in, and I can not get it to map to the unix. I get the error message : The mapped network drive could not be created because the following error has occurred.....The account is not authorized t log in from this
2004 Apr 24
1
smbldap: odd ownership of un-tarred files
I've just been setting up a new server with RHEL 3, samba 3 with LDAP authentication and using the smbldap-tools ver. 0.8.4. I've finally got things working, but just noticed something odd. I have so far only created myself as a user, with uid=1000 and gid=513. As root, I obtained the latest gzip file for squirrelmail and untar'd it. The odd thing is that the directory created
2005 Feb 11
1
mode of a data set
I was looking up how to find the mode of a data set in R and found some solutions through your service. But, I needed a program to find the mode or modes of a data set. Here is what I came up with: names(sort(table(x)))[sort(table(x))==max(sort(table(x)))] Michael Allen Department of Mathematics Tennessee Technological University Cookeville, TN 38505 USA
2012 Nov 21
1
S3 generic/method consistency issue with R CMD check
Hi, I'm having some trouble setting methods for the qr family of functions. I believe I have distilled my misunderstanding in the code snippet below: foo <- function(x, ...) UseMethod("foo") foo.default <- function(x) { } # foo setGeneric(name = "foo", useAsDefault = foo) setMethod("foo", signature(x="bar"), function(x, ...) { } )
2006 Apr 18
1
Browsing Issues
Hi - I'm having some problems with network browsing using a Samba PDC (3.0.22) and I'd appreciate any hints that might push me in the right direction. One of the problems is that I am on a very crowded subnet that is being used by several different groups. There are a two separate WinNT/2000-style domains active on this network as well as an AD domain controller. Here are the
2012 Nov 03
1
Logical vector-based extraction
Hello, The most part of the program works except that the following logical variable does not get created although the second logical variable-based extraction works. I don't understand what I am doing wrong here. state_pflt200 <- df$p_fatal <200 df[state_pflt200, c("state.name","p_fatal")] I would appreciate receiving your help. Thanks, Pradip Muhuri
2012 Sep 12
1
Plotting US States: Issue with filled colors cycling
I'm having issues when trying to do a filled State plot using the maps() package. It seems that the color values aren't being plotted correctly, and I'm not sure why... I've started debugging it, but I'm stuck. I've attached the code that I've got so far. The for loop plots states 1:i. What I'm noticing is that the colors are correct until after Michigan gets