similar to: Samba, LDAP, PDC and udding users

Displaying 20 results from an estimated 10000 matches similar to: "Samba, LDAP, PDC and udding users"

2010 Feb 12
1
popbio and stochastic lambda calculation
Hello R users, I am trying to calculate the stochastic lambda for a published matrix population model using the popbio package. Unfortunately, I have been unable to match the published results. Can anyone tell me whether this is due to slightly different methods being used, or have I gone wrong somewhere in my code? Could the answer be as simple as comparing deterministic lambdas to
2004 Oct 29
1
as.list.matrix
I found the need of converting a matrix into a list of its columns (for use with do.call), and was surprised there was no method as.list.matrix, it could easily be a part of as.list default I wrote my.as.list.matrix <- function(mat) { if(!is.matrix(mat))stop("Argument must be a matrix") n <- NCOL(mat) res <- vector(mode="list", length=n)
2002 Jun 22
3
Samba PDC + Winbind
Hello all. First, a little background... I recently downloaded samba-*-ldap-2.2.5-2mdk , installed on Mandrake 8.2 and got everything working fine. I have LDAP installed for "single sign-on" support. I can use LDAP to authenticate other Linux boxes, and have Samba as a PDC for some Win2000 boxes - all working fine. Linux users are the same as PDC users, except for their passwords
2016 Mar 15
8
overview zlib efficiency?
Hi, may be someone has already done that: Do you have a script(?) tool which shows the efficiency of the mail compression if zlib is used? Something that shows the uncompressed size vrs. the compressed. Thanks for hints! /G?tz -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5571 bytes Desc: S/MIME
2007 Oct 10
1
Deleting for() loop in function
Dear UseRs, I wrote following function in order to solve Data Envelopment Analysis. Reason for posting is that the function is slow when nrow(dat) is large. I wonder if other functions could substitute the for() loop in the code, such as mapply(). Can anybody help to rewrite the dea() function as efficiently as possible? The code is as follows:
2009 Jan 28
4
difference in x86 64 bit centos between 4.x and 5.x versions
i am new to the x86 64 bit centos versions. ive always used the 32 bit version on industrial type HP hardware for those of you that are running x86 64 bit centos, other than specific hardware issues, are you finding that 5.x centos is better than 4.x centos for x86 64 bit processing? does it matter in the amd vrs intel hardware differences what you choose to use for centos version? other
2005 Jun 29
1
with CentOS 4, and certain RAM, what specific kernel then?
greetings how about some more of that practical CentOS stuff like amount of RAM vrs specific kernel info... im sure it is in a doc somewhere yet can someone enlighten... in all cases running latest" CentOS 4.... and since we all know when we have more than one processor, it is easy to choose SMP or not... and most of us can tell if we are i386, i586, i686, AMD whatever, Opteron etc...
2006 Nov 08
1
noarch concerns? dangers?
Please share some wisdom from the list... :-) Realistically there is some type of difference between an rpm made for an arch (like i386 or x86_64 etc) vrs an rpm with noarch I was just looking at and downloaded these two from dag perl-Archive-Tar-1.30-1.el4.rf.noarch.rpm perl-IO-Zlib-1.04-1.2.el4.rf.noarch.rpm they are the latest and are not assigned to an architecture there are older rpms of
2001 Nov 17
1
[PATCH] Re: Kerberos support for portable
> FWIW, here are further patches which allow openssh-3.0p1 to work > with paleo-MIT Kerberos5 1.0.6, more or less (more with tickets > and less with the auth_krb5_password {get,verify}_init_creds stuff). Thanks for these. Unfortunately, your vrs patches seem to be based on an earlier version of my patch than the one you're bundling. In particular, your patch adds back in the
2003 Jan 27
1
NT PDC to Samba PDC migration
Hi all, I read a few posts a while back from people who were trying to get this done. Has anyone succeeded in doing a transparent (or an as-close-to-as-possible) migration of an NT4 PDC to a Samba PDC? I know it entails stuff like snatching the passwords with pwdump or the like, and importing them into smbpasswd/LDAP, and toying around with RID's/SID's for the new PDC to make it look
2002 Dec 15
2
PAM, PDC and Winbind
Hello all, I currently have the following setup working nicely: A Samba PDC, with LDAP-SAM, syncs passwords between LDAP and Samba (and /etc/shadow when appropriate) correctly - either when changing them through Samba (samba has PAM support enabled and working) or through normal Unix mechanisms (/usr/bin/passwd, using pam_smbpass, pam_ldap, etc.). Several other Linux machines, running Samba,
2002 Nov 25
0
Possible PDC security hole r
Diego, When a NT-class or any Win9X based machine is not officially part of a domain, they can still utilize the domain resources as long as there is a user account that has permission to utilize the domain. When not part of the domain, the client machine will treat the domain as a workgroup and EVERY client request will go through the validation process. When connected to the
2003 Jan 27
2
NT PDC to Samba PDC migratio
I thought that it was quite impossible to do that due to the Domain SID as well as the SAM list that currently Samba is unable to retrieve. (Not that it would have helped me any, since our old NT 4.0 PDC took a major Hardware failure.) How would one duplicate the SID, is that possible with 'smbpasswd -S' from the new Samba DC? Regards, Robert Adkins II IT Manager/Buyer Impel
2003 Mar 14
1
LDAP Replication
>From Google searches, it seems that using SAMBA 2.2.7 + Open LDAP on Linux patched for POSIX ACL support delivers a functional PDC/BDC pair, and that directory replication can take place automatically once set up. Could someone please confirm that this actually works? The background to this issue is that we are moving a large number of NT4 file servers to a LINUX platform, but need to keep
2016 Mar 16
2
overview zlib efficiency? Summary and added note
Hi, use "doveadm" to get all real message doveadm -f table fetch -A "size.physical" ALL | awk '{s+=$2}END{printf("%.2fMB\n", s/1024/1024);}' 189247.67MB .. 185G use "du" to get size on disc: In my case with deduplication: /srv/stroage/# du -s -h * 53G vmail 75G vmail_sis without deduplication /srv/stroage/# du -s -h -l * 53G
2010 May 31
4
building rpy against lenny-cran
Hi. On all of my machines, except for a netbook cursed with the GMA500 chipset, the R packages are synced to lenny-cran. I have been using rpy in a chroot using the official lenny R packages (2.7.1) given that i have not been able to find compatible rpy deb packages to work with lenny-cran. I am able to build the rpy deb package from source in a 32-bit lenny chroot (with the stock R packages)
2009 Nov 12
1
trap window pop up when running 'bugs' in R
Hi, I'm writing to ask what is the reason that a Trap window always pops up in WinBUGS? I'm tring to run the function 'bugs' in R for a zero-inflated gaussian model. The contents appear in the Trap window is as follows: *incompatible copy BugsCmds.TextError [000003A1H] .beg INTEGER 1636169112 .end INTEGER 16861596 .name ARRAY 256 OF CHAR
2014 Nov 03
0
RFC: new variable battery.status (was: [PATCH] upscode2: Report ABM Status)
Hi, Am 13.02.2012 um 18:58 schrieb Arnaud Quette: > 2012/2/6 thomas schorpp <thomas.schorpp at googlemail.com>: >> Hi, > > Hi Thomas, > >> I want the driver report the battery status from ABM charging controllers >> -patch attached- : > > For now, I've tracked your patch here: >
2008 Dec 16
0
FossCamp / UDS feedback and 2.4 roadmap update
Just back from the FossCamp / Ubuntu Developer Summit, at the Googleplex. great peoples, great place, great ideas... Ubuntu Community and Canonical guys are amazing! we have had a lot of presentations and discussions, on many subjects, either upstream (like NUT itself) or the distro integration. and we've had a lot of fun too ^_^ thanks again to Canonical and Nick for inviting the
2002 Jun 23
2
SAMBA + LDAP Single Signon Achieved
Hello all!! I have partially achieved full single-signon, synched passwords with Samba 2.2.5 and OpenLDAP 2.0.25 on Mandrake 8.2. I can change my PDC password from a Win2K box and it synchs the Linux/Unix/LDAP password correctly. I can change my password from Linux using 'passwd' and it synchs the PDC password. Samba is the PDC, and uses LDAP as the smbpasswd backend. This all works