similar to: NIS+ support

Displaying 20 results from an estimated 1000 matches similar to: "NIS+ support"

1999 May 28
2
HEAD and 2.0.4b - interworking?
Did I understand from something Jeremy said recently that a recommended mode of operation for those wishing to try the full PDC support might be: 1. all file servers running production version (currently 2.0.4b) 2. single PDC machine running HEAD branch in order to get the stability and performance of the production version while still being able to use the latest PDC functionality? In
1999 Oct 05
1
Linux/NIS+
Hello, I'm having a problem configuring samba (2.0.5a) on a Linux system using NIS+ as the password system. Samba complains that it cannot find the smbpasswd file, which is not surprising as I'm not using one. I tried 'smb password file = passwd.org_dir' that sort of worked, except that it creates a directory called passwd.org_dir from whatever directory I ran the smbd from.
2000 Feb 18
0
compiling in NIS+ support error
I would like t compile NIS+ support into SAMBA, but I am getthing an error. I am doing this: ./configure --with-nisplus and when I run make, I get these errors: Linking bin/smbd passdb/nispass.o: In function `make_sam_from_nisresult': passdb/nispass.o(.text+0x84f): undefined reference to `nis_sperrno' passdb/nispass.o: In function `nisp_get_nis_list':
2000 Jun 29
2
passwords and NIS+
Hello, I'm new to samba. Trying to get it running on Solaris on Intel using NIS+. I configured it with the --with-nisplus --with-nisplus-home and --with-automount. I don't seem to be able to get authentication to work. I've created the smbpasswd file from my nis+ tables, set the perms per the docs (encryption.txt to name one) and when I try to run smbpasswd to set a password for
2006 Feb 15
1
Rails on Apache
Hi all, I''m trying to get rails to run under apache and have looked at the various how-to pages, but don''t seem to see an answer to my basic question: Can I do this without using mod-rewrite? Do I have to use .htaccess with various rewrite rules, or can I just do it with a really minimal .htaccess that only says something about the AddHandler for .cgi? -- cheers, Bruce
2008 May 13
1
Bubble plot pie chart map
Hello, I am currently trying to show the abundance of two species of zooplankton within the North Sea as pie chart bubble plots. I followed Werner Wernersen's advice in R help (http://finzi.psych.upenn.edu/R/Rhelp02a/archive/48644.html) and used Paul Murrell's paper "Integrating Grid Graphics Output with Base Graphics Output" (in R News) to try and do this (using the gridBase
2018 Mar 21
1
selectFGR vs weighted coxph for internal validation and calibration curve- competing risks model
Dear Geskus, I want to develop a prediction model. I followed your paper and analysed thro' weighted coxph approach. I can develop nomogram based on the final model also. But I do not know how to do internal validation of the model and subsequently obtain calibration plot. Is it possible to use Wolbers et al Epid 2009 approach 9 (R code for internal validation and calibration) . It is
2007 Jun 08
1
Question about Running C code from R
Dear R-devel, Apologies for sending what is probably a very simple question to R-devel: I am definitely missing something very simple and can't work out what it is. I've been trying to find the problem here for about a month and need some help! I am trying to work out how to run a C program from an R script. Rather than try the C program directly, I'm trying to get a much simpler
2007 Aug 02
1
Xyplot - adding model lines to plotted points
Hello, I have written code to plot an xyplot as follows: library(lattice) xyplot(len~ageJan1|as.factor(cohort),groups=sex,as.table=T,strip=strip.c ustom(bg='white',fg='white'),data=dat, xlab="Age (January 1st)",ylab="Length (cm)",main="Linear models for male and female cod, by cohort",type='p',
2003 Sep 29
5
colours in dotchart (PR#4343)
Problem: neither fg or bg nor color work properly in dotchart. version: R-1.7.1 for windows code which shows the errors: x <- matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte r"))) dotchart(x,fg="blue",bg="lightgrey") dotchart(x,color=c("red","blue")) Dr Ian J Wilson Lecturer in
2000 Feb 23
1
[Fwd: Re: NIS+ support in samba....]
Thanks for the replies.... I am stuck on the second step of your list... I do not have a smbpasswd file, so I am not sure how I can create on... also, when I run smbpasswd (the executable) as root, I get the
2003 Oct 08
0
[Bug 738] OpenSSH 3.7.1p2 Password Authentication Failure Through NIS+ on Non-Master Server
http://bugzilla.mindrot.org/show_bug.cgi?id=738 Summary: OpenSSH 3.7.1p2 Password Authentication Failure Through NIS+ on Non-Master Server Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: PAM support
2000 Feb 22
1
NIS+ support in samba....
Hi all, I know this has probably been spoke about before, but I'm looking for some documentation or other info on setting up NIS+ with samba.... I currently have samba running on the NIS+ master, but am having trouble setting up authentication again the NIS+ passwd tables. I'm also not exactly sure where smbpasswd comes into play with NIS+ and if I actually need to run that everytime I
2000 May 08
2
NIS+
Hi, The current method of hard coding at compile time which password database Samba is to use is a little inconvenient. The same binaries cannot be used for files/NIS+/LDAP. An extra samba.conf option eg. database files nis+ ldap could be used to give the databases allowed and the preferred search order. If the default was: database files then the compile options with_nisplus and with _ldap
1999 Apr 22
0
Samba and NIS+ (lengthy desperate plea)
Hi everyone, Let me briefly describe my setup. I work at a small university and we are setting up 3 labs. 2 are filled with Ultra Sparc 5's, and the 3rd will be filled with PCs running NT4 workstation. We have an Enterprise Server 3500 running NIS+ to authenticate the Unix labs (or rather we will, once I get it working), and I'd like to set up Samba to authenticate the NT labs using
1997 Dec 08
0
adding NIS+ support
On 8 Dec 1997, Stefan Nehlsen wrote: > Hello, > > is there anybody out there, who is working on NIS+ support for Samba? > > If not I will start with it: > > 1. Making "nis homedir (G)" work with NIS+. if you explain to me how it works, i will look at it. > 2. Mapping the smbpasswd file to a NIS+ table. (Does this really > make sense?) yes it does,
1999 Aug 04
0
NIS+ and smbpasswd
Hi, I saw a similar question to this one in the samba list archives, but there was no answer so I'm going to ask it again. I'm running Samba 2.0.5a on Solaris 2.6 using NIS+, I've compiled it with --with-nisplus --with-nisplus-home. Samba is currently running using Plain Text passwords accessing the NIS+ database and I have "update encrypted = Yes" set so that the current
2006 Mar 29
1
Plotting shapefiles on existing maps
Dear All, This is probably a very basic question but: I have plotted a map of the Barents Sea and surrounding coastline using: map('worldHires',ylim=c(50,85),xlim=c(5,65),fill=T,resolution=0) map.axes() map.scale(x=30,metric=T) Next, I imported a shapefile with depth contours for the sea: contours<-read.shape("D://My Documents/BarentsSea.shp",dbf.data=T) (This is in
1998 Sep 03
0
HELP! Problem synchronizing samba and NIS+ password on Solaris
Dear all, I have a problem synchronizing my Windows98 network password (i.e. samba password) with my Unix NIS+ password. The Unix station is running Solaris 2.6. This is a copy of what I have in smb.conf to enable password change: password level = 2 domain logons = yes logon script = %U.bat debug level = 100 encrypt passwords = yes unix password sync = yes passwd program = /usr/bin/passwd -r
2000 Apr 12
1
Solaris2.6/NIS+/Samba/NT-users
Hello, I have 20 Solaris 2.6-servers with NIS+ in different cities and countries and a lot of NT4 servers in different domains and I use samba with nis+ support on the Solaris-enviroment to let the NT-users access their unix-home-directories. The NT-clients has to send their passwords in "clear-text" to access their directories. Their NT-username is the same as their Unix-username (the