Displaying 20 results from an estimated 10000 matches similar to: "samba 4 best practices questions"
2014 Feb 08
2
samba4 best practices questions
I'm interested in using samba4 in a production environment that has
multiple locations tied together via a WAN. In order to do so I need to
figure out what is the absolute most stable and supported path.
I found this email thread here stating samba4 ad roles, and file server
roles should be on separate servers.
https://groups.google.com/forum/#!topic/mailing.unix.samba/QySoM_uGGL8
Can
2015 May 22
5
Samba4 Disable USB ports
2015-05-22 13:32 GMT+02:00 Gabriel Franca <gabriel.franca at gmail.com>:
>
> I found it strange more and something I have already noticed a while.
>
> No GPO is applied when the User is the "Domain Users", so I wonder if I'm
> doing something wrong or I have to change something.
>
> I believe the "Domain Users" are not allowed to change the
2015 May 22
5
Samba4 Disable USB ports
Hello Gabriel,
I recommend you use
gpupdate /force
on the windows command line after login.
The results of above command can be checked afterwards with the
"gpresults" command.
Can be you have an permission problem on your samba server. Only skimmed
ofver the thread but did you try
samba-tools ntacl sysvolreset
on your samba server?
achim~
Am 22.05.2015 um 12:08 schrieb Gabriel
2015 May 22
1
Samba4 Disable USB ports
Hello Gabriel,
Am 22.05.2015 um 15:23 schrieb Gabriel Franca:
> Good morning people,
>
> I make the case that Achim Gottinger passed.
>
> samba-tool ntacl sysvolreset and received the following information:
> Segmentation fault (core of the recorded image)
>
> then sent a samba-tool ntacl sysvolcheck and received the following:
> ERROR (<type
2003 Aug 13
1
Extension and phone management best practices??
Hi,
I am trying to think of the best way to manage the phone to extension to user relationships in an Asterisk system so I am asking for any input on best practices from thos out there who are running live systems.. the bigger the better...
It seems the common practice is to name the config for a phone by its extension number.. So extension 1234 would have its sip.conf entries under [1234]..
2006 Mar 29
7
cfengine
Anyone ever implimented cfengine on 4.x ? I am just looking for
background and if there are any traps to fall into?
thanks
2019 Sep 14
1
SAMBA 4.10 SYSVOL Replication adn RODC
Hi All,
1) I read that the devs are working on supporting AD 2012 in 4.11, very
cool.
2) I read SAMBA 4.11 can support 100,000 users and 120,000 computers, very
cool.
It appears that SAMBA is moving to be a viable file server, authentication
and authorization server that can replace Microsoft Active Directory -
Directory Services. Is this possible before 2030 for business with
multiple sites
2005 Apr 14
1
OT mod_security
Hi guys,
I've planning out my upgrade to CentOS4 and one of my plans for security
is to impliment the mod_security apache module to filter out unwanted
malicious intent.
Not having used it before, I wanted to see if anyone here has
implimented it and did it block any legit traffic or cause resource
traffic/serious slowdowns of their systems?
I've asked on the forum about secure
2004 Aug 24
2
Remotely change call forward
Is it possible using asterisk to allow someone to dial in and remotely
change where their call is forwarded to?
For example, I'm working from home so I want my calls to go to 555 1234,
now I need to go out for a bit so I'd like to phone the office and using
DTMF tell the asterisk PBX to now forward my calls to my cell phone 555
3456
Has anyone implimented anything like this?
R.
2004 Aug 12
0
Imq implimentation
hello all,
i intend to impliment Jiri Fojtasek''s imq implimentation here http://hyperfighter.jinak.cz/qos/ on my Linux shaper for production use,I will like to ask if people have implimented it and find it stable and useful as stated in the site.
My bandwidth manager will have 3 interfaces , eth0 -internet(live ip, bridged with eth1), eth1(live ip bridged w eth0), eth2 -lan(local
2015 May 25
2
Samba4 Disable USB ports
Good morning List
On Friday I had to leave so I could no longer continue with our lab.
Weekend and holy all have to rest as much as possible. = D
So I'm back and I will put the smb.conf for analysis.
# Global parameters
[global]
workgroup = CMC
realm = CMC.CORP
netbios name = SAMBA
server role = active directory domain controller
dns forwarder =
2015 May 22
2
Samba4 Disable USB ports
Good morning everyone,
Gabriel: I haven't had a chance to test this yet, but I'm also needing the
same IE: Domain Users to have the GPO applied. Did you come right with this?
Andrey: Thank you for letting me know about the SysVol replication across
DC's, I haven't enabled this yet and will be doing so, is there anything I
should watch out for? I'll just be using the "
2005 Aug 23
1
openssh-unix-dev Digest, Vol 28, Issue 10
On Tue, Aug 23, 2005 at 03:10:45PM +1000, openssh-unix-dev-request at mindrot.org wrote:
> Date: Fri, 19 Aug 2005 17:56:19 +1000
> From: Darren Tucker <dtucker at zip.com.au>
> Subject: Re: OpenSSH sget/sput suggestion
> To: CRX Driver <crxssi at hotmail.com>
> Cc: openssh-unix-dev at mindrot.org
> Message-ID: <430590A3.1090506 at zip.com.au>
> Content-Type:
2014 Jan 06
2
Samba4 AD/DC Replication
Hi folks!
I'm having some trouble replicating a domain.
I followed the steps in this guide:
https://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC
I followed the steps and everything worked fine for me.
but...
If I make changes on the PDC, these changes are replicated to the Secondary
DC, but if I make changes to the Secondary, these are not seen in the PDC.
Is there any way
2016 Jan 26
2
idmap_ad problem and workaround
I have tried to add all of the above to smb4.conf with no luck. I also did
a net ads leave, and net ads join. In addition I cleared the contents of
/var/db/samba4. Only users who have once been granted access to domain
admins will show up. I am becoming more convinced it is something at the
Active Directory level.
Joe Maloney
On Tue, Jan 26, 2016 at 3:17 PM, Rowland penny <rpenny at
2000 Apr 21
1
outlier detection methods in r?
hi -
if I sample from a normal distribution with something like
n100<-rnorm(100,0,1)
and add an outlier with
n100[10]<-4
then
qqnorm(n100)
visually shows the point 4 as an outlier
and calculating the probablity of a value of 4 or bigger in 100 samples of norm(0,1)
gives
> 1-exp(log(pnorm(4,0,1))*100)
[1] 0.003162164
If I have more than 1 sample above outlier threshold the math is a
2007 Dec 02
1
Answer Machine/Fax/modem detection
Has anyone sucessfully implimented a fax or modem detection dial plan? I'm originating calls from asterisk using a list of numbers and dropping the destination into an IVR menu but need to do something different if a modem or fax answers. I tried to use the NVBackgroundDetect() application but i think that is for receiving faxes only. Any help would be appreciated.
Thanks
2009 Apr 15
1
astcanary not exiting in asterisk V1.6.1
Hi,
I only run a home-based asterisk (v1.4.18), and have never
patched it, so I'm a unfamiliar with what time frame to
expect for patches being implimented.
I just downloaded (April 14) svn asterisk V1.6.1 r188415, on
a "play" machine and noticed that when I stop asterisk, the astcanary
module does not exit - when I restart asterisk, a new copy of
astcanary also starts.
In browsing
2016 Jan 26
2
idmap_ad problem and workaround
The DC's are running Windows Server 2012R2. The directory itself has
RFC2307 attributes. The file servers are running FreeBSD with Samba 4.1.
These are just member servers not joined as domain controllers. I have
tried to upgrade to samba 4.2, and samba 4.3 as a test with no difference.
Here is a peak at the smb4.conf via pastebin.
http://pastebin.com/Ai14LREW
Joe Maloney
On Tue, Jan 26,
2007 Apr 20
1
Mongrel cluster log rotation best practices
OK, maybe not even best practices, but at least, tested practices.
>From my reading thus far, it is evident I shouldn''t use Rails to
handle mongrel log rotation. Fine, I''m sold on that. The advice I''m
seeing says that that one should use an external script to do this.
So my question is, what are people using? What''s working well?
Simple bash scripts or