Displaying 20 results from an estimated 11000 matches similar to: "Access Windows 2003 Machine Accounts for ADS group policy software deployment"
2012 Nov 26
1
Help on function please
Dear All,
I could use a bit of help here, this function is hard to figure out (for me at least) I have the following so far:
PKindex<-data.frame(Subject=c(1),time=c(1,2,3,4,6,10,12),conc=c(32,28,25,22,18,14,11))
Dose<-200
Tinf <-0.5
defun<- function(time, y, parms) {
dCpdt <- -parms["kel"] * y[1]
list(dCpdt)
}
modfun <- function(time,kel, Vd) {
out <-
2005 Dec 05
1
how to save output all together
Dear R users:
I have a problem about catch the value from function.
I have following two functions (part):
sbolus1 <- function()
{
.......
for( i in 1:Subject) {
kel<-par1
Vd<-par2
PKindex<-sbolus1.out(PKtime,kel,Vd,defun,par1,par2,Dose,i)
}
savefile(PKindex)
}
sbolus1.out<-function(PKtime,kel,Vd,defun,par1,par2,Dose,i)
{
time<-PKtime$time
2015 Apr 29
0
Cannot authenticate the administrator account
On 28/04/15 22:41, Mike wrote:
> I wanted to follow up to the list in hopes it will help others with similar
> configuration.
> Per previous posts --
> OS: CentOS 7.153
> Samba: Version 4.1.17-SerNet-RedHat-11.el7
> Samba provisioned to act as: AD DC following Samba Wiki: Samba AD DC HOWTO
> Samba Internal DNS daemon deployed.
>
> 1. Disable selinux. Unless you have
2005 Nov 17
1
[Bug 1120] sftp deletes files if destination==source and client==server
http://bugzilla.mindrot.org/show_bug.cgi?id=1120
Summary: sftp deletes files if destination==source and
client==server
Product: Portable OpenSSH
Version: 3.9p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: sftp
AssignedTo: bitbucket at
2010 Jun 13
1
losing line of mtext when saving to png format
I have a simple graph (oode below) which looks fine on the screen but when
I save it in png format the title (actually the last mtext line) is cut off.
I am pretty sure that I am doing something very stupid but
other than playing around with the png height and width commands which don't seem to help I have no idea of what to look for.
Any suggestions or cures would be appreciated.
Thanks
2003 Nov 07
0
Samba <- Winbind -> Windows 2003 ADS Questions
Hi everyone,
I'm relatively new to Samba - at least for more in-depth installations.
Big Thank-You from my company to the brilliant developers responsible for
this software. We have our Samba server integrated with our Windows 2003
AD domain users via Winbind - a working installation with some issues
described below. getent passwd works as the many docs show (one entry
below):
2003 Nov 01
0
@ERROR: access denied / using rsync 2.5.6 over SSH on Solaris
Dear list members,
this is very similar to a problem which has been discussed last summer
on the list, but there was no final solution then (as far as I could
follow the thread of messages). Would you please take a look at my
problem, to see if I'm missing something?
Here is the useful data:
* Purpose: using rsync over SSH as a non-anonymous file server to
transfer files between two
2011 Apr 22
0
question on register and dnsmgr_lookup
I "thought" I has everything using IP addresses.
I am not making "outside" calls this is all internal.
I have a connection between two machines both running asterisk.
I am using 1.8.3 and I see a lot of dnsmgr_lookup's for "mymachine".
I have a register line in sip.conf that is the only place mymachine is
referenced.
the actual definition for host= is the IP
2007 Nov 01
2
Nodes and defaults question
Hi there,
If I have a manifest with, say:
node default { ..stuff.. }
node mymachine { ..stuff.. }
What would happen on mymachine: will the stuff in default be executed
*as well as* the stuff in default, or only the stuff in mymachine?
And, if the latter, should I move global stuff just to global scope
outside of nodes?
Thanks
-Iwan
2003 Jul 12
0
Samba-2.2.8a & LDAP - Can't join Domain - SID mapping error
Hi everyone,
I am at my wits end and am hoping one of you can help me out.
I am getting the following error when attempting to join Windows XP/2000 machine to the domain:
"The following error occurred attempting to join the domain "MY_DOMAIN"
No mapping between account names and security IDs was done.
Running Gentoo Linux
Samba 2.2.8a
OpenLDAP 2.0.27
I performed the
2008 Aug 05
0
Problem joining to AD domain
Hi all
I am running Fedora 9 , with Samba 3.2. I have problems joining my machine to
the domain.
[root@mymachine samba]# net join -U admin -S <PDC>
Enter admin's password:
Enter MYMACHINE$'s password:
Could not connect to server <PDC>
The username or password was not correct.
Connection failed: NT_STATUS_LOGON_FAILURE
Unable to join domain <MYDOM>
[root@mymachine
2015 Apr 28
2
Cannot authenticate the administrator account
I wanted to follow up to the list in hopes it will help others with similar
configuration.
Per previous posts --
OS: CentOS 7.153
Samba: Version 4.1.17-SerNet-RedHat-11.el7
Samba provisioned to act as: AD DC following Samba Wiki: Samba AD DC HOWTO
Samba Internal DNS daemon deployed.
1. Disable selinux. Unless you have a solid understanding of how to
configure it for your environment, please
2005 Jan 19
1
samba -cups
hello
I try to manage a printer (Apple Lawerwriter 16/600 ) with cups but without
succes !!!
with cups web interface :
I "add a printer":
device = LPD/LPR Host or Printer
URI= lpd://mymachine/lp
Type= Apple
Model = Apple LaserWriter16/600 Foomatic/Postscript (Recommended)(en)
I try to print a testpage but without succes
- 'mymachine' is either in my dns and my /etc/hosts
2010 Jan 06
0
[LLVMdev] something wrong with .ll file?
On Jan 6, 2010, at 1:12 PM, fima rabin wrote:
> I am trying to compile a little intrinsic function for my machine. Here is a dump from clang-cc with --emit-llvm option:
> =====================
>
> ; ModuleID = 'foo.c'
> target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
>
2010 Jan 06
2
[LLVMdev] something wrong with .ll file?
I am trying to compile a little intrinsic function for my machine. Here is a dump from clang-cc with --emit-llvm option:
=====================
; ModuleID = 'foo.c'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-pc-linux-gnu"
@main.i = internal global i32
2004 Dec 15
0
Win2003 ADS group membership: * varying * delay getting access to shares
User A is a member of Global Group Public in Windows 2003 Active Directory. Global Group
Maintenance is a member of Domain Local Group Maintenance. Domain Local Group Maintenance is
afforded access to Linux directory /home/maint with this smb.conf share definition:
[maintenance]
comment = Maintenance Share
valid users = "MYDOMAIN+Pulaski - Maintenance - DLoc"
2009 Jul 07
1
[LLVMdev] LLVM code target dependent generator question
Hello,
I am new to LLVM and I am not sure whether I am writing to the right distribution list or not. Please let me know if this is not the right distribution list.
Question:
- I am having hard time lowering ADD instructions for different purposes. Basically, I want to have different machine instruction for pointer addition vs scalar addition. I am having hard time mapping LLVM add to my machine
2012 May 26
3
How to measure level of similarity of two data frames
Hi group,
I've been thinking of calculating euclidean distance between each column of
a data frames that each consists of standardized numerical columns.
However, I don't know if there's a way of summarizing the overall distance
by some kind of metrics. If anyone know a proper way of doing so and/or a
package I would greatly appreciate your suggestions. Thanks very much!
Kel
--
2009 Jul 07
0
[LLVMdev] LLVM code target dependent generator question
Hello,
I am new to LLVM and I am not sure whether I am writing to the right distribution list or not. Please let me know if this is not the right distribution list.
Question:
- I am having hard time lowering ADD instructions for different purposes. Basically, I want to have different machine instruction for pointer addition vs scalar addition. I am having hard time mapping LLVM add to my machine
2000 Dec 23
1
OpenSSH-2.3.0p1 patch for yet another F-secure version
Hi,
Here's a problem in openssh, some logs,
and a very minor patch that cures this:
Issue: (open)ssh client WILL NOT talk to F secure SSH-2.0-2.1.0pl2
client S/W version: openssh-2.3.0p1
client O/S version: SunOS 5.7 Generic_106541-11 sun4u sparc
server S/W version: SSH-2.0-2.1.0pl2
server O/S version: SunOS 5.7 Generic_106541-11 sun4u sparc
Log/Details:
: % telnet <mymachine> 22