similar to: FW: Samba authentication against a windows 2000 domain.

Displaying 20 results from an estimated 11000 matches similar to: "FW: Samba authentication against a windows 2000 domain."

2016 Jun 09
0
FW: Problem with Active Directory authentication
Hello -- I tried the two methods listed in your e-mail, and unfortunately neither worked. The connection simply closed, or timed out, after about a minute. I mentioned the possibility of creating a symbolic link to the bash shell in my previous e-mail, could that be part of the solution? Thanks. ________________________________ From: Data Control Systems - Mike Elkevizth [mike at
2000 Jul 27
0
Samba Domains & Password authenication
Chris Hines wrote: > I would like to use samba as an NT domain controller for NT 4 & Windows 9X > and posibly windows 2000. I have configured samba 2.0.7 and samba NTG as > domain controllers and they seem to work. > > We wish our users to use a single password accross UNIX & windows which > are copied from a central NIS map managed by the University. Some time in >
2016 Jun 09
0
FW: Problem with Active Directory authentication
A thought came to me: The smb.conf file on the system has the following entry: template shell = /bin/bash Would creating a symbolic link with the name PHSshell pointing to the /bin/bash shell solve the problem? ________________________________ From: Kaplan, Andrew H. Sent: Thursday, June 09, 2016 11:00 AM To: Data Control Systems - Mike Elkevizth Cc: samba-technical at lists.samba.org; samba
2016 Jun 09
2
FW: Problem with Active Directory authentication
Hi, Try using the format <domainname><winbind separator><username> to login instead of <username>@<domainname>. I'm not sure why, and don't have time to check into it right now, but ssh doesn't like the <username>@<domainname> format for me either. The default winbind separator is a backslash "\", so you'll have to escape it,
2008 Jan 18
0
Can't write to share.
HI all, Having fixed the group issues from solaris having a default max of 16 groups I can now locally create and delete files on the solaris box as a domain user However when accessed via samba I can not create new files/folders (although I can delete the files I created when logged on locally) I have created a temporary directory on a non zfs (non acl enabled) file system to see if that
2008 Jan 16
0
(no subject)
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
2016 Jun 09
1
FW: Problem with Active Directory authentication
Hi, If you have the "template = /bin/bash" option, I think it is more likely something wrong with the way ssh is trying to authenticate the username. Do a "getent passwd" and then try "ssh -v '<username exactly as getent returns it (case sensitive)>'@<fqdn of server>. If it doesn't work, post the output of what ssh generates. Mike E. On Thu,
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
1999 Jul 15
0
how do I not use smbpasswd?
All, I am in a mixed NT/UNIX/Novell environment and got the buy-off to go full SAMBA for our corporate fileserver (400 clients, 95 and NT). I got a few Sun UE450s and A5100 arrays and am going to cluster them with Veritas. I have samba working with home directories for all clients, but had to dump the passwords from the PDC into the smbpasswd file in order to do it. Sometimes it takes an
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
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
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 Aug 07
0
Fw: Win XP, Samba PDC, Profile Question
Hi, PLease, please help. I am running Rh 6.2, Samba 2.2.4 as a PDC and I have been upgrding my clients to XP over the last week (company holidays! - except for me!). I can join to the Domain using Registry Edit (Sign or Seal) and I am not using roaming profiles to start with so I have blanked out the logon path and logon home in my smb.conf. My problem is relating to the user profiles. When
1999 Sep 03
0
smbpassword and smb.conf
I have been trying to use security=domain and hence have to use smbpassword to create a domain account. Since my default setup has an smb.conf file in a non-standard place, my primary smb.conf file consists of [global] config file=/path/to/smb.conf.%h This works fine for smbd and nmbd but trying to run smbpassword returns the following error ./bin/smbpasswd -j DOMAIN No password server list
2012 Nov 14
0
[LLVMdev] 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 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
2008 Feb 27
0
winbind group membership
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
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
2006 Nov 06
1
Samba with AD
I am stuck with Samba -Active Directory communication. Trying to bring my SUSE 10.0 to speak with AD Domain. net rpc testjoin - brings a unable to find suitable server message net join - kerberos_kinit_password preauthentication failed and ads_connect preauthentication failed wbinfo -u works fine wbinfo -t works fine getent passwd/group works too smb is running nmb is running winbindd is
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');>'
2014 Oct 09
1
setting the NIS domain ( or yp/dns domainname )
Hai, ? Im just wondering, im installing a bit again, checking my scripts etc. Lots of things most of us know, but just for history and others im typing it out. ? I noticed te following. Lots of things work or dont work base on : ? ?????? hostname - show or set the system's host name ?????? domainname - show or set the system's NIS/YP domain name ?????? ypdomainname - show or set the