search for: relashionship

Displaying 4 results from an estimated 4 matches for "relashionship".

Did you mean: relashinship
2009 Jul 31
8
Would like include model association in to_xml
i have: class Library << ActiveRecord::Base has_many :books end class Book << ActiveRecord::Base belongs_to :library end in my controller i have: render :xml=> Library.find(:all).to_xml(:include=>books) but, i would like put a condition in the books ( e.: pages >= 100 ) i would like to create a xml with all Libraries, but books with pages more than 100) How to
2005 May 11
2
inter domain trust - another network
Hi all!!! I am trying to stablish a interdomain relationship, but i am having serious problem making samba and nt seeing domains in another network segments. Which is the best and easier way to configure samba to stablish relashionships between domains in differents network segments? For example i have domain A in network 192.168.101.0 and domain B in network 192.168.120.0. They are both under the same building, so bandwidth is not a problem. I can perfectly ping each machine, so routing is not a problem. linux:~ # ping 192.168....
2006 Aug 11
1
problems trusting a w2003 domain server from samba 3
..."mailserver"). The last is in mixed mode and is an exchange server and the former is without winbind, using smbpasswd backend and "security = user" in smb.conf. I would like to authenticate mailserver users through samba mgmt. So if I understand correctly, I need one-way trust relashionship where the SAMBA domain is the trusting one, while the W2003 domain is the trusted one. >From w2003, in AD domains and trusts I create the new one-way-incoming trust specifying SAMBA as the domain and a password for the trust; then I select to confirm the incoming trust and so I have to specify a...
2010 Jan 29
2
Multi samba domain in one LDAP Backend with multi-site authentication
Hello, I need some help to set up a multi-site authentication architecture with samba. Our company is composed by 6 sites which are VPN-Linked. On each, there is Samba 3.0.27 PDC with LDAP backend on Debian Etch (I will probably upgrade it to lenny with this project, and an upper version of Samba). We would like to permit an user of one domain to login in other with the same credentials.