Displaying 20 results from an estimated 100000 matches similar to: "dynamic session domain"
2006 Jul 11
1
Dynamically setting the session domain?
Does anyone know a way to dynamically change the session_domain option
of ActionController::CgiRequest? I want to have a login section on an
index page (www.example.com) that takes a subdomain, username,
password, authenticates, then redirects to
http://#{subdomain}.mysite.com.
I need to set the session_domain option (to the subdomain) dynamically
so the cookie can be read when the user arrives
2006 Aug 03
0
Sharing sessions across subdomains
Has anyone else experienced this strange behavoir with sharing
sessions across subdomains?
I have in development.rb
ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS.update(:session_domain
=> ''.localhost.com'')
If I create a session at foo.localhost.com then go bar.localhost.com a
session is created (with host localhost.com) and everything works
fine.
But if I then go
2008 Dec 18
0
Multiple top level domains and one session
Hello all,
I''ve been struggling with this for quite awhile and haven''t been able to
find a solution. I need a user to be able to view multiple top level
domains with a single login.
My understanding is that this needs to be set in environment.rb and
called with before_dispatch. This is what I''ve come up with:
require ''activesupport''
require
2008 Jun 19
5
How do you create one session cookie for multiple subdomains
I am using the restful authentication plugin and am always prompted to
login if a different subdomain is accessed. I have found a couple rails
"solutions", but none of them seem to work:
# development.rb
1. ActionController::CgiRequest::DEFAULT_SESSION_OPTIONS[:session_key]
= ".localhost"
2. ActionController::Base.session_options[:key] = ".localhost"
Does anyone
2019 Jan 14
0
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
Hai Rowland,
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Rowland Penny via samba
> Verzonden: maandag 14 januari 2019 12:48
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] dehydrated hook for LetsEncrypt certs
> and samba dns (was: samba-tool auth in scripts)
>
> On Mon, 14 Jan 2019 12:13:19 +0100
>
2006 Feb 08
10
Sharing sessions between subdomains?
Hello,
I know how to share sessions between subdomains in PHP. Can anyone please guide me as to how I can share sessions using Ruby? Where can I set the value of domain for which the cookie is set?
I would like for a user to login on the home page and then go to blog.home.com and not have to login again.
Any guidance/pointers are appreciated.
Thanks''
2006 Apr 28
4
Call for patterns...
Hi group,
I was wondering if anyone more experienced could help me to find a good
pattern for two things:
1. How to group controllers. Example:
We have an admin panel with:
user_managment_controller.rb
priv_managment_controller.rb
widget_controller.rb
User panel with:
mystuff_controller.rb
mytags_controller.rb
profile_controller.rb
And frontend with:
widget_controller.rb
etc...
How do I group
2015 Dec 10
0
Authentication to Secondary Domain Controller initially fails when PDC is offline
Hmm..
> >>>> Could this have to do with...
> >>>> a) I demoted my initial 1st DC (seized FSMO roles) and got rid of
> >>>> DNS entries via this script on the wiki?
> >>>> b) set up the *new* 2nd DC on the hardware of the prior 1st DC
> >>>> (with the same IP address)?
This can be a problem yes, depending on the order of
2018 Jun 04
0
Trust relationship between different domains
Hai Elias,
NET USE \\10.10.1.7\IPC$ /user:campus\administrator pa$$wd
Works! :)
C:\>net use
Novas conexões serão lembradas.
Status Local Remoto Rede
-------------------------------------------------------------------------------
E: \\vboxsrv\D_DRIVE VirtualBox Shared Folders
OK \\10.10.1.7\IPC$
2006 Jun 07
1
multi domain application
Hi,
I''m wondering how to handle an application we can access from multiple
domains and subdomains (such as basecamp)...
I think it has to do with a lighttpd or apache config and routes.rb
config with subdomain/domain auth?
thanks.
j
--
Posted via http://www.ruby-forum.com/.
2011 Aug 24
0
How to configure krb5 for multiple domains or domain and its sub-domains - Solved
Hi Mauricio,
It worked. Thanks a lot for your helps. I really appreciate that.
Thanks
Anh.
-----Original Message-----
From: Mauricio Tavares [mailto:raubvogel at gmail.com]
Sent: Tuesday, August 23, 2011 4:47 PM
To: samba at lists.samba.org
Subject: Re: [Samba] How to configure krb5 for multiple domains or domain and its sub-domains
On Tue, Aug 23, 2011 at 3:17 PM, Le, Anh <anh.le at
2008 Feb 08
1
Wildcard Subdomains & OS X Local Development
I''m using the simple account_location plugin to have virtual
subdomains on my app (account.myapp.com - see Basecamp, Blinksale,
etc.)
How do you go about setting up your OS X system to play nice? I''d like
to use Apache & Mongrel.
Notes: The only thing I''ve able to accomplish is hardcoding the
subdomains directly in my hosts file. I can get
2019 Jan 14
4
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
(@Rowland)
> Whilst it is quite correct to say that the REALM isn't the same as a
> DNS domain, there is a correlation between them. The REALM must be the
> DNS domain in uppercase, so this:
>
> SAMBA_PRINCIPAL=dehydrated-service at YOUR.DOMAIN
No, you can have your.primayDNSdomain.tld and have REALM = SOMEREALM.TLD
Its not obligated to have REALM the same as the DnsDomain.
2015 Dec 11
2
Authentication to Secondary Domain Controller initially fails when PDC is offline
Hi Ole,
Using internal DNS samba_dnsupdate does not work correctly, at least not
every time.
Someone modified this samba_dnsupdate tool commenting this line:
os.unlink(tmpfile)
which should line 413.
Doing that he was able to get files generated by samba_dnsupdate to use
them as argument of nsupdate command (without -g switch and with "allow dns
updates = nonsecure" in smb.conf).
I
2016 May 23
0
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
Hi,
Why modifying a working conf when you can build your DC on others systems
(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 *
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 -
>
2016 May 27
0
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
On 27/05/16 17:11, Jeff Sadowski wrote:
> https://wiki.samba.org/index.php/Configure_BIND_as_backend_for_Samba_AD helped
> me find that I needed to add
>
> options {
> [...]
> tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
> [...]
> };
> That seems to have fixed my errors with DNS
>
> On Fri, May 27, 2016 at 9:26 AM, Rowland
2016 May 18
2
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
So I had dhcp, radvd and bind working together nicely and now 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
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 kerberos I think I am
2016 May 27
1
ISC's dhcp server, radvd and bind9 now adding samba as an AD DC
On Fri, May 27, 2016 at 10:23 AM, Rowland penny <rpenny at samba.org> wrote:
> On 27/05/16 17:11, Jeff Sadowski wrote:
>
>> https://wiki.samba.org/index.php/Configure_BIND_as_backend_for_Samba_AD
>> helped me find that I needed to add
>>
>> options {
>> [...]
>> tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab";
>>