Displaying 20 results from an estimated 900 matches similar to: "Active Directory and Samba"
2004 Aug 18
0
Samba Winbind and Active Directory
I have a problem with the Winbind setup authenticating Active Directory
Users.
I have setup Fedora Core2 with the minimal setup option
These are the Fedora RPM's that I have installed manually.
openldap-2.1.29-1
openldap-devel-2.1.29-1
krb5-libs-1.3.3-1
krb5-devel-1.3.3-1
krb5-workstation-1.3.3-1
pam_smb-1.1.7-3.1
pam-devel-0.77-40
pam-0.77-40
pam_krb5-2.0.10-1
2001 Feb 15
0
SO_SNDBUFF & SO_RCVBUFF - Here are some practical recommendations
-----BEGIN PGP SIGNED MESSAGE-----
Your mileage may vary, however I have found this to be a very reliable method of determining the optimal "socket options" values for SO_SNDBUFF and SO_RCVBUFF.
1. Adjust your smb.conf to reflect:
socket options = SO_SNDBUFF=4096 SO_RCVBUFF=4096 TCP_NODELAY IPTOS_LOWDELAY
2. Kill your smb/nmb processes, and restart samba.
3. From a workstation,
2004 Aug 19
1
Samba and Active Directory
I have setup my linux machine (Fedora Core2) to kinit to my windows 2003
server.
It has added itself to the active directory with no errors
I can use smbclient //server/c$ -k and view all the files on the server.
I installed and configured winbind. I can do a wbinfo -u and wbinfo -g and
return the list of users and groups from the active directory.
I have done a getent passwd and getgroups and
2004 Jul 14
1
Windows XP - samba 1.1.9 slow file transfer problem
I'm experiencing a problem with slow file transfer from a Solaris 2.6
Samba 1.1.9 server to Windows XP clients. This problem does not occur
for Windows 2000 clients. In attempting to troubleshoot the problem,
I've run Ethereal on both clients and noticed a marked difference in
the logs of a transfer of the same file from the server.
The Windows 2000 logs shows AndX SMB requests and
2009 Oct 02
3
Dynamic Link Aggregation via Samba
Hi,
I have run into the following I bonded 6 NICs on my Cent OS server into
a 600MB pipe. I use bond method 4 = dynamic Link aggregation. My Cysco
Switch supports this apparently.
However I only get increased bandwidth from my MAC by connecting via
AFP. However when I connect via SMB I don't. I was told to change the
sockect options to the following on my smb.conf file on my fileserver:
2010 Mar 05
1
Data frame column
I have a big data frame and I have extracted a bit by doing:
> y<-d[1:10,6]
> y
[1] Headings 0 -49 -98 -49 -41 -120 -155
-204 -169
92329 Levels: -0 -1 -10 -100 -1000 -10000 -10001 -10002 -10003 -10004 -10005
-10006 -10007 -10008 -10009 -1001 -10010 -10011 -10012 -10013 -10014 -10015
-10016 -10017 -10018 -10019 -1002 -10020 -10021 -10022 -10023
2019 Jul 18
7
Two sip extensions
I have two SIP extensions defined in sip.conf
register => 4450 at 10.20.1.1/4450
[4450]
type=friend
username=4450
host=10.20.1.1
allow=all
dtmfmode=inband
context=incoming
register => 4451 at 10.20.1.1/4451
[4451]
type=friend
username=4451
host=10.20.1.1
allow=all
dtmfmode=inband
context=incoming
Pretty straight forward... The first one works the second one does not.
Then if I switch them
2011 Aug 03
4
Convert matrix to numeric
I have a matrix that looks like this:
structure(c("0.0376673981759913", "0.111066500741386", "1", "1103",
"18", "OPEN", "DEPR", "0.0404073656092023", "0.115186044704599",
"1", "719", "18", "OPEN", "DEPR", "0.0665342096693433",
2006 Feb 15
0
Winbind/Samba Setup on RHEL 4
I've been through Samba 3 HOWTO and the RedHat Knowledge Base, and can't quite
get everything going with winbind and Samba. Redhat is RHEL Version 3, update
2 (Version 3.0.9-1.3E.5, per RPM); Domain controller is running in "Mixed" mode.
First, the setup:
>From smb.conf:
workgroup = JJS-SDM
netbios name = geneva
server string = geneva
security = domain
encrypt passwords =
2019 Jan 12
2
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
Thank You, Luis, Rowland,
for the initial hints. I checked them all.
As of system, it is Debian Strech, Bind 9.10.3, Samba 4.5.12 (I know it
is old, but is native for distribution, and should work in such simple
setup I suppose). I used this howto:
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
As of hosts.conf, there are only localhost and
2008 Apr 17
1
NA problem when use paste function
Dear R helpers,
I was doing a genetic project with two datasets X and Y. There are
some IDs in both data sets, and others in either data set. I used
"merge(x,y,by="ID",all=TRUE)". The data set Y contains a variable (a
genotype) which is also in data X. When I merge X with Y, these two
variables were automatically re-named by appending .x and .y to the
original variable names.
2019 Feb 09
4
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
Thank You Rowland. I did it like You say, killed avahi, added the record
without domain suffix, but nothing changed, and the record seems no
different compared to other records added with the suffix some time before.
My Samba DNS record looks like this (and I see nothing special in there):
Name=, Records=3, Children=0
SOA: serial=39, refresh=900, retry=600, expire=86400, minttl=3600,
2017 Apr 18
2
winbind and white spaces on user/group names
Hi Samba Folks,
we use Ubuntu 16.04 LTS with Samba 4.3.11 (from distribution). Our ADS
is Windows 2008 R2. We want to use Linux as a squid proxy with domain
auth (SSO).
Problem is, that most of the usernames have a white space and it seems
that winbind wont handle it.
I get this on my cache log with /usr/lib/squid/ext_wbinfo_group_acl
(wbinfo_group.pl) script.
Got max Internet-Access from
2004 Sep 23
1
Re: Samba 3.0.3 on FC2: windows machine cannot join domain
After, oh, six months of attempts here and there to read everyone's
experiences with Samba/LDAP and inability for a windows 2000/XP machine
to join the domain, I finally discovered what was not working properly.
In my smb.conf I put:
add machine script = /usr/local/sbin/smbldap-useradd -w "%u"
As instructed by many How-to's and Idealx. However, I thought to myself,
%m
2004 Jul 23
4
Reading ASCII files
Dear all,
I need to read an ASCII file with diffent length lines.
This is what is contained in the file gene.txt:
1st line ID description snp_id genotype
2nd line 10003 Low rs152240
3rd line 10003 Moderate rs189011 TC
4th line 10004 Conservative rs152240 GC
5th line 10004 Bad rs154354
6th line 10013 Bad rs152240
7th line 10019 Conservative rs152240 AC
etc...
This is what I would like to obtain
2004 Jun 11
2
Samba 3.0.3 on FC2: windows machine cannot join domain
I'm using Samba 3.0.3 on Fedora Core 2 with OpenLDAP 2.1.29 for a
backend. I'm getting to typical "The user name could not be found."
error upon trying to join a Windows box. I've gone through every digest
on lists.samba.org and other sites and nothing has worked yet. Any
suggestions:
Here's what I've done so far:
1. Installed everything via RPMS:
[root@smbtest
2018 May 11
1
wbinfo -r 'username' displays inconsistent results across DC's
Hello,
Looking up a users group membership I'm showing different results
on each DC. UID and GID mapping appears consistent but not all group
membership is displayed. I've verified idmap.ldb is backup up and copied
over to the other DC's. I do notice when taking a hot backup of
idmap.ldb, the file size is dramatically smaller than the original.
Using Microsoft RSAT to view
2007 May 29
2
Need Help .............Urgent........
Hi Folks,
Currently i am using samba version 2.5.
Now the following patches for security vulnerabilities are available on the
samba.org...
http://us4.samba.org/samba/ftp/patches/security/samba-3.0.24-CVE-2007-2444.patch
http://us4.samba.org/samba/ftp/patches/security/samba-3.0.24-CVE-2007-2446.patch
http://us4.samba.org/samba/ftp/patches/security/samba-3.0.24-CVE-2007-2447.patch
But these
2002 Nov 14
0
(no subject)
From bulia@dr.com Thu Nov 14 18:29:06 2002
Return-Path: <bulia@dr.com>
Delivered-To: rsync@lists.samba.org
Received: from ws1-10.us4.outblaze.com (205-158-62-111.outblaze.com [205.158.62.111])
by lists.samba.org (Postfix) with SMTP id B03132C052
for <rsync@lists.samba.org>; Thu, 14 Nov 2002 13:29:05 -0500 (EST)
Received: (qmail 36819 invoked by uid 1001); 14 Nov 2002 18:29:04 -0000
2019 Feb 08
2
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
like this, Rowland:
samba-tool dns add -U administrator 10.20.1.1 interbronz.local
asus.interbronz.local A 10.20.4.69
Dňa 7. 2. 2019 o 21:24 Rowland Penny via samba napísal(a):
> On Thu, 7 Feb 2019 21:05:12 +0100
> Peter Tuharsky via samba <samba at lists.samba.org> wrote:
>
>> Well, I have finally installed Samba 4.9 from Van Belle's repo, but
>> still I cannot