Displaying 20 results from an estimated 762 matches for "subdomain".
2012 Nov 09
8
method conditional option pattern
When I have this pattern
sign_me(@user, :event => :authentication, :subdomain => subdomain)
how can I write it to avoid sending the :subdomain option if subdomain.nil?
( if possible ..)
sign_me(@user, :event => :authentication #?, :subdomain =>
subdomain unless subdomain.nil? )
--
You received this message because you are subscribed to the Google Gr...
2018 Mar 04
1
Samba AD + Kerbero + NFS "Client no longer in database"
...Mar 3 20:25:53 ubuntu-nfs rpc.mountd[2377]: auth_unix_ip: client
0x16ec5b0 '*'
############################
On server side, I increased Samba logging level to log level = 4 and I
get this error when the remote mount fails initially
########## /usr/local/samba/var/log.samba ##########
SUBDOMAIN[2018/03/03 20:18:57.282480, 3]
../source4/auth/kerberos/krb5_init_context.c:80(smb_krb5_debug_wrapper)
Kerberos: AS-REQ
nfs/mint-nfs.subdomain.domain.com at SUBDOMAIN.DOMAIN.COM from
ipv4:172.20.100.205:36129 for
krbtgt/SUBDOMAIN.DOMAIN.COM at SUBDOMAIN.DOMAIN.COM
[2018/03/03 20:18:57.28715...
2012 May 10
2
Postfix Query
Hello,
Another question!!
Was just trying to sort out mail delivery to subdomains. I set up my
system so that I have a mail address of tim at subdomain.example.com. I've
sorted out Postfix to correctly identify this and pass on to Dovecot for
delivery but Dovecot doesn't seem to deliver where I want it to. Ideally
I would like to have a structure so that mail is deliver...
2016 May 18
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
...w I threw in a
wrench of setting up an AD DC
I want to change my dhcp server setting to put client's into the new AD
Domain but am a little hesitant as it is all working so nicely with DDNS
I'm starting to think all I need to do is edit just my dhcpd.conf and
change occurrences of DOMAIN1.SUBDOMAIN.TLD to AD.DOMAIN2.SUBDOMAIN.TLD
A little touch up of db.self and comment out and eventually remove DOMAIN1
entries as everything is working as I like.
My concern is moving from
allow-update { key rndc-key; };
notify yes;
to
update-policy {
grant AD.DOMAIN2.S...
2016 May 27
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
I had left my config alone for now and dhcp still writes to
DOMAIN1.SUBDOMAIN.TLD. But samba has been complaining about not being able
to write to bind in its zone.
[2016/05/27 07:30:06.738434, 0]
../source4/dsdb/dns/dns_update.c:295(dnsupdate_nameupdate_done)
../source4/dsdb/dns/dns_update.c:295: Failed DNS update -
NT_STATUS_UNSUCCESSFUL
If you are right about it using...
2016 May 27
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
...te/dns.keytab";
[...]
};
That seems to have fixed my errors with DNS
On Fri, May 27, 2016 at 9:26 AM, Rowland penny <rpenny at samba.org> wrote:
> On 27/05/16 14:37, Jeff Sadowski wrote:
>
>> I had left my config alone for now and dhcp still writes to
>> DOMAIN1.SUBDOMAIN.TLD. But samba has been complaining about not being
>> able
>> to write to bind in its zone.
>>
>> [2016/05/27 07:30:06.738434, 0]
>> ../source4/dsdb/dns/dns_update.c:295(dnsupdate_nameupdate_done)
>> ../source4/dsdb/dns/dns_update.c:295: Failed DNS update -
&g...
2016 May 27
1
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
...On Fri, May 27, 2016 at 9:26 AM, Rowland penny <rpenny at samba.org <mailto:
>> rpenny at samba.org>> wrote:
>>
>> On 27/05/16 14:37, Jeff Sadowski wrote:
>>
>> I had left my config alone for now and dhcp still writes to
>> DOMAIN1.SUBDOMAIN.TLD. But samba has been complaining about
>> not being able
>> to write to bind in its zone.
>>
>> [2016/05/27 07:30:06.738434, 0]
>> ../source4/dsdb/dns/dns_update.c:295(dnsupdate_nameupdate_done)
>> ../source4/dsdb/dns/...
2016 May 23
0
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
...ms
(VM)? That could be really nice to learn but you add a lot of complexity in
your process, I think.
Why not using DLZ to access your AD zones? I expect Bind to be able to mix
its behaviour: flat file for some zone, DLZ for others...
Now regarding:
update-policy {
grant AD.DOMAIN2.SUBDOMAIN.TLD ms-self * A AAAA;
grant Administrator at AD.DOMAIN2.SUBDOMAIN.TLD wildcard * A
AAAA SRV CNAME;
grant DOMAIN2$@ad.DOMAIN2.SUBDOMAIN.TLD wildcard * A AAAA
SRV CNAME;
};
For me this means:
grant AD.DOMAIN2.SUBDOMAIN.TLD ms-self * A AAAA;
Grant any authenticated user...
2006 Mar 23
10
Domain Requirements in Routes (Edge Rails)
I saw on the bottom of the following page that you can route requests to
different controllers based upon which subdomain is being requested.
http://wiki.rubyonrails.com/rails/pages/Routes
with_options :requirements=>{:subdomain=>''first.com''} do
map.connect '''', :controller => "first/catalog"
map.connect ''featured'', :controller => &qu...
2016 May 27
0
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
On 27/05/16 14:37, Jeff Sadowski wrote:
> I had left my config alone for now and dhcp still writes to
> DOMAIN1.SUBDOMAIN.TLD. But samba has been complaining about not being able
> to write to bind in its zone.
>
> [2016/05/27 07:30:06.738434, 0]
> ../source4/dsdb/dns/dns_update.c:295(dnsupdate_nameupdate_done)
> ../source4/dsdb/dns/dns_update.c:295: Failed DNS update -
> NT_STATUS_UNSUCCESSFUL
>...
2020 Aug 06
2
CentOS 8 DNS resolution not working as expected
[root at localhost ~]# lsb_release -d
Description: CentOS Linux release 8.2.2004 (Core)
[root at localhost ~]# cat /etc/resolv.conf
# Generated by NetworkManager
search subdomain.company.com company.com
nameserver 1.2.3.4
nameserver 5.6.7.8
[root at localhost ~]# host foo
foo.subdomain.company.com has address 1.2.3.4
[root at localhost ~]# host foo.subdomain
Host foo.subdomain not found: 3(NXDOMAIN)
[root at localhost ~]# host foo.subdomain.company.com
foo.subdomain.comp...
2016 May 27
0
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
...rors with DNS
>
> On Fri, May 27, 2016 at 9:26 AM, Rowland penny <rpenny at samba.org
> <mailto:rpenny at samba.org>> wrote:
>
> On 27/05/16 14:37, Jeff Sadowski wrote:
>
> I had left my config alone for now and dhcp still writes to
> DOMAIN1.SUBDOMAIN.TLD. But samba has been complaining about
> not being able
> to write to bind in its zone.
>
> [2016/05/27 07:30:06.738434, 0]
> ../source4/dsdb/dns/dns_update.c:295(dnsupdate_nameupdate_done)
> ../source4/dsdb/dns/dns_update.c:295: Failed...
2006 Jun 09
2
Virtualhost, Alias & Subdomains
I am having a problem with subdomains, alias & virtual hosts
Centos 4.3, Apache 2.0.52 & PHP 5.04
I can get the primary to work, but not the aliased servers.
http.conf extract
*********
NameVirtualHost *
<VirtualHost *>
ServerName www.domain.com
DocumentRoot /var/www/html/domain/
ServerAlias www.altdomain.com <http:...
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/.
2017 Nov 14
2
Join a subdomain DC to a domain DC
>
> Does nobody read the Samba wiki ???
>
What??? Samba has a wiki ??? *Bazinga *:D
As far as I am aware, AD subdomains do not work correctly with Samba AD.
>
> What you have done with the new DC, is what you should have done in the
>
> first place, created a subdomain of your main dns domain and used this
>
> for the AD dns domain and realm.
>
>
I started in this job now and it was already...
2011 Oct 27
1
creating subdomains
HI All,
I surfed a lot , googled a lot , read/watched railscasts but could not get
the solution.
Below is my problem.
1) I wanted a parent domain www.xyz.com. This parent domain will have two
subdomains abc.xyz.com and def.xyz.com.
The parent domain will have a admin user who has capability to create/manage
subdomains.
The subdomains should an a siteadmin user who can edit the site information.
Each subdomain will have its own home page.
So If i give http://www.xyz.com in browser address bar it...
2010 Jun 24
1
Custom account subdomains with Rails 3
Hi,
I needed to handle custom account subdomains with Rails and I wrote a
simple rack middleware for that http://github.com/drogus/rack-subdomain.
It works by mapping any subdomain to given PATH. For example when user
hits drogus.example.org/account and mapping is /users/:subdomain, it
will map the request to example.org/users/drogus/account
I...
2007 Oct 26
3
Specing with Subdomains as Account Keys
How do you go about implementing and rspecing subdomains as account
keys? I''m sure that this must be an issues for others as well.
So I have an app using subdomains as account keys. The Application
Controller sets up @current_company in a before filter. Everything is
done within the context of the @current_company.
After reading about D...
2016 Dec 19
4
Automatic creation of local users
...t I wanted to post it here, since someone else might have the problem in the future, and I think it would be nice if I could spare them the week of Googling I needed.
Basically, I have an AD member server, running Samba 4.2.10 (on Centos 7.2.1511). Here’s my smb.conf:
[global]
workgroup = SUBDOMAIN
server string = Samba Server Version %v
netbios name = SERVER
server signing = mandatory
client signing = mandatory
log file = /var/log/samba/log.%m
max log size = 50
log level = idmap:10 auth:10
security = ADS
realm = SUBDOMAIN...
2006 Jan 18
2
How do you get link_to to work correctly when using subdomains as account keys?
When using subdomains as account keys (as per this HowTo:
http://wiki.rubyonrails.org/rails/pages/HowToUseSubdomainsAsAccountKeys),
how can you get link_to to spit out the correct URL (i.e.
account123.domain.com)?
<%= link_to "My Account", { :action => "show", :id => "account123"...