Displaying 3 results from an estimated 3 matches for "domainy".
Did you mean:
domain
2005 Mar 24
4
Can a Samba server join multiple NT domain?
Hi,
Say if there are DomainX and DomainY, both are not in trusted
relationship. Can a Samba server join both DomainX and DomainY?
I can't find any related information on Internet. Your help would be
appreciated.
Thanks!
Yimin
2004 Jul 08
0
kinit: Password incorrect
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.1.4
Precedence: list
List-Id: General questions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>,
<mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: <http://lists.samba.org/archive/samba>
List-Post: <mailto:samba@lists.samba.org>
2011 Sep 21
2
Two parameterized classes calling both a thirth class (results in already defined)
...ined error (as expected)
ERROR:
Could not retrieve catalog from remote server: Error 400 on SERVER:
Duplicate definition: Class[Mq_gsk] is already defined in file /etc/
puppet/modules/apache/manifests/init.pp at line 104; cannot redefine
at /etc/puppet/modules/mq/manifests/init.pp:62 on node
nodex.domainy.com
Within my apache class, I tried to use "if defined()", but this does
not seem to work at all
Here is one of my many attempts
if defined(Package["mq_gsk"]) {
notice ( "${apache::params::module_name}, mq module defined, mq_gsk
already included" )
} else {...