Displaying 12 results from an estimated 12 matches for "newsite".
2016 Feb 10
2
AD + Bind DLZ + Site
...; OK. So no trigger.
>>
>> samba_dnsupdate should solve the issue as a restart of samba service or
>> restarting samba is really needed?
>>
>>
>>
> I have been reading the 'samba-tool sites' code and it appears that it
> creates new sites in 'CN=NEWSITE,CN=Sites,DC=samdom,DC=example,DC=com'.
>
> I think it should be creating it in
> 'CN=NEWSITE,CN=Sites,CN=Configuration,DC=samdom,DC=example,DC=com'
>
I did look into the both domain I have here at work, one is 4.3.4 and the
other one is 4.4.0rc2.
There is no CN=Sites,DC=sam...
2016 Feb 10
2
AD + Bind DLZ + Site
...samba_dnsupdate should solve the issue as a restart of samba
>> service or restarting samba is really needed?
>>
>>
>>
>> I have been reading the 'samba-tool sites' code and it appears
>> that it creates new sites in
>> 'CN=NEWSITE,CN=Sites,DC=samdom,DC=example,DC=com'.
>>
>> I think it should be creating it in
>> 'CN=NEWSITE,CN=Sites,CN=Configuration,DC=samdom,DC=example,DC=com'
>>
>>
>> I did look into the both domain I have here at work, one is 4.3.4 and the
>>...
2007 Jan 21
2
efficient code. how to reduce running time?
...= Dips[1:50]
DipB = Dips[51:100]
disnp = snp[DipA,]+snp[DipB,]
snp = as.data.frame(disnp, row.names=NULL);
N = length(snp[,1]);
# get allele freq for all SNPs
allele_f <- mean(snp[,1:S])/2;
print (allele_f);
sites = rfind(allele_f);
print(sites);
# collapse sites that have perfect correlation
newsites <- sites;
for (i in 1:(length(sites)-1))
{
for (j in (i+1):length(sites))
{
test = (snp[sites[i]] == snp[sites[j]])
if ( all(test) || all(!test) )
{
print (paste("perfect correlation with", sites[i]));
print (paste("removing alleles", sites[j]));...
2016 Feb 10
0
AD + Bind DLZ + Site
...no trigger.
>
> samba_dnsupdate should solve the issue as a restart of samba
> service or restarting samba is really needed?
>
>
>
> I have been reading the 'samba-tool sites' code and it appears
> that it creates new sites in
> 'CN=NEWSITE,CN=Sites,DC=samdom,DC=example,DC=com'.
>
> I think it should be creating it in
> 'CN=NEWSITE,CN=Sites,CN=Configuration,DC=samdom,DC=example,DC=com'
>
>
> I did look into the both domain I have here at work, one is 4.3.4 and
> the other one is 4.4.0rc2.
>...
2016 Feb 10
2
AD + Bind DLZ + Site
2016-02-10 14:37 GMT+01:00 Rowland penny <rpenny at samba.org>:
> On 10/02/16 11:12, mathias dufresne wrote:
>
>> Hi all,
>>
>> Using 4.3.4 + Bind DLZ @ Centos 7.
>>
>> Regarding AD sites, I have several questions:
>>
>> 1° Is it possible with Samba4 to rename Default-First-Site-Name?
>>
>
> Depends on what you mean, if you mean
2016 Feb 10
0
AD + Bind DLZ + Site
...date should solve the issue as a restart of
> samba
> service or restarting samba is really needed?
>
>
>
> I have been reading the 'samba-tool sites' code and it appears
> that it creates new sites in
> 'CN=NEWSITE,CN=Sites,DC=samdom,DC=example,DC=com'.
>
> I think it should be creating it in
> 'CN=NEWSITE,CN=Sites,CN=Configuration,DC=samdom,DC=example,DC=com'
>
>
> I did look into the both domain I have here at work, one is
> 4.3.4 and the...
2010 Sep 11
4
Can't install plugins on rails 3.0
Just upgraded one of my apps to Rails 3.0 and I cannot install
plugins. I either get "Plugin not found", or an empty folder.
When I run
rails plugin --verbose install http://github.com/jslag/us-state-select-plugin.git
I get this response:
Plugins will be installed using http
git init
git pull --depth 1 http://github.com/jslag/us-state-select-plugin.git
But all I get is an empty
2016 Feb 10
0
AD + Bind DLZ + Site
...cluding the site ones.
>
>
> OK. So no trigger.
>
> samba_dnsupdate should solve the issue as a restart of samba service
> or restarting samba is really needed?
>
>
I have been reading the 'samba-tool sites' code and it appears that it
creates new sites in 'CN=NEWSITE,CN=Sites,DC=samdom,DC=example,DC=com'.
I think it should be creating it in
'CN=NEWSITE,CN=Sites,CN=Configuration,DC=samdom,DC=example,DC=com'
I think is should also add a 'siteList' attribute containing
'CN=NEWSITE,CN=Sites,CN=Configuration,DC=samdom,DC=example,DC=com'...
2008 Oct 07
4
Moving from one dns domain to another
My Rails 2.1 app is changing DNS domains. For example:
From: www.oldcompany.com
To: www.newcompany.com
The app uses Apache2, mongrel_cluster, MySQL.
I would like the existing users who visit www.oldcompany.com URLs to be:
1. Notified via an HTML page that the site has changed from oldcompany
to new company and then redirect them to newcompany.
This has to be done on the same server which gets
2006 Jul 22
1
Effect.Appear prevents links from working in firefox
...ect.Appear prevents links from working in firefox when link
is in floated div that is underneath a div in the page that the function
is making appear.
Oof. That was a mouthful.
Here, this''ll make it clearer. I''ve put a test page here to demonstrate:
http://www.benjaminkeen.com/newsite/about/bug.php
I''m not sure if this is a scriptaculous issue or a firefox bug, but if
the latter perhaps there may be a workaround that can be done in the
scriptaculous code.
As described in the test page, the problem can be avoided by using
<span>''s to mark off the sect...
2014 Aug 12
1
Joining Second DC error -- NT_STATUS_CONNECTION_RESET
Hey, Im trying to join a second domain controller to domain.
I'm using the following command o join:
*samba-tool domain join example.com DC -UAdministrator --password=xxxxxx
--realm=example.com --server=dc1.example.com --site=NEWSITE
--dns-backend=BIND9_DLZ --debuglevel=5*
Iptables and SELinux are turned off in both machines.
This is the debug I get...
(...)
Replicated 18 objects (0 linked attributes) for
DC=ForestDnsZones,DC=example,DC=com
Discarding older DRS linked attribute update to member on
CN=Guests,CN=Builtin,DC=e...
2009 Jul 23
6
SSH attacks from china
...ka/password: 1 time
mambo_xihaco12/password: 1 time
maruse/password: 1 time
mfc97/password: 1 time
mh1RjoH9/password: 1 time
my45sqL_F3uc2K/password: 1 time
mystudgh46/password: 1 time
nNo0oNn/password: 1 time
nearo1214/password: 1 time
newSite/password: 1 time
nti/password: 1 time
obscure/password: 1 time
ojnzjkdsk/password: 1 time
olivier01/password: 1 time
padbss/password: 1 time
pepsimax123/password: 1 time
pm4p455/password: 1 time
pmmon/password: 1 time
portallogin1214/pa...