Displaying 20 results from an estimated 102 matches for "tse".
Did you mean:
the
2003 Nov 12
1
samba 2.2.8 and win2k/tse
Summary:
We cannot connect multiple users from an win2K/tse box to a samba server
using password server authentication .
Details:
We have samba 2.2.8a on Sun Solaris , connected with an w2k/tse .
Samba has been configured to check user/password using an "password
server" on the network ( Domain PDC ) .
When the first user connect to the win2k/t...
2010 Feb 12
2
SAMBA and Windows 2008 TSE licence Server
Hi all!
I can't use the TSE licence server in Windows 2008 server. This Server
is member of my Samba Domain. My TSE licence server is actived and my
licences added, but when i want configure the TSE service and launch the
Licence diagnostic the diagnostic failed.
I think my problem is due to my Windows Server is not an Ac...
2010 Dec 17
1
Help for loop
...s
from the list maybe be empty, so, my loop needs to jump for the next
address.
My first shot look looks like working, but, after one night and half a dia,
it didn't finish. That I mean, much time for the task. Can somebody help
me?
Example, few address:
mysites <-c("
http://spce2010.tse.gov.br/spceweb.consulta.receitasdespesas2010/exportaReceitaCsvCandidato.action?sqCandidato=40000000613&sgUe=AM&cpfCnpjDoador=",
"
http://spce2010.tse.gov.br/spceweb.consulta.receitasdespesas2010/exportaReceitaCsvCandidato.action?sqCandidato=40000000620&sgUe=AM&cpfCnpjDoado...
2003 May 25
4
Call for help with Samba Printing and WinNT
Hi [Samba]s
This is a call for some generous people to try out the process of
installation of a Samba printer on WinNT and WinNT Terminal Server
Edition. I am working through Kurt Pfeifle's HOWTO on Printing and CUPS
printing in Samba 3.0, and finding some issues with NT/TSE. It would be
good if we had some confirmation or otherwise of these problems so that
Kurt can update his HOWTO (this is expected to appear in the
documentation for Samba 3.0). If someone can do the same for Win2000 and
WinME, it would be great ? although I expect that these will not present
any pro...
2008 Mar 31
1
3d plot
Hi,
I would like to have 3d plot, and I found that there is a command "scatterplot3d". x is V, y=sigmaV, and z=TSE (note: After some calculation, I update TSE). How could I do to have 3d plot I want?
V<-seq(1279,1280,,100)
sigmaV<-seq(0.28,0.29,,100)
TSE<-matrix(0, length(V),length(sigmaV))
ps: TSE[i,j] corresponds to V[i] and sigmaV[j].
Thanks,
Kate
[[alternative HTML version deleted]]
2009 Jul 17
6
Solving two nonlinear equations with two knowns
Dear R users,
I have two nonlinear equations, f1(x1,x2)=0 and f2(x1,x2)=0. I try to use optim command by minimize f1^2+f2^2 to find x1 and x2. I found the optimal solution changes when I change initial values. How to solve this?
BTW, I also try to use grid searching. But I have no information on ranges of x1 and x2, respectively.
Any suggestion to solve this question?
Thanks,
Kate
2003 Nov 20
0
Experienced Samba+Ldap+ACL in Windows TSE context ?
Hello list !
All is in the subject.
I'd like to have your opinion for such a migration.
We'd like to replace a Windows NT4 PDC wich authenticate TSE users in a
domain that contains ~250 users.
The backend would be an LDAP base and we would like to use ACL to
control access to the files.
Any return of informations ?
Thanks for your help.
--
Emmanuel Lesouef <e.lesouef@taika.fr>
2004 Feb 17
4
group problem on NT4 domain
...main> '@NT\Domain Users'
write list = NT\steven
the conf is simple but error occured. No one can access to shareA, a login
prompted out for user/pass. BTW, it has no problem at all if only use user
rather than group. Please kindly help or advise, thankyou.
Best Regards,
Steven Tse
2004 Feb 17
0
group problem on NT4 domain (revised)
revised to prevent confusion, sorry
-----Original Message-----
From: steven.TSE
Sent: Tuesday, February 17, 2004 3:30 PM
To: John H Terpstra
Cc: samba@lists.samba.org
Subject: RE: [Samba] group problem on NT4 domain
Yes, winbindd is running and nsswitch.conf is configured as:
passwd: file winbind
shadow: file
group: file winbind
smb.conf
=======
[global]
workgroup = NTDO...
2004 Jun 23
0
Slow response when using Msoffice
...g/samba/%m.log
wins server = 192.168.1.9, 192.168.1.55 ldap ssl = no idmap uid =
10000-20000 idmap gid = 10000-20000 template homedir = /public/home/%U
template shell = /bin/bash winbind cache time = 5 veto oplock files =
|.xls|.XLS|
Please help, thankyou very much.
Best Regards,
Steven Tse
Network Engineer - IT Department
Possehl Electronics (HongKong) Ltd
Tel: (852) 2942 0675
Email: <mailto:steven.tse@possehlelectronics.com.hk>
steven.tse@possehlelectronics.com.hk
2007 May 11
0
winbind authentication
...24 started.
Copyright The Samba Team 2000-2004
[2007/05/11 15:55:17, 0] nsswitch/winbindd_util.c:init_domain_list(518)
Could not fetch our SID - did we join?
[2007/05/11 15:55:17, 0] nsswitch/winbindd.c:main(1051)
unable to initalize domain list
My setup is :
Domain : ALPHALINK-44.FR
Kdc : TSE-44.ALPHALINK.FR
krb5.conf :
[libdefaults]
default_realm = ALPHALINK-44.FR
[realms]
ALPHALINK-44.FR = {
kdc = TSE-44.ALPHALINK-44.FR
}
[domain_realms]
.kerberos.server = ALPHALINK-44.FR
smb.conf :
[global]
realm = ALPHALINK-44.FR
workgroup = ALPHALINK...
2004 Dec 06
1
Gam() function in R
...ementations of gam() in R: one in `mgcv', which
is fairly different from that in `gam'. I'm guessing you're referring to
the one in `gam', but please remember to state which contributed package
you're using, along with version of R and OS.]
Cheers,
Andy
> From: Janice Tse
>
> Hi all,
>
> I'm a new user of R gam() function. I am wondering how do
> we decide on the
> smooth function to use?
> The general form is gam(y~s(x1,df=i)+s(x2,df=j).......) ,
> how do we decide
> on the degree freedom to use for each smoother, and if we sho...
2004 Jan 07
2
computer name instead of username?
Hi,
Since the "Failed to verify incoming ticket" problem on Samba3.0.1, I rolled
back to 3.0. All the authentication and connection jobs are done successfully
for 3.0, and this time clients able to browse to the Samba. However, I keep ask
for the username, password when I access to any of the shared folder. The log
of client shows:
[2004/01/06 17:44:50, 1]
2004 Apr 16
0
Re: My details
....
All credentials, including test scores, must be received no later than the deadline for the term to which you apply. The admissions committee will only review
complete applications. Incomplete applications will be denied.
You may, if you wish, submit photocopies of test scores such as TOEFL, TSE and GRE at the time of application. Please be aware that official copies from ETS will be required if your application is recommended for admission. This is the policy of the university and the department has not authority to waive the requirement.The Computer Science Department has no authority to...
2006 Jul 26
9
zfs questions from Sun customer
...anyone using fibre-channel storage
on somethink like IBM Shark or EMC Clariion will want multiple paths to
disk using either IBMsdd, EMCpower or Solaris native MPIO. Does ZFS
work with any of these fibre channel multipathing drivers?
Thanks for any assistance you can provide.
--
David Curtis - TSE Sun Microsystems
303-272-6628 Enterprise Services
david.curtis at sun.com OS / Installation Support
Monday to Friday 9:00 AM to 6:00 PM Mountain
2016 Jan 26
1
Snipe-IT ldap integration / Create read only user
...that the user, by default, will be created in
> 'CN=Users,DC=example,DC=com' not in 'DC=example,DC=com' as shown on
> the linked page
You may also add a GPO to prevent such users to log in by putting them
in a specific group and list it in « prevent local login »/« prevent TSE
login » (inaccurate translation)
Regards
2008 Oct 11
1
producing colour .eps output
I am using the following code to produce a graphic:
library(lattice)
postscript("figs%03d.eps", width = 6.0, height = 6.0,
?????????? horizontal = FALSE, onefile = FALSE, paper = "special")
xyplot(cases~yr|agrp*sex,data=data[tse==0 & expgrp==1,],
groups=source, pch=".", type="l",
?????? main="Exposure group 1, time since entry 0")
The resulting figure is in black and white and I can not seem to find a way to get colour output.
Any pointers gratefully received.
TIA
Richard
2003 Jun 11
0
Problem running a 32 bit console app
I get the following message when trying to run sc32.exe from the Semware
Editor TSE/Pro32.
winevdm: can't exec 'F:\download\tse\sc32.exe': error=21
This happens when run via wine and wineconsole
This happens when sc32.exe is compiled with Borland's 5.0 compiler.
I have several 32 bit console apps that run just fine when compiled with
Borland's 5.5 compiler....
2002 Feb 22
1
Outlook XP/2002 with Samba
Please help,
We've searched high and low for a solution, but nothing. We're upgrading
our Office 2000 to Office XP on Metaframe 1.8/NT TSE. We use a Samba 2.0.7
and 2.2.2 on Solaris 2.6 and 2.8 respectively. Both are disallowing the
user to write to their outlook.pst file. What's more, we can compact the
PST file, but ONLY OUTSIDE of outlook (example, right clicking on properties
of Outlook icon). We can even delete messages in...
2005 Apr 27
1
NT_STATUS_LOGON_FAILURE after a while
Hello everybody,
we have a simple file server running samba. (no ldap, etc).
The samba version is 3.0.11 running on fedora core1.
We access it from NT4 (TSE + Citrix), XP, Win9X and Linux.
When we start smbd, all works fine, everybody can conntect to the file
server
to mount the shares without any problems.
After a while, nobody can connect to the server, smbd always answer
NT_STATUS_LOGON_FAILURE.
But, previously established connections still work s...