similar to: Samba-tool SUBDOMAIN Problem

Displaying 20 results from an estimated 200 matches similar to: "Samba-tool SUBDOMAIN Problem"

2017 Nov 20
2
Can't join, error: Not removing account DC2$ which looks like a Samba DC account maching...
hello, In a test environment I set up two DCs. DC1.sandom.teste.com DC2.sandom.teste.com All tests requested by the wiki were done and all ok. I tried to join a Samba DC to an existing Active Directory, but after it requests the password, the following error occurs. root at dc2 # samba-tool domain join sandom.teste.com DC -U"SERTAO\administrator" --dns-backend=BIND9_DLZ
2019 Jul 09
3
Adding new DC causes samba.join.DCJoinException
Hi, I have a primary DC that I provisioned with this command: samba-tool domain provision --server-role=dc --use-rfc2307 --dns-backend=SAMBA_INTERNAL --realm={{ samba_default_realm }} --domain={{ samba_default_realm_domain }} --adminpass={{ samba_ldap_adminpw }} I am now trying to provision a second DC in the same domain with the command: samba-tool domain join {{ samba_default_realm |
2018 Feb 20
3
SAMBA failed join domain DC
On Tue, 20 Feb 2018 14:10:16 +0500 "denis.shigapov" <denis.shigapov at stroylandiya.ru> wrote: It seems that the problem starts here: Could not find machine account in secrets database Yet near the top there is: Setting up secrets.ldb It seems that either 'secrets.ldb' doesn't contain the required info or 'vas.lah' doesn't have the required permissions
2017 Oct 23
2
samba 4.7.0 replication errors
Hallo, I encountered a similar problem. I created a test environment with two domain controllers (copy from a working environment). I tried to join a read-only domain controller. Unsuccessfully. Samba-tool fell with a error: .... added interface ens192 ip=192.168.59.5 bcast=192.168.59.255 netmask=255.255.255.0 resolve_lmhosts: Attempting lmhosts lookup for name dcg2.unn.global<0x20>
2017 Sep 29
4
samba 4.7.0 replication errors
Hallo, we have 5 ADDCs. All of them did run with sernet-samba 4.6.7. I updated 4 of them to sernet-samba 4.7.0, one after the other, checked replication, everything seemed to be ok. One day later a colleague wanted to delete a lot of users with a powershell-script and since then the replication doesnt work anymore. (Im sure the script is not the problem, but it seemes like it triggered something)
2012 Dec 19
0
JRI and XTS library
Hi all, I am using JRI with the XTS library. Rengine rEngine = new Rengine(new String [] {/*"--vanilla"*/}, false, null); rEngine.eval("library(xts)"); When I create an xts object, using previously assigned double/date arrays with roughly 5000 elements, the eval method needs very long (up to a minute) to return. I would like to understand what is going on, but I find no
2016 May 06
0
Samba4 AD DNS -- AD Subdomain vs Clients accessing on different subdomain
On 05/05/16 21:46, Thomas Maerz wrote: > Hello, > > We have an issue we’ve been struggling with for quite some time since we rolled out 10 Samba4 domain controllers at our main office and all remote sites about 3 years ago. > > Simplified Current Configuration: > > 2 DCs at main site with internal DNS using subdomain ad.companyname.com > 2 BIND CentOS servers serving all
2009 Oct 16
0
Don't see a subdomain as subdomain
Hello, we have an Domain-Setup with three domains and an forest-trust between the domains. All domaincontrollers are Windows 2003 Server. The setup of the Forest-Trusts are identically (as the DC-Admin says). Under-A (where the samba server lives) / Domain-A / \ / \ Domain-B Domain-C \
2010 May 28
0
dynamically generating subdomains using subdomain-fu
hi, I am using subdomain-fu for creating subdomains . My doubt is how can we give the subdomains in the etc/hosts ,when the sub-domains are dynamicallybeing created. Ex: i created a subdomain called "user1" and i specified this in etc/ hosts file.So eveery time i cant specify the subdomain which is being created.So can i ovecome this problem. -- You received this message because
2016 May 06
0
Samba4 AD DNS -- AD Subdomain vs Clients accessing on different subdomain
On 06/05/16 13:01, mathias dufresne wrote: > 2016-05-06 9:39 GMT+02:00 Rowland penny <rpenny at samba.org>: > >> On 05/05/16 21:46, Thomas Maerz wrote: >> >>> Hello, >>> >>> We have an issue we’ve been struggling with for quite some time since we >>> rolled out 10 Samba4 domain controllers at our main office and all remote >>>
2006 Jul 21
1
Lighttpd for rails app subdomain apache for the rest
I want to host a rails app at mydomain.com/railsapp. For technical reasons I have to leave mydomain.com on apache. This means that I need to tell apache to proxy only requests for mydomain.com/railsapp to lighttpd. I have deployed in a situation like this before around a year and a half ago but it was a real pain. Lighttpd and rails have matured a lot in the year and a half since I did
2006 Jun 05
0
route help using accounts but not with subdomain
Hi all, I''ve just started trying to figure out rails routes and am having some difficulty. I want to have the directory structure start with the /:account_name/ instead of using the subdomain with the exception of account/create and account/list I tried: map.connect ''account/create'', :controller => ''account'', :action =>
2006 May 09
4
subdomain
hi, how to create a subdomain outside the public directory and how to redirect to the subdomain -- Posted via http://www.ruby-forum.com/.
2006 Apr 04
1
subdomain routing
According to the wiki (http://wiki.rubyonrails.org/rails/pages/Routes) you can handle subdomain routing in routes.rb. Like this: with_options :requirements=>{:subdomain=>''first.com''} do map.connect '''', :controller => "first/catalog" map.connect ''featured'', :controller => "first/catalog",
2006 Mar 03
0
Setting up apache as a proxy without subdomain
I want to run an Apache webserver that acts as a local proxy for multiple rails instances in the same domain. The domain seems to be a problem: which directives can I use for www.somehost.com/one and www.somehost.com/two if they are two different rails setups? I came up with this but that does not work: <VirtualHost somedomain.com:80> ServerAdmin webmaster@username.tld
2006 Mar 19
0
wishlist: revisiting subdomain access in routes.rb
Several folks on the list have, over time, expressed interest in being able to access the subdomain info inside routes.rb. This was discussed in great detail late last year by several folks: http://wrath.rubyonrails.org/pipermail/rails/2006-January/008114.html In summary, routes can''t access the domain, so your best bet is to stick a before_filter in your application.rb. This
2006 Mar 20
1
Error when configuring rails to run in subdomain
All, I''ve a problem configuring rails app to run in a subdomain. I''ve set up an application that runs on sth like: http://mydomain.com/shop/public/admin which points to /home/myhome/webroot/shop/public/admin where "shop" is the rails app directory - and it works fine. But when I use my ISP''s web configuration utility to set a subdomain like
2006 Mar 31
3
Why use a Subdomain?
New to Ruby on Rails. I''ve been playing around with an application I set up at rails.foo.com. Basically this means that all my pages tied to the application live on that subdomain. Is there any reason for not just installing onto your parent domain foo.com and putting your static pages in the public dir that ruby on rails creates? The answer seems like a simple yes, however all the
2006 Jan 16
0
Using subdomain names in routes?
Scenario... We want to use the name field of our Market object for URLs like... foo.example.com/groups/view/groupname bar.example.com/groups/view/groupname ...and other similar URLs, basically using the subdomain as a key for the app to know which Market (there is a markets table where the subdomain field corresponds to Market.name) to use. In this example, both pages are viewing the group
2007 May 02
0
Deploying another application as subdomain
Let''s say that I have an application up and running at http://eii.com I and developing another application that is complimentary to eii.com and have decided to serve that application using http://services.eii.com Now this is a totally different application but is useful to the people visiting eii.com site. This new application has it''s own database and own source code. My