similar to: sambaLogonTime?

Displaying 20 results from an estimated 400 matches similar to: "sambaLogonTime?"

2005 Oct 18
2
Domain Admins can't modify ldapsam entries
Domain Admins are not allowed to modify the ldapsam database via usrmgr. lib/smbldap.c: smbldap_open: cannot access LDAP when not root.. Is this by design? G?nter Gersdorf -- Guenter Gersdorf Phone: +49/(0)531/391-7634 Inst. f. Werkzeugmaschinen Fax: -5842 und Fertigungstechnik, TU Braunschweig E-Mail: G.Gersdorf@tu-bs.de
2005 Oct 18
0
Can't delete users which have the displayName attribute in ldapsam
Hi, i just migrated my NT Domain to samba (3.0.20) with ldapsam. Now, when i try to delete a user via usrmgr, i get an 'access denied' error. The log says: Object class violation (attribute 'displayName' not allowed) And thats true. I have 'ldap delete dn = no' in the configfile, and hence only some attributes are deleted. The list of these attributes is in lib/smbldap.c,
2010 Mar 16
2
R-Documentation including an image?
Dear List Members, I was wondering if there's a way to include an image in a .Rd file, something like \img{} In http://cran.r-project.org/doc/manuals/R-exts.html#Documenting-packages nothing's mentioned regarding images (besides the image of the workspace) Is there a way to include an image? Thanks in advance, Thomas -- Dipl.-Ing. Thomas Roth (geb. Kaliwe) Technische Universitaet
2011 Nov 09
1
path.diagram in SEM--display covariances without variances
Forgive me if I'm posting to the wrong place....It's my first time posting. Here's the situation: I'm using the sem package and making path diagrams using path.diagrams. Suppose I have the following code: #install.packages("ggm") require(ggm) cor = rcorr(7) nm = c("SOF", "IWF", "PWF", "FSC", "FSF", "EF",
2006 Mar 16
0
World 2006 - Register for the SECNAP and MIS Training Institute Discount!
InfoSec World(tm) Conference and Expo 2006 April 3-5, 2006 Vendor Expo: April 3 & 4 Optional Workshops: April 1, 2, 5, 6, & 7 Disney's Coronado Springs Resort / Orlando, FL http://www.misti.com/InfoSecWorld SPECIAL OFFER! SECNAP Network Security Corp. and MIS Training Institute would like to offer you 10% OFF of the regular undiscounted conference fee of $1495 to attend
2004 Sep 17
1
background lpq update not working
I'm using several 'netbios aliases' with my server, only one of them offers the printers. In this enviroment, the new background lpq update, indroduced in 3.0.6, does not work correctly. I think, this happens, because the sending and the receiving process has different lists of services, so the service number could not correctly recognized. As a workaround, i changed
2004 Oct 25
1
cups related error messages
I'm using Samba 3.0.7 with the printername_and_queue_update.patch (http://samba.org/~jerry/patches/post-3.0.7) from Jerry and cups as the print spooler. For every printer, where the samba printername and the cups printer name differs, i get errormessages like the following: [2004/10/25 16:30:00, 0] printing/print_cups.c:cups_queue_get(900) Unable to get jobs for
2010 Sep 22
2
Modelo de Brunner-Langer para medidas repetidas..?
Alguien conoce este un test no paramétrico que se llama de Brunner-Langer model para dependent data, también conocido como modelo longitudinal? Intuyo que es como un Friedman pero que admite algún efecto fijo. Graccie mile. -- Antonio Maurandi López Universidad de Murcia Edif. CAID. Campus de Espinardo. 30100 Murcia @. amaurandi en um.es T. 868 88 7315 F. 868 88 7302 www.um.es/sai
2009 Jul 17
1
Using instant rails to roll-out rails applications
I''am curious, if there is a convenient way, to use instantrails in order to roll-out rails application for the local installation on machines without internet access. We''ve the following scenario: We''ve written a rails application which is available online. Now we would like to enable clients to use the application offline. We''ve written an import/export
2011 Jan 29
1
Basic Help with Zoo objects and trading days
All, I have been just recently working with zoo objects for trading systems. Can someone please help with these basic questions? Given a daily time series downloaded using get.hist.quote() from the tseries package, ie...... startDate= as.Date("2000-01-01") endDate= as.Date("2011-01-29") frequency= 'd' s= get.hist.quote('IWF', start= startDate, end=
1998 Dec 11
5
Disabling storeing of cached profiles?
Hello! I know that this is not samba related, but may be some one knows a quick answer: When using profiles, stored on a well running samba-2.0.0beta2 PDC, the NT PC's cache the profile during a user session. As this profile is not deleted on the PC and we have a lot of users with only few PC's we need a lot of diskspace for this old profiles. Is there a way (Registry Key, ..) that
2009 Apr 24
1
memory.limit(): Typo in Windows NEWS and function returns a "disregarded" error
Dear list subscriber (R-Core), there is a minor typo in the Windows specific NEWS for R 2.9.0: http://cran.at.r-project.org/bin/windows/base/CHANGES.R-2.9.0 There is no function 'memory.limits() but memory.limit() (see below). Secondly, I am kind of irritated by the function's behaviour. It returns an Error, but as it seems the memory limit is set according to the numeric value for
2009 Nov 11
1
Sweave() within a function: objects not found
Dear list subscriber, suppose, I do have a minimal Sweave file 'test.Rnw': \documentclass{article} \begin{document} <<printx>>= x @ \end{document} Within R, I define the following function: f <- function(x){ Sweave("test.Rnw") } The call: f(x = 1:10) results in the following error message: > f(x = 1:10) Writing to file test.tex Processing code chunks
2011 Apr 21
3
R CMD Sweave versus Sweave() on Windows
Dear list subscriber, I am quite puzzled by the behaviour of processing Sweave files within an R session, i.e. Sweave("foo.Rnw") versus R CMD Sweave foo.Rnw In the former the environmental variable 'SWEAVE_STYLEPATH_DEFAULT = TRUE' is obeyed (this is set in etc/Renviron.site as well as under the users home directory in .Renviron). That is the hard-coded path to Sweave.sty is
2017 Nov 24
0
Using bartMachine with the caret package
Dave Langer in this video https://www.youtube.com/watch?v=z8PRU46I3NY uses the titanic data as an example of using caret to create xgbTree models. The caret train() function has a tuneGrid parameter which takes a list set up like so: tune.grid <- expand.grid(eta = c(0.05, 0.075, 0.1), nrounds = c(50, 75, 100), max_depth = 6:8,
2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
Dear list-member, I am currently developing a package with S4 classes. The NAMESPACE and DESCRIPTION is printed below. Within this package I have set a method "residuals" for two classes. In version 2.8.1 these two are reported whereas in R-Devel (2009-01-28 r47766). What have I missed? What has changed and how can I rectify the issue? Your help and pointers are welcome. For 2.8.1:
2007 Apr 27
1
Problem with formatted xtable in R 2.5.0
Dear R-Devel subscriber, I encountered the following problem for tex-formatted table with xtable(). Suppose I do want the following matrix as a table in LaTeX: library(xtable) a11 <- "\\color{green}\\textbf{big green}" a21 <- "\\color{red}\\textbf{big red}" a12 <- "\\color{green}green" a22 <- "\\color{red}red" A <- matrix(c(a11, a21, a12,
2006 Mar 10
0
Cannot Join Domain: Username could not be found
Hello, it's me again. Some friends asked for slapcat outputs as I remember. I arrived to office and I got'em & posting here if you can help me it'll be very appreciated. Thanks in advance ---==system log taken during login try==--- Mar 10 15:21:29 Storm slapd[5841]: @(#) $OpenLDAP: slapd 2.2.27 (Sep 9 2005 17:48:51) $
2013 Jun 16
2
MOH don't work after update
Hi we have a small problems. We have a Asterisk 1.6.1 old server with music on old. we have updated to AsteriskNow 11.4.0 and now, when we want play sound, we have a errors: -- Executing [334xx at Accueil_HNO:2] BackGround("SIP/SIP000005-0000000c", "Fermeture") in new stack [Jun 16 07:35:06] WARNING[7634][C-00000006]: file.c:701 ast_openstream_full: File Fermeture does
2016 Dec 23
0
Cannot connect to Samab
first keep your mail on the list and only the list it makes me tired when people deliver denugging infos in pieces - what about "telnet host port" - what makes you sure that a low level connection even works and no firefwall or whatever device blocks the connection and as long that is not clear any other debugging is useless and i still don't get why in the world don't you