similar to: Integrating a samba server in a samba controlled domain

Displaying 20 results from an estimated 1000 matches similar to: "Integrating a samba server in a samba controlled domain"

2005 Oct 03
3
Samba/OpenLDAP reliability issue: backend experience needed
Hi this is more of an OpenLDAP issue, but since it is mostly used with Samba, some experience would be helpful. We have a SLES9 PDC, running samba-3.0.14a, openldap 2.2.6 Sometimes, the OpenLDAP gets corrupted, no ideas why. It's a bad thing. We have 100+ computers, 300+ users, which shall get 350 computers and 800 users. What would you suggest in order to be reliable ? Reliability is
2002 Dec 19
2
Help adding Samba users on unix
Could someone help me with this? My Unix Administrator no longer works here. Thanks Bill Miller ROSS Marketing, Inc. Directory of Technology (319) 294-8080 Office mailto:bmiller@rossmarketinginc.com <mailto:bmiller@rossmarketinginc.com> (319) 294-8111 Fax (319) 551-9848 Mobile mailto:3195519848@uscc.textmsg.com <mailto:3195519848@uscc.textmsg.com> up to 100 chars
2002 Dec 29
3
How to join Linux to Win2k PDC
Hi All, Sorry for asking the most repeated question again. Just because I could not get a proper guide for doing this. Can anyone please tell me how to make a linux system running samba server and client to connect ( log on to ) to a windows2000 based domain and act as a part of it ? Any useful link also would do. thanks in advance :-) senthil -------------- next part -------------- HTML
2005 Mar 22
1
Login time
hi ! I am quite sure this issue has been raised several times, but could not find any info on the net or on the list, so here it is: is it possible to refuse or accept a logon depending on the hour where a user tries to. If yes, how ? If not, what can be done about it ? Thanks in advance for any information about that ! Kind regards, G. Michalke
2007 Sep 13
2
handle dates in R?
Dear Rusers, I have some data in .csv file like "2004-8-1" and "2004-10-1", and i need to convert them into days from the origin (January 1, 1960). I have tried the function date.mmddyyyy(), but cannot get it. Anybody can show me how to handle the date data? Thanks very much! My dataset like: time 2004-8-1 2004-10-1 2001-9-1 2002-9-1 -- With Kind Regards,
2003 Feb 27
4
Need help understanding smbldap-tools and user records
Why is it that when I use "/usr/share/samba/scripts/smbldap-userad.pl -a Administrator -g dadm" that the group doesn't get changed to dadm? Instead it stays set to the value specified in $_defaultUserGid. Also, I must say that I find the default of *not* adding a group for the user very counter-intuitive. What exactly is the difference between gidNumber and primaryGroupID in a
2008 Sep 23
3
Generating series of distributions with the same skewness and different kurtosis or with same kurtosis and different skewness?
Dear R users, I hope to explain the concepts of skewness and kurtosis by generating series of distributions with same skewness and different kurtosis or with same kurtosis and different skewness, but it seems that i cannot find the right functions. I have searched the mailing list, but no answers were found. Is it possible to do that in R? Which function could be used? Thanks a lot. --
2003 Feb 20
2
Samba-LDAP too imature for production?
2.2.7a It seems that samba-ldap is still to immature for any kind of production environment. The provided Perl scripts simply do not work with the 'add user script' setting or if they do, then there is an an undocumented bug, issue, etc. The scripts work fine from the command line but aparently samba won't execute them properly. Since I cannot expect my users to understand
2008 Jan 01
3
Specify a correct formula in R for Piecewise Linear Functions?
Dear all, I have two variables, y and x. It seems that the relationship between them is Piecewise Linear Functions. The cutpoint is 20. That is, when x<20, there is a linear relationship between y and x; while x>=20, there is another different linear relationship between them. How can i specify their relationships in R correctly? # glm(y~I(x<20)+I(x>=20),family = binomial, data =
2007 Oct 12
3
Anybody has ever met the problem to add a legend to a figure generated by image()?
Dear friends, Anybody has ever met the problem to add a legend to a figure generated by image()? I have three variables,x,y and z. x and y are the coordinates, and z is the third values. we can use image(x, y, z,...) to generate a figure according to the z-values, but the problem is the figure legend. How can the legend be added to a figure generated by image()? Note that filled.contour() can
2001 Mar 31
1
Diablo II cannot find CD
Hello! I've installed Diablo II and then tried to start the game. Even if I start the game from the cdrom, Diablo II complains it couldn't start because of Drive error: Make sure that Diablo II CD-Rom is inserted (this is only my translation) my wine config cdrom part: [Drive M] "Type" = "cdrom" "Path" = "/cdrom" "Label" =
2003 Mar 28
3
Samba, email, LDAP and password integration and management
I set up a test server about a year ago to try this and gave up since it didn't seem that the processes were quite yet in place to do it .. I am evaluating the potential for Samba and Linux accounts (including postfix email accounts) to share the same passwords and have a process in place to encourage users to change their passwords and try to prevent esay to crack passwords Could someone
2006 Nov 19
2
questions on adding reference line?
Dear Ruser, I use abline() function to add the reference line successfully, but i can't display the values corresponding to the reference line on the x/y axis, anybody knows how to display it? *My simulated programs:* y<-rnorm(50) plot(x,y) abline(v=0.5) *#my question is how to display x=0.5 in the x axis?* Thanks in advance. -- With Kind Regards, oooO::::::::: (..):::::::::
2000 May 29
1
Syslog facility in Linux
Hi ! While browsing Linux manpages (man 3 syslog) I noticed that the manual says that the LOG_AUTH facility is deprecated use LOG_AUTHPRIV instead. Is there a good reason why OpenSSH doesn't have an option to use LOG_AUTHPRIV facility ? (Looks like that tcpd/telnet etc. use the AUTHPRIV facility (in RH6.2)). Shouldn't be too hard to add the AUTH_PRIV facility ? Cheers, -Jarno --
2007 Oct 02
2
How to add legend for image()?
Dear friends, The following is an example to explain my question. I want to get a legend which will show the z-values according to different colors in image() function. x<-sort(runif(10)) #x-coordinates y<-sort(runif(10)) #y-coordinates z<-matrix(runif(100),nrow=10) #attributes values image(x,y,z,col=gray((6:3)/6)) # legend(x,y,legend=z,col=gray((6:3)/6)) #error. the colors should
2006 Oct 12
2
how to get the variance-covariance matrix/information of alpha and beta after fitting a GLMs?
Dear friends, After fitting a generalized linear models ,i hope to get the variance of alpha,variance of beta and their covariance, that is , the variance-covariance matrix/information of alpha and beta , suppose *B* is the object of GLMs, i use attributes(B) to look for the options ,but can't find it, anybody knows how to get it? > attributes(B) $names [1] "coefficients"
2007 Nov 08
2
question on image() function?
Dear friends, My dataset is like the following: x y mcpvalue 0.4603578 0.6247629 1.001 0.4603715 0.6247788 1.001 0.4603852 0.6247948 1.001 0.4110561 0.5664841 0.995 The x and y variables are unsorted. I use the function image(x,y,mcpvalue) to generate a plot, but the error is that "increasing 'x' and
2006 Dec 07
3
wierd callerid problem
I have a site running asterisk 1.2.8 with a hand full of polycoms and grandstream 2Kxp's. When a call is missed and you look at the missed call logs on either, its has the persons exten, not the incoming caller id. Any ideas? \\\|/// \\ ~ ~ // ( @ @ )--oOOo-(_)-oOOo? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 13
1
Probelms on using gam(mgcv)
Dear all, Following the help from gam(mgcv) help page, i tried to analyze my dataset with all the default arguments. Unfortunately, it can't be run successfully. I list the errors below. #m.gam<-gam(mark~s(x,y)+s(lstday2004)+s(slope)+s(ndvi2004)+s(elevation)+s(disbinary),family=binomial(logit),data=point)
2007 Sep 17
2
What's the corresponding function in R for lo() function in S-PLUS?
Dear friends, In S-PLUS, we can use the following argument, but not in R. mode12 <- gam(score1 ~ lo(latitude) + lo(longitude)) I searched the help in S-PLUS, it says lo() Allows the user to specify a Loess fit in a GAM formula, but i didn't find the correponding function in R. Anybody knows how to do the similar task in R? Thanks very much. -- With Kind Regards, oooO:::::::::