Displaying 20 results from an estimated 15095 matches for "compani".
Did you mean:
company
2008 May 28
15
Help with output
...s the example
THIS GIVES ME THE CORRECT VALUES
<!-- ######## Flooring ######### -->
<% if(params[:flooring]) %>
<tr><td colspan="4"><h2>Flooring</h2></td></tr>
<% for company in @companies %>
<% if(company.flooring == 1)
%>
<tr>
<td><%= link_to company.name, company %></
td>
<!--" + image_tag(''view2.gif'', :border =>
...
2007 Nov 21
7
describe AddressesController, "handling GET /addresses" do
Hello,
I''m working with scaffold generated controller test code for handling GET
requests. Address is the model being tested. Address belongs_to Company,
Company has_many addresses.
In my addresses_controller I have:
before_filter :get_company
def index
@addresses = @company.addresses.find(:all)
respond_to do |format|
format.html # index.html.erb
format.xml {
2006 Jan 01
9
Child record becomes orphan
...== Company.find(params[:id]) <<<
flash[:notice] = ''This company has contacts.''
redirect_to :action => ''show_company'', :id => @company.id
else
Company.find(params[:id]).destroy
redirect_to :action => ''list_companies''
end
end
Thanx Regards,
Gerard.
--
"Who cares if it doesn''t do anything? It was made with our new
Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..."
My $Grtz =~ Gerard;
~
:wq!
2011 May 04
2
split character vector by multiple keywords simultaneously
Hi. I have a character vector that looks like this:
> temp <- c("Company name: The first company General Manager: John Doe I
> Managers: John Doe II, John Doe III","Company name: The second company
> General Manager: Jane Doe I","Company name: The third company Managers:
> Jane Doe II, Jane Doe III")
> temp
[1] "Company name: The first company
2012 Oct 30
4
multi tenant
Hi all,
I need to configure DIDs for different companies and they should reach on
different extension with different context. Cant we have same extension in
different context?
This is what we we want
Company A:
Context Company_A
IVR Company A
Extensions: 101,102,103,104 etc.
Company B:
Context Company_B
IVR Company B
Extensions: 101,102,103,104 etc....
2005 Nov 16
1
HABTM: deleting records based on attributes
Hello All,
I am new to ROR, and can''t seem to get HABTM to cooperate entirely...
however I might be abusing it! Before I try a different strategy I
thought I''d ask here and see if I''m missing something simple.
So say Projects and Companies are related. Projects can have multiple
Companies, and Companies can be on multiple Projects. But, the same
Company can also be assigned multiple times to the same Project under
different roles.
This all works fine with something like this:
@project.companies.push_with_attributes(company,...
2016 Jul 21
3
Replication sieve scripts.
Hello,
Thanks for the advice. I have looked for the libs and here is the
difference:
Dovecot production env 2.2.10:
/usr/lib/dovecot/modules/doveadm
rw-r--r-- 1 root root 18560 Jan 9 2014 lib10_doveadm_acl_plugin.so
-rw-r--r-- 1 root root 14256 Jan 9 2014
lib10_doveadm_expire_plugin.so
-rw-r--r-- 1 root root 10232 Jan 9 2014 lib10_doveadm_quota_plugin.so
-rw-r--r-- 1 root root
2019 Apr 29
2
Group policies are not applied
I have hollowed these instructions.
https://github.com/thctlo/samba4/blob/master/full-howto-Ubuntu18.04-samba-AD_DC.txt
My normal domain is company.com. For the Samba domain it is
msi.company.com.
DNS is working. I ran these commands.
host -t SRV _ldap._tcp.msi.company.com.
_ldap._tcp.msi.company.com has SRV record 0 100 389 dc0.msi.company.com.
host -t SRV _kerberos._udp.msi.company.com.
2004 May 10
1
DNS load-balancing & SRV records
Let's say I have a third-party device acting as a sip<-->pstn gateway, a
cluster of three asterisk servers, and a teensy bit of dns knowledge.
Let's now say those asterisk servers are a1.company.com at 192.168.0.1,
a2.company.com at 192.168.0.2, and a3.company.com at 192.168.0.3.
1. If I setup round-robin dns like so:
asterisk.company.com. IN A 192.168.0.1
asterisk.company.com. IN
2006 Mar 05
8
Model Inheritance, Mixins and Database design
I''m trying to understand how best to use inheritance and wonder if
Rail''s Single Table Inheritance model too restricting.
I have a model Companies who provide 1+ Services (HABTM relationship).
I assume the best way to represent this is with a series of child models
representing each type of service : ServiceType < Company.
I want to return lists of companys for each service and then link to
show more details about them.
With the sho...
2015 May 12
1
FW: ERR_DS_DRA_SCHEMA_MISMATCH after join samba 4.2.1 to existing domain
Hi
I have multi domain environment with root domain and subdomain. Forest and domain level windows 2003 native.
Also forest prep and domain prep did for sccm 2007 ocs 2007 and Exchange 2003.
After join Samba to domain like ad dc I had some problem with replication:
#################################################
[root at dc03 ~]# samba-tool drs replicate dc02 dc03
2005 Sep 02
7
Form to update two tables
...I''m following the Login generator tutorial from rubyonrails. It''s all
worked fine so far. But I want to add a bit more functionality so that
when a user signs up in addition to chosing a login name and password
they type in a company name which is added to a seperate table called
COMPANIES. The id for this record should then be added to the user
record (see # in ACCOUNT_CONTROLLER.RB).
Those in the know will be unsurprised to find out that this isn''t
working! I''ve found lots of examples on the web for multiple table
forms with select fields but not with just te...
2015 Jun 19
2
Database errors after join to DC as part of AD Forest
Stand contains two DC with Windows 2003 Std SP2 En:
- root domain company.local
- child domain filial1.company.local
I have Linux (ALT Linux) with Samba AD DC 4.2.2. After join to
filial1.company.local by command
samba-tool domain join filial1.company.local DC \
-Uadministrator%P at ssw0rd --realm=filial1.company.local \
--parent-domain=filial1.company.local -d 10
(verbose log is stored)
I
2014 Jan 28
3
Joining Samba4 to Domain as DC with Small Business Server 2008 - error with Exchange ldap entries
Hi All
I'm trying to join and existing Windows domain with Samba4, on Centos 6.5
Final. I initially tried with the Centos rpm's but it seems the
samba-tools didn't exist so I am now using the rpms from SerNet Enterprise
SAMBA.
The current DC is a Windows Small Business Server 2008 that provides file,
print, DNS, DHCP, AD and MS exchange/Outlook Web access.
The domain Company.local
2004 Oct 27
1
Samba kerberos authentication issues with samba 3.0.7
Hello.
I'm having difficulty running kerberized samba on my Linux box in my Windows ADS domain. Specifically, smbclient -k //server/share fails with a "session setup failed: NT_STATUS_LOGON_FAILURE" error message. I ran smbd with -d 3 debugging verbosity, and the following came out on stdout/stderr. I marked the interesting lines with ***'s:
# smbd -i -d 3
2008 May 13
1
deliver exits with status 89 on some but not all mails of a batch
Hi,
I'm trying to get dovecot's LDA 'deliver' to deliver mails that come in through a postfix daemon on the same box. I'm talking
about dovecot version 1.0.rc15 (on CentOS 5 as Linux-VServer guest on a CentOS 5 host).
Configuration
-------------
# /etc/dovecot.conf
ssl_cert_file: /etc/pki/selfmade/server.crt
ssl_key_file: /etc/pki/selfmade/server.key
login_dir:
2012 Oct 12
0
Samba-generated keytab fails with kinit
Hi,
I have joined a HP-UX server to a Windows Server 2003 domain. Join and keytab creation were successful.
The keytab entries look like this:
$ klist -ek
Keytab name: FILE:/etc/krb5.keytab
KVNO Principal
---- --------------------------------------------------------------------------
2 host/hostname.sub.company.net at SUB.COMPANY.NET (DES cbc mode with CRC-32)
2
2008 Apr 11
1
Multi-user multi-company design
...erms" (read: widgets)... each
ferm belongs to one company, one company can have many ferms.
One company can also have many users with different access priveliges,
and company administrators would invite other users to access the
company''s site.
Also, one user can belong to different companies and perhaps have
different access at each company.
I''m struggling to determine how to nest the models, here is my best
guess:
User
has_many :companies, :through => :companies_users
end
Company
has_many :ferms
has_many :users, :through => :companies_users
end
The companies...
2012 Dec 19
1
Errors connecting to Windows Domain with Samba 4.
Hi all.
It's great to see Samba4 has gone generally available.
?
I am trying to set up a Samba4 server to connect to an existing Windows domain with a windows AD server.
I am able to follow the instructions here: https://wiki.samba.org/index.php/Samba4/HOWTO#HOWTO_to_set_up_a_AD_DC
I can download using git. Compile. Make. And install.
This seems to all work.
I then follow the instructions for
2007 Jun 26
1
[Fwd: Problems with samba and windows 2000 professional]
Good day, I've posted this request again, as it got hijacked and probably
ignored.
I'm having issues with a small company with the following setup...
1. Windows 2003 active directory server (server.company.local)
2. samba 3.0.25 linux server (serve2.company.local)
3. windows xp and windows 2000 professional clients. All clients are part
of the ads structure.
What's happening is the