Displaying 20 results from an estimated 5000 matches similar to: "AD Controller + File Server + Unix Logins one 1 machine"
2016 Feb 19
0
AD Controller + File Server + Unix Logins one 1 machine
On 19/02/16 16:48, Max Baker wrote:
> Hi Sambassadors,
>
> I would like to setup one machine that acts as AD Controller, File
> Server, DNS, and DHCP servers. I have read the warning against
> having AD Controller + File Server on the same machine and those are
> understood. This is for a very small environment, so I'm ok with the
> single point of failure.
>
2016 Feb 23
1
AD Controller + File Server + Unix Logins one 1 machine
Hi Rowland,
Thanks for the quick response. My response is inline below...
On 02/19/2016 06:32 PM, Rowland penny wrote:
> What are you feelings on using the command line ?
> You could always open a terminal on the Samba 4 DC, enter:
>
> ldbedit -e nano -H /usr/local/samba/private/sam.ldb
>
> press enter
>
> press Ctrl+w
> type 'dn: cn=domain users'
> then
2016 Jan 27
4
Samba 4 Active Directory Quotas
Good afternoon,
I've this issue: I have followed the instructions in this thread but,
when I try to add quota.ldif I receive this error:
Unable to find attribute quota in the schema
ERR: (Invalid attribute syntax) "objectclass_attrs: attribute
'mayContain' on entry
'CN=systemQuotas,CN=Schema,CN=Configuration,DC=my_domain,DC=it' contains
at least one invalid
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
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
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
2013 Nov 26
1
matching id's for ADC and member server
Hai,
?
Im bit lost.
?
I've installed a member server with winbind.? ( samba 4.1.2 (sernet) )
the server joined the domain without any problems.
?
when i type getent passwd on the ADC server, im getting:? ( and is ok )
?
ROTTERDAM\Administrator:*:0:100::/home/users/%U:/bin/bash
ROTTERDAM\Guest:*:3000002:3000003::/home/users/%U:/bin/bash
2018 Jul 19
1
Replication problems
Hey
I am trying to setup a dovecot cluster with 2 servers using replication /dsync.
In front of it I got a Fortinet ADC (Load balance) and I think that I messing up the dsync.
I see mails duplicated in the sync progress.
If I disable one of the servers in the ADC, it seems to work and the sync if working without a problem.
But if I use both servers with a round robin on the ADC, I see mailed
2016 Jan 09
6
Provisioning AD DC, MS-AD_Schema_2K8_R2_Attributes.txt Not found
Hi,
I just removed the Canonical repo's Samba and compiled the latest version
by running './configure', 'make', and 'sudo make install'. Everything went
fine with that process, however, I've run into a snag when attempting to
provision Samba as an ADC.
I'm getting the following error:
ERROR(<type 'exceptions.IOError'>): uncaught exception -
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
2003 Jun 30
2
Give users Power user access level to local machines.
OK I have searched high and low and have not found anything that works.
We are running a software program which requires the user to have Power User
access level on the local machine.
The machines are Win2K sp3 and they are logging into a ADC which is Red Hat
9 (Shrike) and Samba Version 2.2.7a-security-rollup-fix.
I have been able to setup the ADC and all users have "User" level access
2019 Jul 03
2
optimisation issue in an llvm IR pass
Hello,
I have an optimisation issue in an llvm IR pass - the issue being that
unnecessary instructions are generated in the final assembly (with -O3).
I want to create the following assembly snippet:
mov dl,BYTE PTR [rsi+rdi*1]
add dl,0x1
adc dl,0x0
mov BYTE PTR [rsi+rdi*1],dl
however what is created is (variant #1):
mov dl,BYTE PTR [rsi+rdx*1]
add dl,0x1
cmp
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
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
2016 Oct 02
5
GID mappings of built-in groups when addin additional dc
Hi,
I have a samba 4.4.5 AD domain and is working perfect, but now I need to
add a second samba 4 AD, I have found that in
https://wiki.samba.org/index.php/Join_an_additional_Samba_DC_to_an_existing_Active_Directory
is detailed the correct steps, my question is about step related with
winbind (tdbbackup) builtin groups, appears a message "*NOTE: Only do this
if you are running a version of
2019 Mar 21
2
best upgrade path
On Thu, Mar 21, 2019 at 10:22 AM Rowland Penny via samba
<samba at lists.samba.org> wrote:
>
> Not sure what you mean by 'AD and/or member file server', they are the
> same thing really, unless 'AD' is a massive typo for 'DC'. In which
> case, the answers are, no, you shouldn't upgrade a DC directly from
> 4.6.x to 4.10.0, though you can do it in
2019 Jul 03
3
optimisation issue in an llvm IR pass
Hi Craig,
On 03.07.19 17:33, Craig Topper wrote:
> Don't the CreateICmp calls return a Value* with an i1 type? But then
> they are added to an i8 type? Not sure that works.
I had that initially:
auto cf = IRB.CreateICmpULT(Incr, ConstantInt::get(Int8Ty, 1));
auto carry = IRB.CreateZExt(cf, Int8Ty);
Incr = IRB.CreateAdd(Incr, carry);
it makes no difference to the generated assembly
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.
2010 Jun 09
3
Sound card problem in acoustic echo cancellation
Then why ONE sound card have different capture and playback rate?
It must be ONE single physical clock generator which is used by both ADC and DAC
in the sound card, isn't it?
If you are a hardware engineer. Will you design two different physical clock for
ADC and DAC seperately?
What on earth causes this problem? Who knows its intrinsic real reason?
Isn't there any other solutions?
For
2006 Feb 22
5
[OT] Apache rewrite stuff...
Hi all, a little off topic, but was wondering what the best way is to
re-write incoming requests so that they all end up at the same domain.
For example, if I had:
my_domain.net
my_domain.com
my_domain.org
Whats the best way to map/redirect all of these to
www.my_domain.com
?
I know its possible, just not sure what to add for rules/virtual hosts
in my apache config.
Thanks for the help!
-Nick