search for: domaini

Displaying 3 results from an estimated 3 matches for "domaini".

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
...y one thing disturbs me a bit. In the docs I see that you should be able to initialize Kerberos by doing a: kinit user@domain (or user@realm) I always get the message about the password being incorrect... Where could the problem be? Here's my krb5.conf [libdefaults] default_realm = DOMAINI.IMP.CH [realms] YOUR.KERBEROS.REALM = { kdc = neurotix.domaini.imp.ch. } [domain_realms] .domaini.imp.ch = DOMAINI.IMP.CH - -- Beno?t Panizzon, <bp@imp.ch> - ------------------------------------------------------------------------ ImproWare AG, UNIXSP &...
2011 Sep 21
2
Two parameterized classes calling both a thirth class (results in already defined)
Hi all, I have three parameterized classes, named mq, mq_gsk and apache. The mq class always calls the mq_gsk class, but the apache class should only call the mq_gsk class when the mq class is not used in a hosts'' node definition Here is my configuration class mq ( $gsk_version = undef ) { require mq::params < ..... > class { ''mq_gsk'':