Displaying 20 results from an estimated 5000 matches similar to: "Starting from scratch... and Active Directory"
2010 Feb 10
2
Server not found in kerberos database (with net ads join)
Hi All,
After running into a few issues in trying to join my debian
(squeeze) box to
a windows 2008 server, I am running into this (hopefully last) problem...
When I try to do te net join command, I get the following
> nanoelecfs:/home/joel# net join ads -S XX.XX.XX.XX dn
> 'DC=FS,DC=UML,DC=EDU' -U USERNAME
> Enter EEng_LDAP's password:
> [2010/02/10 15:20:10, 0]
2009 Aug 19
1
How to get users from a second AD domain recognized by samba?
I have an issue with getting my students access to the samba shares for
our lab's server. I am using authentication through our university's
active directory. I followed the directions for getting this set up
using winbind. I am using winbind for both samba authentication as well
as user logins through pam.
The trouble is this: I have no problems logging in and getting access to
the
2010 Jan 28
1
Trouble getting past net join ads...
I am in the process of getting samba working again with Activer
Directory. Recently our IT department
upgraded their windows server to 2008.
I am following the approach described here:
http://www.surlyjake.com/linux/samba/join-debian-lenny-to-active-directory-using-samba/
I am able to get kerberos to issue a ticket, but where I am running
into a wall is with the net join ads part...
2009 Sep 15
1
Can winning authenticate users from two AD groups?
Hello,
I am trying to authenticate users from two seperate groups within our
active directory listings: faculty and students. I can do wbinfo -a on
users from both groups. But when students try to access samba shares
they cannot. Since I am using PAM for authentication, I had them try
logging into the Linux box. They can do that using the exact same
credentials they tried with the samba
2003 Jul 28
1
Trouble adding HPLJ 4050 drivers...
Hello...
I am using SAMBA 2.2.8 on RH Advanced Server (compiled from source).
I can't seem to get the HP LJ 4050 printer drivers loaded from a
windows workstation. I am using the print$ share and have shared the printer
in my smb.conf. I can print fine from linux.
When choosing 'add new driver' under the 'Printers' folder on the
SMB share, I choose the proper
2003 Oct 30
1
Setting creation mask per user when using 'homes'...
Hi...
I'm running Samba 2.2.8 with a 'homes' directive to auto mount
homedirectories upon login.
I'm using the create_mode and directory_mode of 600 and 700 so only
owner has perms for created files. There is a group of about 40
accounts that need this instead set to
read/write for them and read only for world (i.e. 604 and 705).
Is there some way to do this based on
2003 May 30
2
required entries in ldap for samba...
Hi...
I sucesfully linked my samba install with a ldap database, and smbpasswd -a
works with user adds, etc. But - I know that in order to join the domain
from WIN2K and XP I need to provide a username/password - exactly what ldif
entries are needed in my ldap db for that? Is it 'administrator' with
a uid of 0 - Can I use smbpasswd to make this, or ldif/ldapadd?
Thanks....
--
2003 Jun 10
2
samba/ldap - smbpasswd/userdelete
Hi...
I'm running samba and ldap (openldap). Using smbpasswd -a username
adds the samba ldap info into the users ldap entry just fine.
The problem is deletion. Running smbpasswd -x username deletes the
ENTIRE user's ldap entry. This is good if I want to delete the unix and
windows account information, but not if I want to just delete the windows
info.
I assume it is because
2005 Jun 29
3
trouble with active record and sqlite
I am getting an error that I can''t figure out. I have a class called
Test with 3 fields, id, x, and y. When I do Test.new(''x''=>1,
''y''=>2).save, I get an error saying that id (my ''not null primary
key'') can''t be null. But isn''t active record supposed to deal with
setting that for me? Here''s the code
2002 Nov 07
2
Help needed...
Hi Everyone...
I have having problem conecting my linux (laptop) to internet via windows
machine that has two ethernet cards. one connected to cable modem and one
to my laptop. anyone have any idea how to connect them.
Till next time,
Samip
-------------------------------------------------------------------------
Samip K.Banker, B.S, M.S
Assistant System Administrator,
Dept. Of Computer
2012 Apr 04
1
issue with Digium TDM410P
The TDM410P doesn't support 'hvac', only the obsolete TDM400P supports that
option was for the old phones that have a neon light (or equivalent
LED+ZENER ciruit).
Are other phones off the TDM410P (other than the VTECH) working, or is the
Vtech the only model with VMWI available to you.
I'm not able to check at the moment, I have copied the asterisk-users list,
someone else may
2015 Nov 04
2
Vectorizing structure reads, writes, etc on X86-64 AVX
Hi Jay -
I see the slow, small accesses using an older clang [Apple LLVM version
7.0.0 (clang-700.1.76)], but this looks fixed on trunk. I made a change
that comes into play if you don't specify a particular CPU:
http://llvm.org/viewvc/llvm-project?view=revision&revision=245950
$ ./clang -O1 -mavx copy.c -S -o -
...
movslq %edi, %rax
movq _spr_dynamic at GOTPCREL(%rip),
2006 Mar 10
2
[PATCH] - xc_core.c/xenctrl.h - refactor slightly to allow user specified output routines
The existing xc_domain_dumpcore is very specific to disk/file based
output. Refactor the code slightly to allow more user-specified
control. This is done by adding a parallel xc_domain_dumpcore2 (naming
isn''t always my strong suit), which allows the specification of a
callback routine and an opaque argument block. The existing dumpcore
routine is modified to use the callback for all
2006 May 18
1
RE: [PATCH] - make qemu serial summagraphics settings a bitmore fluid
Ben-
I like the idea but I don''t understand how this patch can work:
1) You never put a name into `serial_devices[]'' for the summa port.
The loop in `main'' that initializes the serial devices only calls
`qemu_chr_open'' if there''s a string name in `serial_devices''. How did
you get this to work?
2) Minor point, I don''t see the need
2015 Nov 03
2
Vectorizing structure reads, writes, etc on X86-64 AVX
Thank you for your reply. FWIW, I wrote the .ll by hand after taking
the C program, using clang to emit the llvm and seeing the memcpy. The
memcpy version that clang generates gets compiled into assembly that
uses the large sequence of movs and does not use the vector hardware
at all. When I started debugging, I took that clang produced .ll and
started to write it different ways trying to get
2004 Sep 08
1
pairwise comparisons
Hello,
I am a new R user. I am trying to calculate vector correlations for all
pairwise comparisons in my data frame without repeats. I am familiar with the
expand.grid function, but this includes repeats. Is there a way to use
expand.grid and eliminate repeats? Or is there another function that can be
used to do this?
Thank you.
Rebecca
--
Rebecca Young
Graduate Student
Ecology &
2010 Mar 24
3
DO NOT REPLY [Bug 7289] New: --link-dest seen as unknown option
https://bugzilla.samba.org/show_bug.cgi?id=7289
Summary: --link-dest seen as unknown option
Product: rsync
Version: 3.0.7
Platform: x64
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: pjh at lowell.edu
2011 Oct 20
1
trying to create a 3 brick CIFS NAS server
Hi all
I am having problems connecting to a 3 brick volume from a Windows client via samba/cifs.
Volume Name: gluster-volume
Type: Distribute
Status: Started
Number of Bricks: 3
Transport-type: tcp
Bricks:
Brick1: 172.22.0.53:/data
Brick2: 172.22.0.23:/data
Brick3: 172.22.0.35:/data
I created a /mnt/glustervol folder and then tried to mount the gluster-volume to it using:
mount -t cifs
2015 Nov 03
2
Vectorizing structure reads, writes, etc on X86-64 AVX
----- Original Message -----
> From: "Sanjay Patel via llvm-dev" <llvm-dev at lists.llvm.org>
> To: "Jay McCarthy" <jay.mccarthy at gmail.com>
> Cc: "llvm-dev" <llvm-dev at lists.llvm.org>
> Sent: Tuesday, November 3, 2015 12:30:51 PM
> Subject: Re: [llvm-dev] Vectorizing structure reads, writes, etc on X86-64 AVX
>
> If the
2008 Oct 01
1
Negative Binomial Predictions
Good Day All,
I have a negative binomial model which I have developed using the MASS
library. I now would like to develop some predictions from it.
Running the predict.glm (stats library) using type="response" gives me a
non-integer value which was rather puzzling. I would like to confirm
that this is actually the mean predicted value of the probability mass
function as opposed