Displaying 20 results from an estimated 86 matches for "uoguelph".
2016 Apr 08
5
how to manually specify domain controllers
...directory. Using DNS, sometimes both servers end up using the same domain controller to authenticate users. I would like to distribute the load to different DCs. Is there a way to manually point Samba to certain DCs?
I tried the following configuration:
security = ads
password server = dc05.cfs.uoguelph.ca
realm = cfs.uoguelph.ca
But after restarted the smb, nmb and winbind servers, the server is still using the old DC for authentication(not switching to dc05.cfs.uoguelph.ca). Any ideas?
Thanks!
Dennis Xu
2004 Jul 21
2
nonparametetric bivariate regression
...e the joint distribution of two variables as a function of some
covariates? Thanks a lot.
---------------------------------------------------
Ximing Wu
Department of Economics
University of Guelph
Guelph, Ontario, Canada, N1G 2W1
Tel: (519) 842-4120, ext 53014
Fax: (519) 763-8497
email: xiwu at uoguelph.ca
Webpage: http://www.uoguelph.ca/~xiwu/
2012 Aug 07
2
What is this called? lapply(datum,"[[","ColumnName")
...ately I don't know what subject or topic it is under and cannot look
it up in a book.
Thank you,
Kevin
Master of Science Student
Department of Food, Resource and Agricultural Economics
University of Guelph
Office: 519-824-4120 ext. 58528
Mobile: 226-979-2813
<http://fare.uoguelph.ca/users/kchang01>
http://fare.uoguelph.ca/users/kchang01
[[alternative HTML version deleted]]
2016 Apr 27
4
wbinfo -u and -g gives no output
...e thing is that I cloned this server from another server, and the original server does not have the "wbinfo -u" problem. Both servers have the exact same configurations..
Thanks.
----- Original Message -----
From: "Peter Bulin" <bulin.peter at gmail.com>
To: dxu at uoguelph.ca
Cc: "samba" <samba at lists.samba.org>
Sent: Wednesday, April 27, 2016 11:24:55 AM
Subject: Re: [Samba] wbinfo -u and -g gives no output
I had the same problem, for me setting : *"client ldap sasl wrapping =
plain" *helped.
On Wed, Apr 27, 2016 at 5:07 PM, Denni...
2016 Jun 08
1
wbinfo -u and -g gives no output
What version are you using?
I also had this problem with a security update of debian. I reported this to then and they fixed it. So if you are using debian, update to the latest version and see if this works
Op 8 jun. 2016 10:13 p.m. schreef Dennis Xu <dxu at uoguelph.ca>:
Hi, I am checking again if there are any other suggestions.
The Samba server is joined to AD successfully. I can authenticate a user using "wbinfo -a" but "wbinfo -u" and "wbinfo -g" commands give no output.
Any ideas?
Thanks.
----- Original Message ----...
2012 Jun 26
1
Storing whole regression results
...rices to individually store each regression coefficients one at a time.
Thank you,
Kevin
Master of Science Student | University of Guelph Department of Food,
Resource and Agricultural Economics
J.D. MacLachlan Building - Room 002 Guelph, ON N1G 2W1
Webpage: <http://fare.uoguelph.ca/users/kchang01>
http://fare.uoguelph.ca/users/kchang01
Email: <mailto:kchang01@uoguelph.ca> kchang01@uoguelph.ca
Mobile: 226-979-2813
[[alternative HTML version deleted]]
2016 Apr 29
4
wbinfo -u and -g gives no output
Also when I use "net ads search '(objectCategory=group)' sAMAccountName", I can see all the groups. But wbinfo -g gives nothing. wired!
----- Original Message -----
From: "Dennis Xu" <dxu at uoguelph.ca>
To: "Andreas Schamanek" <schamane at fam.tuwien.ac.at>
Cc: "samba" <samba at lists.samba.org>
Sent: Friday, April 29, 2016 4:01:36 PM
Subject: Re: [Samba] wbinfo -u and -g gives no output
Thanks Andreas for the reply.
Did "net cache flush" an...
2012 Mar 30
6
9-STABLE, ZFS, NFS, ggatec - suspected memory leak
Hi all,
Setup:
I'm running 2 machines (amd64, 16GB) with FreeBSD 9-STABLE (Mar 14 so
far) acting as NFS servers. They each serve 3 zpools (holding a single
zfs, hourly snapshots). The zpools each are 3-way mirrors of ggate
devices, each 2 TB, so 2 TB per zpool. Compression is "on" (to save
bandwith to the backend, compressratio around 1.05 to 1.15), atime is
off.
There is no
2016 Apr 11
0
how to manually specify domain controllers
...ent?
I use freeradius here; each of my DCs has freeradius installed and
configured to use the local samba server. But it's down to my radius
clients to pick the correct DC / radius server to authenticate against, if
I want to spread the load..
J
On 8 April 2016 at 21:19, Dennis Xu <dxu at uoguelph.ca> wrote:
> We have two Samba 4.2.3 servers with FreeRadius to authenticate wireless
> users against active directory. Using DNS, sometimes both servers end up
> using the same domain controller to authenticate users. I would like to
> distribute the load to different DCs. Is there...
2016 Jun 10
2
wbinfo -u and -g gives no output
...rch_args: ldap_search_with_timeout((&(objectCategory=group)(&(groupType:dn:1.2.840.113556.1.4.803:=-2147483648)(!(groupType:dn:1.2.840.113556.1.4.803:=1))))) -> Time limit exceeded
Any ideas about this?
Thanks.
----- Original Message -----
From: "Dennis Xu" <dxu at uoguelph.ca>
To: "Michael Adam" <obnox at samba.org>
Cc: "samba" <samba at lists.samba.org>
Sent: Thursday, June 9, 2016 2:02:04 PM
Subject: Re: [Samba] wbinfo -u and -g gives no output
>Note: the line 'idmap config ad' is not a correct samba option.
>...
2016 Apr 27
3
wbinfo -u and -g gives no output
I have Samba 4.2 on Redhat 7. "wbinfo -u" and "wbinfo -g" commands give no output and no error. I can authenticate using "wbinfo -a username".
Anyone knows what could be the problem?
Thanks.
2003 Jul 21
4
generate a series of fucntion
Hi there,
I want to generate a large amount of functions,
say f=function(x,t) exp(-t[1]-t[2]*g_1(x)-t[3]*g_2(1+x))
where g_1(x) and g_2(x) are from a long list of moments, such as x, x^2,
log(x), log(1+x) .. and so on.
Any suggestions on how to do this efficiently?
thanks a lot.
x.w
2006 Dec 23
0
[Fwd: [AGDG-LIST:428] Summer Course in Guelph]
-------- Original Message --------
Subject: [AGDG-LIST:428] Summer Course in Guelph
Date: Fri, 22 Dec 2006 09:12:24 -0500
From: Larry Schaeffer <lrs at uoguelph.ca>
Reply-To: lrs at uoguelph.ca
To: Animal Geneticist's Discussion <agdg-list at colostate.edu>
The Centre for Genetic Improvement of Livestock at the University of
Guelph is pleased
to announce a one week summer course entitled "Animal Breeding
Applications Using R" to be...
2006 Oct 21
0
[Fwd: [AGDG-LIST:405] R Computing Contest]
-------- Original Message --------
Subject: [AGDG-LIST:405] R Computing Contest
Date: Sat, 21 Oct 2006 12:08:13 -0400
From: Larry Schaeffer <lrs at uoguelph.ca>
Reply-To: lrs at uoguelph.ca
To: Animal Geneticist's Discussion <agdg-list at colostate.edu>
For those that are interested only:
R Computer Programming Challenge
Given: y = Factor A + Factor B + b1(Covariate1) + b2(Covariate2) + ...
+ bp(Covariate p) + animal + e
where y is a s...
2012 Dec 19
3
9-STABLE -> NFS -> NetAPP:
I'm running a few servers sitting on top of a NetAPP file server ? everything runs great, but periodically I'm getting:
nfs_getpages: error 13
vm_fault: pager read error, pid 11355 (https)
errors on my screen ? not always same pid ? the annoying part is that it seems to always affect the same jail that is running .. if I shutdown all jails on that physical server, everything shuts down
2016 Jun 10
0
wbinfo -u and -g gives no output
I had exact the same problem.
Try: client ldap sasl wrapping = plain in smb.conf
Op 10 jun. 2016 10:44 p.m. schreef Dennis Xu <dxu at uoguelph.ca>:
Hello,
I see this error when trying "wbinfo -g":
[2016/06/09 13:55:33.617151, 3, pid=11847, effective(0, 0), real(0, 0)] ../source3/libads/ldap.c:904(ads_do_paged_search_args)
ads_do_paged_search_args: ldap_search_with_timeout((&(objectCategory=group)(&(groupType:dn:1.2....
2003 Oct 02
6
how calculate mean for each group
Hello, R experts:
I got data like this:
group duplicate treatment
A Y 5
A Y 3
A N 6
B Y 2
B N 4
B Y 1
How to sort the data and calculate the average treatment value for each group
in two level of duplicate. Results like this:
group duplicate treatment
A Y 4
A N
2016 Jun 08
0
wbinfo -u and -g gives no output
...ba server is joined to AD successfully. I can authenticate a user using "wbinfo -a" but "wbinfo -u" and "wbinfo -g" commands give no output.
Any ideas?
Thanks.
----- Original Message -----
----- Original Message -----
From: "Dennis Xu" <dxu at uoguelph.ca>
To: "Andreas Schamanek" <schamane at fam.tuwien.ac.at>
Cc: "samba" <samba at lists.samba.org>
Sent: Friday, April 29, 2016 4:01:36 PM
Subject: Re: [Samba] wbinfo -u and -g gives no output
Thanks Andreas for the reply.
Did "net cache flush" an...
2004 Aug 24
2
how to set the number format to pure numeric?
Hello,
I want to export a numeric matrix in pure numeric format, i.e. I want
0.0001 to appear as "0.0001". But it seems the default setting for
write.table is scientific notation, i.e. it will appear as "1e-04". how to
set the number format to pure numeric? Thank you very much for your help.
cheers,
lichi shi
2009 Apr 11
2
transfer function model of time series
I need code to solve the example with attached data.
Rashmi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: final.pdf
Type: application/pdf
Size: 58608 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090410/735c2903/attachment-0002.pdf>
-------------- next part --------------
An embedded and charset-unspecified text was