search for: dette

Displaying 20 results from an estimated 31 matches for "dette".

Did you mean: cette
2006 Jun 08
1
early session audio on zap channel
...e phone. Now I can't now if there is a message from a mobile phone comany on session in progress. please help. regards Rosario Pingaro D. Lgs 196/2003 Il presente messaggio contiene informazioni confidenziali, indirizzate esclusivamente alle persone sopra indicate. Se il ricevente non ? tra dette persone, non dovr? intraprendere alcuna azione, tipo copia, stampa o trasmettere il suo contenuto a terzi ed i relativi allegati, ma solo informare il mittente dell'errore e cancellare il messaggio. Il mittente dovr?, altres?, accertarsi che gli allegati non contengano virus prima di aprirli. -...
2024 Mar 16
1
failing to get AD users (getent passwd DMYDOM\a-sdettmer)
Hi, after I setup one working Samba today, I tried to do exactly the same in another domain. I created a privileged debian12 container and installed samba. I have a MS Win driven AD (3 DCs). First I had not all in upper case in krb.conf. I learnt uppercase is needed and fixed it. To go sure I left domain, killed the container and started again from scratch (hope nothing is stored anywhere). I
2005 May 27
6
Samba and Windows ACL Issue
Hi all got a bit of and odd problem with ACL. Ive read up on a few bits in the samba howto and read some threads on here about it. Im not sure if this is a bug, something ive not done, doing wrong etc so anyone that could shed some light on it that would be great. Basically the windows box handles all user account processing and during creating a script for all this it will attempt to change the
2005 Oct 05
1
Ad: Re: R crashes for large formulas in lm() (PR#8180)
Dette er en melding med flere deler i MIME-format. --=_alternative 004613C000257091_= Content-Type: text/plain; charset="US-ASCII" And some more informastion I forgot. R does not crash if I write out the formula: set.seed(123) x1 <- runif(1000) x2 <- runif(1000) x3 <- runif(1000) x4...
2006 Mar 22
1
has_many :addresses, :as => :addressable
I just got the Rails Recipies and I''m looking the Recipe 17. class Person < ActiveRecord::Base has_many :addresses, :as => :addressable end class Company < ActiveRecord::Base has_many :addresses, :as => :addressable end class Address < ActiveRecord::Base belongs_to :addressable, :polymorphic => true end At the beggining I had some problems because
2006 Feb 02
1
SV: SV: usernames with capitals
...***************************************** Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der kun er beregnet for adressaten, og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse modtaget denne email, bedes De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak. *************************************************************************************************************************************** This email and any files transmitted with it may contain confidential information intended for the addressee(s) only. Th...
2005 May 22
1
Storing GPC and GPT
Is possible to store the Group Policy Container (GPC) on a OpenLDAP? Is possible to store the Group Policy Template (GPT) on a Samba share? The idea is to manage windows desktop policies using the new Win200x GPOs without using an Active Directory. Any other hints? Thanks --------------------- Gabriel Acquistapace CaFeLUG (Capital Federal GNU/Linux User Group) Buenos Aires, Argentina
2005 Oct 05
0
Ad: Re: R crashes for large formulas in lm() (PR#8180)
> From: Peter Dalgaard > > Hallgeir.Grinde at elkem.no writes: > > > Dette er en melding med flere deler i MIME-format. > > --=_alternative 004613C000257091_= > > Content-Type: text/plain; charset="US-ASCII" > > > > And some more informastion I forgot. > > R does not crash if I write out the formula: > > > > set.seed(1...
2011 Mar 01
2
bootstrap resampling question
Hello there, I have a problem concerning bootstrapping in R - especially focusing on the resampling part of it. I try to sum it up in a simplified way so that I would not confuse anybody. I have a small database consisting of 20 observations (basically numbers from 1 to 20, I mean: 1, 2, 3, 4, 5, ... 18, 19, 20). I would like to resample this database many times for the bootstrap process with
2006 Feb 01
2
usernames with capitals
...***************************************** Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der kun er beregnet for adressaten, og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse modtaget denne email, bedes De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak. *************************************************************************************************************************************** This email and any files transmitted with it may contain confidential information intended for the addressee(s) only. Th...
2005 May 22
2
samba with win xp home
Hi, sorry maybe this case has been already posted. I've a fedora core 3 system with following situation 2.6.11-1.14_FC3smp samba-common-3.0.14a-1 samba-3.0.14a-1 samba-client-3.0.14a-1 I have 2 clients win98 and 2 clients winxp home (sp2). I've a client pgm installed on the clients and it seems to work correctly. But if I try to copy few folders from my winxp clients to the shared
2006 Jul 27
4
roles based authentication
hi! im trying to implement a role based authentication in my project, but im writing too many conditions, and i think thats not the right way to proceed. i have search in google, but there are a lot of plugins and "tutorials", and they are always not similar, so i dont understand them. please could someone help me? maybe with a easy authentication or with a good/nice tutorial?
2005 May 22
2
some cannot join domain
Hi, I have some machines (winXP and win2k) that cannot join my domain. Others I have joined to the domain. I am using the smbldap-tools 0.8.9 with an add machine script as follows: add machine script = /usr/local/samba/sbin/smbldap-useradd -w "%u" The LDAP entity gets created with objectClasses top, inetOrgPerson, and posixAccount. My impression is that samba then comes
2011 Mar 17
2
changing the dimensions of a matrix in a real specific way
Hi again, I'd like to ask you a question again. I have a matrix like this: a <-matrix(c(1,2,3,4,5,6,7,8,9,10,11,12)) a [,1] [1,] 1 [2,] 2 [3,] 3 [4,] 4 [5,] 5 [6,] 6 [7,] 7 [8,] 8 [9,] 9 [10,] 10 [11,] 11 [12,] 12 Is there a proper way to change the dimensions of this matrix so that I'll get this as a result: [,1] [,2] [,3] [1,]
2011 Mar 08
1
creating additional column
Hello everybody, I have a little problem in good old R. It is basically the following. I have this small database with 3 rows and the following columns: d1, d2, d3 and Highest d value - which selects the highest value from d1, d2, d3 in each row. d1 d2 d3 Highest d value 1 51.398426 39.111721 11.6086220 51.398426 2 4.057801
2000 Dec 12
1
scp and filenames with weird characters
...\") would fix this, but my C-knowledge is non-existing. -- Stian S?iland - Trondheim, Norway - http://stain.portveien.to/ Uten forutg?ende varsel har utleier rett til ? tilintetgj?re illeluktende gjenstander - enten dette er mat eller andre ting. [Voll studentby] -------------- next part -------------- --- scp.c Tue Dec 12 17:36:30 2000 +++ /home/stain/scp.c Tue Dec 12 17:36:17 2000 @@ -387,7 +387,7 @@ host = strchr(argv[i], '@'); len = strlen(ssh_program) + strlen(argv[i]) + strlen(src) + (t...
2024 Mar 16
1
failing to get AD users (getent passwd DMYDOM\a-sdettmer)
On Sat, 16 Mar 2024 21:33:59 +0100 Steffen Dettmer via samba <samba at lists.samba.org> wrote: > Hi, > > after I setup one working Samba today, I tried to do exactly the same > in another domain. > I created a privileged debian12 container and installed samba. > I have a MS Win driven AD (3 DCs). First I had not all in upper case > in krb.conf. I learnt uppercase is
2006 Feb 02
2
SV: usernames with capitals
...***************************************** Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, der kun er beregnet for adressaten, og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en fejltagelse modtaget denne email, bedes De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand tak. *************************************************************************************************************************************** This email and any files transmitted with it may contain confidential information intended for the addressee(s) only. Th...
2011 Mar 21
1
recalling different data frames (the way you do in Excel VB)
Hello everyone, I'd like to ask you a question again, basically focusing on referring to different objects. Let's suppose we create the following databases this way: id <-c(1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3) a <-c(3,1,3,3,1,3,3,3,3,1,3,2,1,2,1,3,3,2,1,1,1,3,1,3,3,3,2,1,1,3) b <-c(3,2,1,1,1,1,1,1,1,1,1,2,1,3,2,1,1,1,2,1,3,1,2,2,1,3,3,2,3,2) c
2011 Mar 21
1
recalling different data frames (the way you do in Excel VB but now) in
Hello everyone, I'd like to ask you a question again, basically focusing on referring to different objects. Let's suppose we create the following databases this way: id <-c(1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3) a <-c(3,1,3,3,1,3,3,3,3,1,3,2,1,2,1,3,3,2,1,1,1,3,1,3,3,3,2,1,1,3) b <-c(3,2,1,1,1,1,1,1,1,1,1,2,1,3,2,1,1,1,2,1,3,1,2,2,1,3,3,2,3,2) c