search for: iliev

Displaying 7 results from an estimated 7 matches for "iliev".

2003 Jul 10
1
AW: authentication from win2k DC
...ain administration of the win2k side... What type of account should the machine have in the win2k domain in order domain authentication to be able to work ? Tks, Ilko -----Urspr?ngliche Nachricht----- Von: John H Terpstra [mailto:jht@samba.org] Gesendet: Wednesday, July 09, 2003 3:34 PM An: Ilko Iliev Cc: samba@lists.samba.org Betreff: Re: [Samba] authentication from win2k DC On Wed, 9 Jul 2003, Ilko Iliev wrote: > Hi, > > I've followed the instructions in the chapter 8 of the documentation to > connect my AIX 4.3.3 machine with Samba 2.2.8.1 (taken from bull as > binary for...
2003 Jul 09
1
authentication from win2k DC
...level = 3 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 netbios name = ccdev1 A note: with winbind a list of the domain groups and users can be obtained from the samba server using winfo -u and winfo -g Any help will be appreciated ! Tks, Ilko Dipl.-Ing. Ilko ILIEV application developer CureComp IT-Solutions GmbH Hafenstr. 47-51 A-4040 Linz, Austria Tel : +43-(0)70-9015-5562 Fax : +43-(0)70-9015-5579 Mobile: +43-(0)664-8209556 mailto: <mailto:i.iliev@curecomp.com> i.iliev@curecomp.com <http://www.curecomp.com> www.curecomp.com, <http:...
2004 Mar 09
4
aic calculation
hello, could somebody refer me to the reason R uses -2*loglik + 2*(#param)+2 to calculate AIC? thank you -- Stoyan Iliev
2010 Nov 18
1
Mustek PowerMust 600 USB on Gentoo
...ce busy) Successfully reconnected Startup timer elapsed, continuing... dmesg outputs a lot of similar messages for the megatec_usb process: usb 4-2: usbfs: process 20311 (megatec_usb) did not claim interface 0 before use Can you please advise me what can I try to get NUT working? Regards, Hristo Iliev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20101118/66e26415/attachment.htm>
2002 Oct 26
2
Fortran
Hello everybody, Could someone please send me a very simple example using Fortran from R? Say pass a value to an executable and get the result in R. Actually it seems it may be possible to call an *.f file ?? or I am wrong again? The manual is very terse on the subject. Thank you very much Stephen Elijah -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2009 May 13
0
Recaptcha plugin problem
...author, :comment, :message => ''required'' validate :check_captcha def check_captcha if not verify_recaptcha(:private_key => ''aaaaaaaaaaa'') errors.add(:title, ''def error''); end end end Please someone help 10x in adance, Ilian Iliev
2009 Apr 06
9
setup method in functional tests and instance variables
I have the following in my functional test file. class UserControllerTest < ActionController::TestCase fixtures :users def setup @controller = UserController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new @invalid_user = user(:invalid_user) @valid_user = users(:valid_user) end def test_login_success