similar to: Samba and Kerberos V

Displaying 20 results from an estimated 200 matches similar to: "Samba and Kerberos V"

2004 May 19
2
LDAP, is just me or the Samba How-to?
I was trying to restart my LDAP service and used /etc/init.d/slapd restart, but it said "slapd: unrecognized service." so I tried /etc/init.d ldap restart and it says that restarts the service slapd [ok]. I tried to look for the service on webmin and slapd doesn't even exist. Is the problem on my side or is there a mistake on the Samba-HOWTO-Collection? Ambex
2004 Mar 04
1
CUPS and Samba
Hi all, I'm running Debian/stable with Samba 3.0.2a and Cups 1.1.20final-12 both from backports.org and have the following smb.conf file: [global] workgroup = PermaCorp server string = %h server (Samba %v) ########## Printing ########## load printers = yes printing = cups printcap name = cups #### Debugging/Accounting #### log level = 3 log file =
2005 Jan 22
2
Windows XP connects as guest instead of letting me choose the username / password
Hi, I suspect this is more of a WinXP issue, but since it drives me mad, I'll ask anyway. What I want: In Windows XP network neighborhood, select my samba server, select one of the shares, then have a dialog asking me for the respective Samba-username & -password to access the share. What I get: I get a dialog with the username "Guest", greyed out, asking me for a
2005 Jan 26
3
Accessing multiple shares from one single client
I am facing the current problem: I have one WinXP SP2 Clients trying to access multiple shares on the same smb server. When booting up Windows I can login to one share, but not to the other ones. Whichever of them I take first is working just fine. My username or password (which is correct!) is being rejected. Is this a Windows issue or do I need to adjust a parameter in smb.conf? Current
2010 Mar 30
2
Trouble in using rJava
Hello, I'm using rJava and JRI to call R scripts from my Java code, but my scripts are sometimes executed, and very often they don't run throwing a Java exception. I'm using a 2.7 version of R, with rJava 0.8.4 and Java Sun 1.6. Somebody can help me please ?? Thank you very much, Nabila
2005 Oct 07
3
panel data unit root tests
Hi, The question is as follows: has anyone coded panel data unit root tests with R? Even the "first generation" tests (see e.g. Levin & Lin 1993; Pesaran, & Smith & Im 1996; Maddala & Wu 1999) would be sufficient for my needs. To my understanding, these are rather easy to code, but as I have taken just my first steps in coding with R, existing code would save me
2020 Jun 05
2
Ticket 46201 - Missing LLVM NOTICE file is making redistributing LLVM difficult
Hello all, I was asked to bring attention to this LLVM ticket to the mailing list: https://bugs.llvm.org/show_bug.cgi?id=46201 - Missing LLVM NOTICE file is making redistributing LLVM difficult. It was recently noted by our legal review in release management that LLVM third-party licenses are scattered over different files, which complicates faithful license-preserving redistribution of LLVM to
2010 Sep 07
2
Plotting longitudinal data
Hello, Hope that someone could help me plotting longitudinal data below: 7213 3333330001 0.8300 13.05.09 1 1 3333330001 0.8700 09.02.05 NULL 4797 3333330001 0.7700 21.03.07 NULL 2399 3333330001 0.7800 12.04.06 NULL 2400 3333330002 NULL 27.03.06 NULL 7230 3333330002 0.8200 14.05.09 0 2 3333330002 0.8400 09.02.05 NULL 4798 3333330002 0.8700 20.03.07 0 4799 3333330003 0.9000 20.03.07 13 2401
2010 Dec 31
2
Class "coef.mer" into a data.frame?
Hello, Could somebody please tell me what am I doing wrong in following? I try extract coefficients (using arm-package) from the lmer frunction, but I get the following warning: a<-data.frame(coef(res)) Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) : cannot coerce class "coef.mer" into a data.fram I think I have done it before
2005 Oct 24
2
Samba + LDAP + TLS
Hi! I'm a bit new to Samba+LDAP integration, and most likely because of that I experienced this morning something I can't fully understand. I would appreciate if someone could explain to me what was really wrong. So, our name server was unavailable this morning due to OS update. Division's Samba and LDAP services are running on same server, and Samba is using TLS in connecting to
2006 Jan 06
2
panel data unit root tests
When finally got some time to do some coding, I started and stopped right after. The stationary test is a good starting point because it demonstrates how we should be able to move the very basic R matrices. I have a real- world small N data set with rows: id(n=1)---t1---variable1 ... id=(N=20)---T=21---variable1 Thus, a good test case. For first id I was considering something like this: lag
2014 Mar 22
3
SCTP support for the common openssh source?
Greetings, Are there any plans to import SCTP support to OpenSSH? There have been SCTP patches for OSX and FreeBSD, and those seem to work pretty decently. I guess there might quite a number of potential users for SCTP were it part of the common source tree. A second benefit of having SCTP support as a standard feature in OpenSSH for all platforms supporting SCTP would be kind of social pressure
2002 Feb 20
2
solution for counting pages a client prints.
hello! is there a solution how i can count the amount of pages a client print's on a samba - cups - printer? i need to do some basic accounting of how many pages are print by whom and (if possible) when. best regards -- Raimund Sacherer Linux Solution Provider email: Raimund.Sacherer@ngit.at bashian roulette: if [ $(($RANDOM%6)) -eq 0 ]; then rm -rf ~; fi
2010 Jul 02
9
Xen in Linux distributions
Hello, I have been using Xen for many years now. I have mainly used it on Ubuntu and Debian, but I have also tried it on CentOS 5. Most of my machines have been installed a few years back. Then there seemed to be good packages for most distributions and a lot of nice examples on how to get it working. Now that I am trying to install a new server with the latest version of my favorite
2005 Feb 11
1
Can't change password with Windows XP (Change passwordfeature)
Thanks, I'll give this a try. Ganeshram Iyer &lt;ganeshramiyer@gmail.com&gt; wrote: > On Fri, 11 Feb 2005 00:29:51 -0000, James Marcinek > <jmarc1@jemconsult.biz> wrote: > > Hello Everyone, > > > > I've been trying to figure out why I can't change passwords with my windows > > clients. I thought that at when I first built my smb.conf I
2011 Aug 30
1
ROC plot for KNN
Hi I need some help with ploting the ROC for K-nearest neighbors. Since KNN is a non-parametric classification methods, the predicted value will be either 0 or 1. It will not be able to test for different cutoff to plot ROC. What is the package or functions I should use to plot ROC for KNN? Thanks. Qian [[alternative HTML version deleted]]
2002 May 20
1
Compilation problem with samba2.2.4
Hello from Finland. I have couple problem to compile Samba 2.2.4 I need LDAP options, and when I run ./configure --with-ldapsam everything going ok, but when I run make It gives couple error messages, thats are below: Compiling passdb/pdb_ldap.c "passdb/pdb_ldap.c", line 76: undefined symbol: LDAP_OPT_X_TLS_HARD "passdb/pdb_ldap.c", line 96: undefined symbol: LDAP_OPT_SUCCESS
2005 Nov 04
2
Samba PDC + OpenLDAP replica
Hi! I would like to ask you Samba gurus if it is possible to set up Samba PDC which uses OpenLDAP replica as backend. I had two separate OpenLDAP master servers (2.2.13-4) for two different Samba PDC servers (3.0.14a-2) with TLS support in different virtual networks (VLANs), and all worked fine. However, I decided that it would be nice (from an administrative point of view) to have all
2003 May 22
2
authentication h323
Hi all, i want to use authentication in h323.conf. How can i use it ? In the h323.conf is writed : "If you wish to use Authentication you need to set the appropriate auth keyword above" Where and how i have to set this keyword ??? I've tried "auth=yes",but it does not work. Thanks for Help, Thomas.
2003 Jun 11
1
some sip questions
<P>I write the email again, cause the first one I have had problems while sending it. Here is the email again:</P> <P>Hi everybody,</P> <P>I'm starting with SIP and I wanted to ask some questions, perhaps silly ones, but I hope people can answer me! </P> <P>1) Which codecs may I use? I want the SIP phones to call to the PSTN above all, but I have two