Displaying 20 results from an estimated 8000 matches similar to: "[Bug 736] issues authenticating 3.7p2 with novell directory server"
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,
2000 May 25
2
grace logins on solaris
We just started using NDS for Solaris to authenticate users on our SOlaris
2.6 boxes. Works great with OpenSSH except for one thing. When a user's
password is expired, sshd won't allow them access, while telnetd reports
the number of grace logins left, and asks to change the user's password.
Seems to be an interaction with the PAM account module, but I'm not
familiar enough
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
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
2003 Feb 17
3
Novell EDirectory as LDAP backend
Hi,
is anybody out there who is using Novell Edir. with samba?
I have searched the archive and found some random notes but no real
success story.
Here is what I have achived so far. Maybe someone can give me some hints.
I have tried the samba-nds.schema that comes with the 2.2.7a tar ball.
While I was able to import/add it to EDir. it did not work for me,
because the "lmPassword"
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
2002 Jun 25
1
Samba server authenticating to NDS with win 2000 clients?
Is this possible? I searched the archives and did some digging and it
seemed like the closest I was going to get was to use pam modules. But,
from what I read, that won't work with 2000 or XP because of password
encryption.
I'd like for my users to be able to map drives to my linux box running
samba using their NDS username/passwords, yet I don't want to re-create
all of those
2006 Jan 20
1
openssh-4.2p1 + Pam question !
Hi there !
I have an issue with my OpenSSH + PAM configuration on a RedHat Advanced server 2..1
I want to authenticate users connecting to a server using ssh against a radius server. The radius client/server part works ok when I test it with some utilities.
I think I have a problem with my ssh which does not pass the username/password to my pam sshd module.
I have upgraded to openssh-4.2p1.
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
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 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 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
2020 Sep 26
2
Debian client/workstation pam_mount
Maybe I am not testing the signin correctly. Here is what I am doing. I
sign into the client/workstation (hereafter referred to as C/W) via ssh as
the local "admin" from another C/W so I can open many terminals to tail log
files. Then "sudo -i" into "root". All testing is run as "root". When I
sign into "root", I see this:
> admin at lws4:~$
2005 Mar 18
3
what to do ??
Howdy All,
I am the adminstrator in a school which has netware 4.11 ( five servers in
the nds tree )as its main student platform. This has been working very
well over the past 6 years or so.
The school has the ability to obtain a microsoft solution at no cost (
except for the new hardware required, which is the reason for this email
in the first place ).
Advice and opinions are sought on the
2015 Aug 28
1
FW: Questions about Samba 4
Rowland,
if ChallengeResponseAuthentication is 'yes', and the PAM authentication policy
for sshd includes pam_unix, password authentication will be allowed through
the challenge-response mechanism regardless of the value of PasswordAuthentication.
source.
http://www.unixlore.net/articles/five-minutes-to-more-secure-ssh.html
start reading as of : Details on PAM Authentication
but a
2012 Nov 14
0
[LLVMdev] Clang error - CPU feature not currently enabled
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:
> ** **
>
> ** **
>
> *From:* Shaltiel, Alon
> *Sent:* Wednesday, November 14, 2012 11:39 AM
> *To:* 'llvmdev at cs.uiuc.edu <javascript:_e({}, 'cvml',
> 'llvmdev at cs.uiuc.edu');>'
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
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:
>
>> ** **
>>
>> ** **
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
2004 Jun 22
2
Opieaccess file, is this normal?
Hi,
I'm trying to setup one-time passwords on freebsd5.2.1
>From what I've read so far, if the user is present in opiekeys, the
opieaccess file determines if the user (coming from a specific host or
network) is allowed to use his unix password from this specific network.
As my opieaccess file is empty and the default rule (as mentionned in the
man file) is deny, I should not be