Displaying 20 results from an estimated 7000 matches similar to: "matching id's for ADC and member server"
2014 Mar 20
2
Running an NT4 PDC and an ADC side by side
Dear List,
I'm planning to migrate an existing Samba 3.4.7 NT4-domain
(our.site.com) to a Samba 4.1.6 AD-domain (ad.our.site.com) on another
machine. Our site currently has about 30 clients and 50 user accounts.
My plan is to setup the ADC on the other machine and to migrate the
user accounts using the Samba4 classicupgrade tool. I would then newly
setup groups, permissions, etc. on the new
2015 Nov 10
2
Generating Big Num addition code which uses ADC (add with carry) instructions
I'm trying to work out LLVM code which generates something similar to the
following when adding large multiword numbers stored as separate words:
ADD x1 x1
ADC x2 y2
ADC x3 y3
etc, where such a three argument add like ADC on x86 (which includes a
carry in the addition) is available as a machine op.
The background to this is that I'm trying to implement fast multiword
addition in
2007 Jul 25
2
Speex optimization and 12 bits conversion for 12 bits ADC
Hi?Jean-Marc?
Thanks for your suggestions very much!
> > I am porting speex on ARM7TDMI, I have done some optimization, the
> > result is that the encoder and decoder need about 60 MCPS for 5.96kbps
> > bitrate and complexity 0. Can someone give me informtion about Speex
> > optimization on ARM7?
>
> That's quite good. A few suggestions here:
> 1) Don't
2007 Jul 24
2
Speex optimization and 12 bits conversion for 12 bits ADC
Hi, all,
I am porting speex on ARM7TDMI, I have done some optimization, the
result is that the encoder and decoder need about 60 MCPS for 5.96kbps
bitrate and complexity 0. Can someone give me informtion about Speex
optimization on ARM7?
Another question, my ADC and DAC are 12 bits, but Speex codec is
16bits, Did someone try to modify speex to 12 bits? I think if I
modify speex to 12 bits, the
2003 Nov 29
1
W2k ADC + Samba Member + winbind + win 98 clients problem
Hi there.
I have a windows 2000 Server in ADC mode.
I have a samba 3 box as a domain member to the ADC where security=ADS
I auth fine to this box from Windows 2000/XP clients. I see shares on
the domain member with no issues.
winbind works fine, in that it auth's ok etc etc
Windows 98 clients are configured to log into the Bionomics domain, and
do so with the W2k Server with no problems.
2014 Jul 18
1
Install Exchange 2013 with Samba ADC
Hello.
I'm trying to install Exchange 2013 (SP1 CU5) on a domain with only a
Samba ADC (because I've had many problems trying to get OpenChange to
work with Outlook 2013.) I've already hacked the attributes of the ADC's
LDAP entry so Exchange is happy with the OS version (see my previous
post,) but I want to find out if there are any known problems with
letting Exchange make
2013 Jul 15
1
New ADC configuration
I am in the process of moving our single Samba 3.x servers to a new 4.x
AD server setup, with member servers.
I have the Main ADC installed and running perfectly, machines can join
with no problems. Seriously, it couldn't honestly be any easier, thanks
for the Samba4 Wiki. It saved me a ton of time and stress.
I'm working next on getting several test member servers working as well,
and
2017 Jan 13
3
Expected DNS records for a new ADC?
I have added a 2008R2 server as an ADC to a domain (S4 4.5.3); and the
instructions say to verify the DNS records... what DNS records does
one expect to find? I think I know but looking in DNS it does not
appear the server created any DNS records relating to being a DC.
No GUID CNAME in _msdcs.micore.us, no SRV records in Default-First-
Site-Name._tcp,...
I have not yet rebooted the server
2017 Mar 21
3
Problem sysvolreset
Hai,
Here you go my output of the R2008R2. (64bit)
1) original GPO from the install ( the domain controller policy )
Path : Microsoft.PowerShell.Core\FileSystem::C:\Windows\SYSVOL\domain\Policies\{6AC1786C-016F-11D2-945F-00C04fB984F9}
Owner : BUILTIN\Administrators
Group : NT AUTHORITY\SYSTEM
Access : CREATOR OWNER Allow 268435456
NT AUTHORITY\Authenticated Users
2014 Jun 02
1
Fresh ADC: Failed DNS update - NT_STATUS_ACCESS_DENIED
I hopefully cleared all SAMBA files and set up a fresh ADC using:
samba-tool domain provision --use-rfc2307 --domain=UAC --realm=UAC.MGR
--server-role=dc --dns-backend=SAMBA_INTERNAL --targetdir=/srv/files
--adminpass="secret" --option="dns forwarder=172.16.6.11"
The provisioning seemed okay, i.e. nothing hints at any errors and I see
a DOMAIN SID as the final entry as
2020 Oct 13
2
Samba Sysvol and GPO Issues
Hi Samba Team!
It's me again I'm having some issues with gpo's and sysvol access.
I've installed samba 4.12.7. using idmap_ldb:use rfc2307
When I tried to create a gpo using the rsat tools I got a Permission Denied
error.
Among other things, I have run:
samba-tool ntacl sysvolreset
Also I added to smb.conf
acl_xattr:ignore system acls = yes
in sysvol and netlogon sections.
I
2007 Jul 25
0
Speex optimization and 12 bits conversion for 12 bits ADC
> Yes, I have enabled the the current ARM4 assembly bits. I have tried
> to optimize these functions(filter_mem16(),iir_mem16() and
> fir_mem16()) in C code, but the effect is very small, and I am going
> to do assembly optimization for these functions. Do you have another C
> code about these functions for assembly optimisations? Can you give me
> some information and
2015 Jan 27
2
Can't get idmap_ad to work with winbind (only idmap_rid)
Hi!
With the end of support for Win XP from many application vendors, we
finally decided to go AD with our small domain that right now consists
of two XP desktop clients and one Samba PDC (3.6 from official Ubuntu
12.04 packages) that's also offering some file shares and a printer
share. Since there already is one FreeBSD server for backup/mirroring, I
decided to go all FreeBSD in the
2007 Jul 24
0
Speex optimization and 12 bits conversion for 12 bits ADC
> I am porting speex on ARM7TDMI, I have done some optimization, the
> result is that the encoder and decoder need about 60 MCPS for 5.96kbps
> bitrate and complexity 0. Can someone give me informtion about Speex
> optimization on ARM7?
That's quite good. A few suggestions here:
1) Don't use complexity 0 unless you're really desperate (the CPU gain
over complexity 1 is
2014 Aug 11
2
Winbind question
Hi,
I successfully set up an AD DC, and now, I want to join a file server as
member in this domain.
I followed this tutorial :
https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server
All works fine, my server join my AD without problem, samba starts fine
and winbind too. But when I look at my domain users, the uid/gid
returned by winbind are in the TDB range instead of the AD
2013 Oct 25
3
drs replication
Hai,
?
when i test my DRS replication, with : samba-tool drs showrepl ms249-lin-007
i have no errors looks ok but, im seeing this as last.
?
==== INBOUND NEIGHBORS ====
5 connections 0 failure.
?
==== OUTBOUND NEIGHBORS ====
3 connections 0 failure.
?
==== KCC CONNECTION OBJECTS ====
?
Connection --
??????? Connection name: 3aa92d11-3cc7-4afd-9975-f0f7d2c5013f
??????? Enabled??????? : TRUE
2010 Jun 10
1
Sound card problem in acoustic echo cancellation
From: Steve Underwood <steveu at coppice.org>
> It seems some cards use a PLL for their ADC, so they can lock to an
> incoming SPDIF signal, but always use a local crystal clock source for
> their DAC. These cards do not have their ADC and DAC synchronised.
Do common on-board or PCI sound card lock to some incoming signal?
Yes, there is a crystal oscillator and a PLL or divider to
2015 Sep 07
2
nfs based shared home dir question
Ok, i clarify a bit more.
\\servername.internal.domain.tld\users2\%username% is used in my AD for the home folder of the users. %username% translates to the username.
I tried 2 setups now, windows acl base setup and posix based setup.
Both fail for me.
THE SERVER with the shares ( and is nfs server)
The samba/windows part. ( postix rights setup )
On the server this is /home/samba/users2
2010 Jul 20
1
Sound card problem in acoustic echo
Hi all,
The conclusion of the discussion is that most sound cards indeed have
different capture and playing frequencies for the unknown reasons.
But we all know the adaptive filter of the AEC relies on the synchronization
of the far-end and near-end sampling rates.
Then Has anybody tried to use speex AEC in Windows system? How do you
solve this problem?
(I have tested speex AEC. In most
2017 Jan 12
2
Corrupted idmap...
I forgot about ldbsearch. Here is a dump of xid numbers.
root at dc01:~# ldbsearch -H /var/lib/samba/private/idmap.ldb | grep xidNumber
xidNumber: 3000028
xidNumber: 3000013
xidNumber: 3000033
xidNumber: 3000003
xidNumber: 3000032
xidNumber: 3000023
xidNumber: 3000019
xidNumber: 3000010
xidNumber: 65534
xidNumber: 3000031
xidNumber: 3000022
xidNumber: 3000026
xidNumber: 3000017
xidNumber: 3000027