similar to: PAM and getpwnam [ struct passwd *getpwnam(const char * name) ]

Displaying 20 results from an estimated 1000 matches similar to: "PAM and getpwnam [ struct passwd *getpwnam(const char * name) ]"

2000 Mar 17
2
Samba vs PAM
Hello.. I wonder, in which way Samba supports PAM? I downloaded samba-2.0.6-19991110 and there I found in changelog it's compiled with --with-pam.. My desire is to authenticate Samba users against Novell NDS. I managed to do this (under Linux) with many programs but Samba somehow resists :) I put something like this into /etc/pam.d/samba : auth required
2000 Aug 31
1
Novell support
Howdy everyone, I'm new to this list and new to Samba (although others at my company have experience with it). Anyway, I'm sure this has come up many times in the past but I have several Netware servers that people at remote sites need access to. The clients are Windows 95/98/NT, they all connect to their own NT domain (one domain per site), and they do NOT want to install the Novell
1999 Sep 22
0
SV: SAMBA digest 2210
Hi there, When I compile, install and run Samba 2.0.5a on an AIX 4.3.2 box it won't really start. The log files of both smd and nmbd complains about fcntl locking on the .pid files failing. Can this has to do with the problem you had spotted? How would I get past it you think? Regards, /Peter -- Peter Str?mberg, e-mail: peter.stromberg@scania.se WM-Data Scania, J?rnagatan 41-49, 15127
2005 Mar 23
5
Mounting Netware Volumes
I have one last RH 7.3 system that I want to convert to CentOS 4, but I can''t find the ncpfs utilities that I used to use to mount Netware shares. Has support been removed from the 3.x and 4? Regards, Paul Berger
2005 Nov 04
3
NCP, nprint and ncpfs
Hi everyone, I tried to use yum to search for ncpfs-2.2.1-1.i386.rpm, but it couldn't find it. I googled and found this package is included with redhat,but i'm not sure if it's included with CentOS 4.2. Any idea where I can find and install it using yum? Thanks JC
2007 Feb 22
1
OpenSSH and pam_ncp_auth.so
I have seen in the archives that several people have tried to use this module with OpenSSH. Now that the LTSP project has moved to LDM with SSH tunnels in Edubuntu I wondered if the issue with ssh requiring a local account to already exist could be revisited? Even though I know that the opinion has been that the module is 'broken' because some people believe that PAM should be used purely
2008 Jan 16
1
winbind: group membership issues.
Hi all, I have a Solaris 10 (update 4) box (x86) that is joined to an active directory via samba/winbind (3.0.25c version included with Solaris including latest patches). The users are working fine however their group membership is not. Users that should be members of certain groups do not seem to be: in that if I run 'groups' and check the group member ship for my domain account I am
2012 Dec 17
2
[LLVMdev] target arm
Hello, I'm trying to use clang to compile a file in an x86 machine (running i386 GNU/Linux) to ARM. In the end, all I want is for the bit code (I use -emit-llvm) getArch() result to be Triple::ARM. I tried to use "-target arm" but I get a "fatal error: 'bits/predefs.h' file not found". Is there any easy way to make the target architecture "ARM" without
2012 Nov 14
2
[LLVMdev] Clang error - CPU feature not currently enabled
From: Shaltiel, Alon Sent: Wednesday, November 14, 2012 11:39 AM To: 'llvmdev at cs.uiuc.edu' Subject: Clang error - CPU feature not currently enabled Hello, I'm trying to use clang to compile a file on Mac OS (x86_64) and get the following error. <inline asm>:4:2: error: instruction requires a CPU feature not currently enabled jmp *%edx ^ fatal error: error in
2009 Jun 08
1
[LLVMdev] Replacing unconditional branches with conditional ones
Hi all, Somewhat of a newbie's question, hope you can help me out. I'm trying to turn unconditional BranchInst's into conditional ones (with a condition I'm supplying) branching between the original target and a basic block of my choice. Apparently the way to do that is to create a new conditional BranchInst and remove the unconditional one from its basic block. However when
2004 Sep 21
3
Samba server authenticating to NetWare server?
Hello, I've been Googling and O'Reillying around this problem for the last week without success, so I'm either stupid or it's not possible. My money's still on stupid. Can someone confirm that I can't do what I want to do: - Have a SuSE 9.1 Linux box running Samba 3.0 exporting shares by SMB. - Have users log into Windows boxes running a NetWare client,
2012 Nov 14
0
[LLVMdev] About a problem in SROA
Hello, I'm trying to use clang to compile a file on Mac OS (x86_64) and get the following error. <inline asm>:4:2: error: instruction requires a CPU feature not currently enabled jmp *%edx ^ fatal error: error in backend: Error parsing inline asm This file does compile on an Ubuntu 32bit machine I checked on google and didn't find anything helpful about it. Does
2012 Nov 14
2
[LLVMdev] Clang error - CPU feature not currently enabled
Most likely candidate for sure. Not a helpful error message though :( -eric On Wed, Nov 14, 2012 at 8:17 AM, Craig Topper <craig.topper at gmail.com>wrote: > I believe it's failing on 64-bit because that's a 32-bit indirect jump. > 64-bit needs jmp *%rdx. > > > On Wednesday, November 14, 2012, Shaltiel, Alon wrote: > >> ** ** >> >> ** **
2002 Jul 22
1
killing "uninterruptible sleep" process
Hi I logged in to one of my servers today and noticed that the load average is very high. After investigating the problem I found two processes in "D" stat ("uninterruptible sleep"): root 24344 0.0 0.2 1532 584 ? DN Jul21 0:01 /usr/bin/updatedb -f NFS,SMBFS,NCPFS,PROC,DEVPTS -e /tmp,/var/tmp,/usr/tmp,/afs,/net root 25899 0.0 0.2 1532 584 ? DN
2005 Jun 06
1
Netware 5.0 to Samba/LDAP migration
I'd like to migrate a Netware 5.0 serve to Samba and LDAP. I'm wondering how I might export the usernames, passwords, and perhaps group memberships to the destination LDAP. If I can get the data into LDIF form, I'm okay from there. Does anyone know how the passwords in Netware 5.0 are encrypted? I hope to bring them over, but reseting the passwords is not out of the question (just
2012 Dec 17
0
[LLVMdev] target arm
Hi, As I understand it, the issue is that (at least in principle) the information in any of the C/C++ system headers can be different between different architectures (and even major versions of the standard library on a given architecture). As such, clang/clang++ attempts to find the system header file for the target architecture rather than the host, and for general code there's no way to
2012 Nov 14
4
[LLVMdev] About a problem in SROA
Hi, For the following case, $ cat bad1.ll target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64" define internal void @test(i32 %v) { entry: %tmp = alloca i32, align 4 store i32 %v, i32* %tmp, align 4 %0 = bitcast i32* %tmp to <2 x i8>* %1 = load <2 x i8>* %0, align 4 ret void } I
2016 Apr 12
2
mount bind problem
On 04/12/2016 05:37 AM, Sylvain CANOINE wrote: > > > ----- Mail original ----- >> De: "????" <tadao at creative-japan.org> ?: "centos" >> <centos at centos.org> Envoy?: Mardi 12 Avril 2016 08:17:13 Objet: >> [CentOS] mount bind problem > >> I have set on fstab /home with 'mount bind' but it seems like bind >> is not
2012 Dec 31
1
[LLVMdev] reg2mem breaks module
Hello, I'm trying to apply the reg2mem pass on my bc file, but it somehow adds an instruction before a landingpad instruction and so I get a broken module error: The unwind destination does not have a landingpad instruction! %41 = invoke %class.x* @_ZN10xC2Ev(%class.x* %.reload19) to label %.noexc unwind label %88
2003 Jun 17
1
help recoding
hi R-listers, I would like some help recoding a variable. I have a dataframe 'cause' that translates between a set of codes: acc nds - - 1 2 3 4 5 8 ... ... the desired result for dataframe 'p': a - 1 5 5 would be: a b - - 1 2 5 8 5 9 I have tried: transform(p, b=cause$nds[cause$acc==p$a]) but for some reason it complains about the difference in length between the