similar to: samba and pam

Displaying 20 results from an estimated 1300 matches similar to: "samba and pam"

2002 Aug 20
1
pam_smbpass
Okay - I've got samba working as a PDC with and ldap backend. I want to have some users not be in ldap (like the built in stuff like cyrus, mail, lp etc) I can get that to work with the pam_ldap and pam_unix but pam_smbpass doesn't seem to return user_unknown as i expect for users who are not in the ldap database does this make sense? --- pam_smb_passwd.c 12 Feb 2002 15:56:19
2001 Nov 01
1
Sol 2.8 - Samba 222- --with-pam compile errors
Hi I'm attempting to compile samba 222 on Solaris 2.8 using Sun Forte 6 C compiler but I'm getting error messages. I used the following sequence of commands: setenv CC cc ./configure --prefix=/usr/local/samba.22 --with-acl-support --with-pam --with-pam_smbpass --with-syslog make See messages below: ================================================================ ..........
1999 Jun 06
0
PAM support (retracted)
Howdy all: Thanks to Jerry Carter for correcting some of my earlier babbling. And thanks to Stephen Langasek <vorlon@netexpress.net> and "Sean E. Millichamp" <sean@compu-aid.com> for setting the record straight on PAM support: > I said (without checking first): > > PAM should already be installed on *any* linux distribution (it's > > standard on linux
2003 Dec 01
0
No subject
for this process is "root", that is correct. The PID 7247 is one of the users, but the UID shouldn't be "root" and should be the username that was authenticated during logon. Anyone have same or similar problem? and how do I prevent this problem from happening again? I would appreciate any help. Thanks. Will Sun wsun@jpl.nasa.gov (818) 354-2311 Return-Path:
2009 Feb 18
11
Confused about prerequisites for ZFS to work
I''m hoping to get some general clues about what all is required to get an experiment going with zfs. I''ve managed to install osol-11 in a vmware on windowsXP host from a recent *.iso. I''m following along with Simon''s blog showing how to set up ZFS. I''m newbie with both ZFS and Solaris but the instructions seem pretty clear. However I''m
2002 Mar 01
0
Slow turnaround of messages
Not to be a pain, but I am experiencing turn around times of my own posts in excess of SIX hours. Is this usual for this list. I don't notice this on any other lists I monitor. Return-Path: <samba-admin@lists.samba.org> Received: from lists.samba.org (samba.sourceforge.net [198.186.203.85]) by netexpress.net (8.11.3/8.11.3) with ESMTP id g222iKO27320 for
2007 Nov 13
3
cronbach's alpha
hie 1...i'm trying to carryout a relibility testusing cronbach's alpha what fuctin do i use. 2.. this is more of a statistical question.if the alpha value for all the variables is negative what does it mean. and if the alpha value is negative for all tyha variables but is greater than 0.7 for some sections of the variables what does that mean thanks in advance
2007 Apr 19
4
convergence
hie.. how can i write a loop that makes algorithm keeps repeating until a solution is converged?do i use a for loop? i know that we can use for loop to ask for a number of repetitions, but how to use it to ask the algorithm to keep repeating until a solution is converged? Thanks -- View this message in context: http://www.nabble.com/convergence-tf3606834.html#a10076822 Sent from the R help
2007 May 07
4
creating a new column
hie l would like to create a 6th column "actual surv time" from the following data the condition being if censoringTime>survivaltime then actual survtime =survival time else actual survtime =censoring time the code l used to create the data is s=2 while(s!=0){ n=20 m<-matrix(nrow=n,ncol=4)
2007 May 07
2
computing logrank statistic/test
hie how do you compute the logrank test using R what commands do you use my data looks something like just an example treatmentgrp strata censoringTime survivalTime censoring act.surv.time [1,] 2 2 42.89005 1847.3358 1 42.89005 [2,] 1 1 74.40379 440.3467 1 74.40379 [3,] 2 2
2007 May 16
2
creating different strata
hie l would like to create about ten strata l have tried using sample(c(1,2),1,replace=TRUE) but all l get is a vector of 1 and 2 if i change it to sample(c(1,10),1,replace=TRUE) it gives me a vector of 1 and 10 how do l go about it --------------------------------- [[alternative HTML version deleted]]
2007 Nov 12
2
specifying decimal places
hie how do I specify the number of decuimal places for my calulations thanks __________________________________________________ [[alternative HTML version deleted]]
2010 Mar 01
0
A strange file-ownership problem
The scenario: I have two Samba servers on my network. One, running v3.0.37, is on my main server, a Solaris 10 x86 box. The other, just updated from 3.0.37 to 3.4.5 in the hope of solving this problem, is on my workstation, a Gentoo Linux box. The Linux Samba server shares only [homes]. The Solaris Samba server shares [homes] and four other shares. Unix UIDs are synchromized betwene the
2017 Nov 16
3
?==?utf-8?q? add machine script not running
On Thu, 2017-11-16 at 09:53 +0100, Daniel Berteaud via samba wrote: > Le Jeudi, Novembre 16, 2017 09:35 CET, Rowland Penny <rpenny at samba.org> a écrit: > > > > This may have nothing to do with Samba, if you are running sssd, then > > this will be doing the authentication. > > sssd was providing the NSS -> LDAP layer, just like nss-ldap would do > (it
2005 Dec 14
1
Thinking about switching from courier-imap to Dovecot: 2 simple questions
Hi, I'm using RHEL4 and since the dovecot RPM is present in the main repository, I'm thinking about switching from courier-imap (with whom I've got trouble to update) to Dovecot. Here are two questions about Dovecot (google didn't answer me): 1. Is it possible for dovecot to use the bind mecanism against ldap for authentification purpose. My main concern is to avoid the
2003 Jun 12
1
Debian and dovecot
I have Debian 3.0 (woody) and installed the dovecot packages and it works ok with the default configuration. I want to change the default configuration, is any of this possible? a) I don't want to create accounts for each user, can I have a mailboxes directory with the mailboxes of all the users? They are not many (10-15). b) The authentication right now is done through PAM, the
2007 May 17
2
controling the size of vectors in a matrix
hie R users l have the following matrix n=20 m<-matrix(nrow=n,ncol=4) colnames(m)=c("treatmentgrp","strata","survivalTime") for(i in 1:n) m[i,]<-c(sample(c(1,2),1,replace=TRUE),sample(c(1:2),1,replace=TRUE),rexp(1,0.07),rexp(1,0.02))
2006 Mar 20
0
NetExpress
Hi, I use a software develop by Brazilian softhouse, use netexpress ( cobol for windows ), the software run perfectly, but very slow, the database is postgres 7.3, using ODBC. Any idea. Sorry my english. Daniel,
2002 Feb 23
3
Large Roaming profiles
Hi, I have large size Roaming profiles in Win2k and Samba. Samba 2.2.2 is acting as a PDC. Does Win2k load all the files from scratch from the samba server everytime a user log in? Or does Win2k or Samba provides some sort of diff mecanism, so that only modified files are loaded from the Samba server(to speed think up)? Thanks Oliver -- Oliver Schulze L. oliver@samera.com.py Asuncion-Paraguay
2005 Mar 30
2
Re:Plotting to A4 and replacing x-axis with actual years.
Hie, I have written before and probably missed the reply. 1.) I have my figures in a 3X3 array and want to fit them onto a A4 size page. I have written commands to try a represent them in eps format but still their cutting out information. 2.) I have an odd number of years and wanted to represent them say 1980 1985 1990 1995 2000 instead of 1 5 10 etc. However, the years are not overwritting in