similar to: Result of "net rpc user info" differents from "net ads user info"?

Displaying 20 results from an estimated 400 matches similar to: "Result of "net rpc user info" differents from "net ads user info"?"

2005 Jun 27
0
AW: CIFS & Gigabit Eth - 35MB/sec limit
Hy possible that it is a setting in the registry. See ftp://ftp.microsoft.com/bussys/winnt/winnt-docs/papers/ I'can't connect to the link (ftp is blockt at our site) but you houl'd see some information. if blockspace from your ehternetcard is less then 9.6 microseconds, you can run in problems. hope you'll find something cheers peter >>-----Urspr?ngliche Nachricht-----
2013 Feb 02
1
Why replacement has length zero? And How can I fix it?
Hi for the loop section runif needs curved brackets Try IAP <-NA for (i in 1:Sample.Size){ if (DataSet$SES[i]>0) { IAP[i] <- ifelse(runif(1)>0.75, 1, 0) # High SES, higher chance to be in Treatment # } else { IAP[i] <- ifelse(runif(1)<=0.25, 1, 0) # Low SES, lower chance to be in Treatment # } } # End loop # IAP IAP zjiaqi19880219 wrote > Hi,
2005 Jun 23
1
CIFS & Gigabit Eth - 35MB/sec limit
Hi honorable people! In self-education purposes only, I would like to ask is 35 Mbytes/sec bandwidth limitation of SMB/CIFS in Gigabit applications? I've try read large file (45GB) from server to client's dev/nul and don't get bandwidth greater than specified... But, using FTP or NFS I get REAL stable read speed at 80 MB/sec! Same picture in synthetic TCP tests. Why while SMB in
2005 May 04
2
exop vs md5
WHat is the significance to Samba of pam_password exop vs pam_password md5 in ldap.conf? The reason I ask is that, wherever possible, I prefer to use the vendor supplied tools for manipulating config files. With Fedora 3 it's system-config-authentication and it doesn't give you the option of exop. You either enable MD5, which puts pam_password md5 in ldap.conf, or disable it, which puts
2003 Sep 25
2
can't read attachments using javamail with dovecot
Dear folks, this might be a java-bug, but it seems to occur only when connecting to dovecot-IMAP. UW and Cyrus-ditto works, while when I try to read attachments (base64), I get slapped in the face with this: java.lang.NullPointerException at com.sun.mail.iap.Response.parse(Response.java:99) at com.sun.mail.iap.Response.<init>(Response.java:68) at
2018 Aug 15
0
CentOS Digest, Vol 163, Issue 10
the thread seams to have dead out or gone from rdadmin login prassword reset to user login on centos I dumped mysql to find the password but can't find it with this comand $mysql dump -u rduser -p Rivendell > resetpass.sql i am useing rduser to run airplay but I can't get into config part of rdadmin which rdadmin controls the paramiter to set the rduser program like rdairplay,
2023 Oct 10
1
Problem with compatible library versions
On the github website I have reported several bugs with new versions of the tidyverse group (probably dplyr) which prevent me from using R normally. I wanted to go back to older versions but this seems not bo be easy. I downloaded R 4.1.2. and Rtools 40 but the library versions installed are still the newest ones. I was able to install dplyr 1.0.7. manually but there are error messages on
2012 Dec 19
0
[LLVMdev] question about printAliasInstr
I am considering using MipsInstPrinter::printAliasInstr, which is auto-generated in MipsGenAsmWriter.inc, to print assembly idioms defined as instruction aliases. For example, an instruction which used to be printed as "nor $1, $2, $zero" can be printed as "not $1, $2" This is nice because it makes the code printed by code-gen or disassembler more readable. However, the
2003 May 15
2
smbclient -c options
I'm trying to get a recursive file listing with smbclient: smbclient //host/share -Uusername%password -c "ls -alFR" But I get an error: NT_STATUS_NO_SUCH_FILE listing \-alFR Evidently, smbclient thinks I'm asking for a file mask. Is there a way to get a recursive file listing on a samba share so I can pipe it to wc -l for a file count? Ideally, I'd like to: (This won't
2023 Oct 11
2
Problem with compatible library versions
There is a fairly straightforward way to load older versions of packages, and that is to use the 'groundhog' package. As the first sentence of https://groundhogr.com/ puts it: Make your R scripts reproducible by replacing library(pkg) with groundhog.library(pkg, date). pkg can be a vector of package names or a single name. On Wed, 11 Oct 2023 at 20:58, Uwe Ligges <ligges at
2018 Apr 19
0
Share authentication problem
Ok, please post of both servers the smb.conf and tell the samba versions. You have a misconfiguration in these. > WARNING: The "idmap gid" option is deprecated > WARNING: The "idmap uid" option is deprecated ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > "idmap gid"="10000-20000" > "idmap uid"="10000-20000" You need something like this
2007 Nov 28
2
Change in smbclient between 3.0.24 and 3.0.25c breaks third party app
Hello list, A change in smbclient between 3.0.24 and 3.0.25c breaks [1] the gollem filemanager [2] and maybe others. In particular folder creation is broken unless the folder is a top level folder on the share. To create a subfolder "level2" in the folder /level1 of a share gollem executes this command: /usr/bin/smbclient "//1.2.3.4/sharename" "-p139"
2002 Apr 28
2
Image processing? Manipulating image data in R?
Hi! I am looking for a R library by which i can load images (i found pixmap that allows it to do). But in addition i need methods to access the data, get them for example as an array or matrix to do with this data some processing. 1. Is there a method in the pixmap library to access the matrix in which the image data is stored. 2. Is there an alternative library running under MS Windows?
2007 Jun 27
3
3.025b tree connect failed: NT_STATUS_ACCESS_DENIED
I am trying to use new samba and having problems. # smbclient //sambamachine/shareweb -Uusername Password: Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.0.25b] tree connect failed: NT_STATUS_ACCESS_DENIED I noticed this in the log: Checking password for unmapped user [DOMAIN]\[username]@[CLIENTMACHINE] with the new password interface [2007/06/27 10:15:21, 2] auth/auth.c:check_ntlm_password(309)
2020 Feb 03
0
Ldapsearch against Samba AD returns records outside the search base
Hello, I did some detective work here, stepping through all the versions from the old 4.9.4 database onwards, building them from source on an isolated system and doing ldapsearch against them. It is the change from 4.10.13 to 4.11.0 (or maybe in general from pre-4.11 to 4.11?) that breaks it; after that the onelevel scope is not applied correctly. Ldbsearch also returns wrong results when
2003 Dec 11
0
Re: [R] chisq.test freezing on certain inputs (PR#5701)
On Thu, 11 Dec 2003, Jeffrey Chang wrote: > Hello everybody, > > I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and > 3.3, respectively. The following call seems to freeze the interpreter > on both systems: > > chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2), > simulate.p.value=TRUE) > > By freeze, I mean, the function call never
2004 Dec 30
1
Have anyone successful shrink smbd size
hello I want to deploy smbd into my smartphone. but flash size is limited. I cross compile samba-2.2.8 as arm xscale .the size of smbd is 1.6M, a little big. Have anyone cut it down before. I only need very basic question like file browsing, delete , add etc. Another question I assumed I don't need nmbd to share file in mobile to windows host, right? Thanks for your help
2006 Oct 25
1
net ads join problem
Hi all, I'am trying to join ADS an W2K server. This server was already joined, but after chrash i was obliged to reinstall it. When I try net ads join -Uusername the following output appears: [2006/10/25 14:08:46, 6] libads/ldap.c:ads_find_dc(224) ads_find_dc: looking for realm 'SLZOVA.CZ' [2006/10/25 14:08:46, 8] libsmb/namequery.c:get_sorted_dc_list(1551) get_sorted_dc_list:
2007 Dec 03
1
How to make "Add permission" for folder in system with ntacl support? Part 2
Hello. Sorry I didn't post it under the "how to make..." email - I didn't received it - I only found it in archives. But I think we both mean the same. All this below regards samba on debian etch: 3.0.24-6etch4 I have a share on partition mounted with acl (options=acl,...). As you know I can locally on server add another ACL entries on files in that folder. When I connect with
2016 Mar 11
3
use linux user account information on samba
Dear list, I am having real trouble using the linux authentication system with samba. I have a configured kerberos and ldap server and authenticate in linux using nslcd. nfs4 works fine in the linux world. Unfortunately, I am forced :( to have some windows machines which are supposed to connect to linux fileservers. If I understand correctly, I can use sssd on the samba ad domain controller to