similar to: Limit user access to one worksation at a time

Displaying 20 results from an estimated 2000 matches similar to: "Limit user access to one worksation at a time"

2004 Apr 17
1
Bug in "force group" parameter, or group membership checking?
Hello, I have the following situation: Samba with ldap passdb backend. In my setup I have a group called exact: ------------ dn: cn=exact,ou=Groups,dc=ahm,dc=nl objectClass: posixGroup,sambaGroupMapping cn: exact gidNumber: 1000 sambaSID: S-1-5-21-4269728302-1655870493-3894479995-3001 sambaGroupType: 4 memberUid: gerrit,piet,hornie ------------ maps to the unix group exact: exact
2005 Jun 27
1
Smbpasswd -s option
Hello I try to get smbpasswd adding users and passwd from script the following way : smbpasswd -a -s <username> <password> this used to work not to long ago , but now I get a list with usage options back instead. Currently using samba-3.0.11 What is the correct syntax for using smbpasswd with -s option? TIA Wim bakker
2004 Nov 19
1
algorithmic rid base problem after upgrade to 3.0.9
LS. After upgrading from samba 3.0.7 to samba-3.0.9 it appears that algorithmic rid base is now checked to be larger then 1000 . Because of this I get the follwoing error when trying to log in: [2004/11/19 18:26:50, 2] lib/smbldap.c:smbldap_search_domain_info(1374) Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=<DOMAIN>))] [2004/11/19 18:26:50, 2]
2010 Jun 09
1
ordisurf (pkg vegan) gives implausible result
I'm having trouble with the ordisurf function in the vegan package. I have created an ordination plot (cmdscale) of 60 samples based on Bray-Curtis dissimilarities, and would like to overlay various soil edaphic characteristics as possible clues to the clustering I observe in my plot. However, I find that ordisurf creates a surface on the plot that is a perfect, even gradient - and
2009 May 03
1
dates from Stata's .dta to R's .Rdata: become character
Dear Sir/Madam, I converted the .dta into .Rdata with the foreign library read.dta. However, when I use fix() I get the message that the dates are discarded. Before fix(), class(dateX) gives 'dates' as class; after fix() class(dateX) gives 'character' Why is that? Best regards, Rob Bakker [[alternative HTML version deleted]]
2007 Jul 02
0
Samba session timeout and oplocks
Hello I have a problem that I don't know where it originates. The following situation : A samba server on a colocation with a public and a private ip-address. The smb service is accessible on the private ip-address. Clients connect to the samba server through a windows vpn (pptp) and get an address in the same private range as the samba server has. They know start an application that uses a
2003 Sep 03
0
Printers not visible in "Add Printer Wizard"
Hello, I have a problem with samba-3xx (All beta and rc versions) concerning the visibility in the "Add Printer Wizard" on windows clients. Printing works fine but that's not the problem, the problem is the visibilty of the printers defined in smb.conf in the "Add Printer Wizard". Steps: Start -> Settings -> Printers -> "Double Click Add Printer" Screen
2005 Jan 07
1
Spool queue issue winxp and samba-3.0.x
Hai, Lately I am encountering a weird issue with spool queue under winxp and samba+cups. It seems winxp puts all the information of printjobs spooled to a given printer exported with samba in its local printer spool queue of that printer (allso of other users in the domain) and never marks them as done/expired . After a certain amount of time there are so many jobs in the queue the workstation
2005 Jan 07
1
Spool queue issue winxp and samba-3.0.x
Hai, Lately I am encountering a weird issue with spool queue under winxp and samba+cups. It seems winxp puts all the information of printjobs spooled to a given printer exported with samba in its local printer spool queue of that printer (allso of other users in the domain) and never marks them as done/expired . After a certain amount of time there are so many jobs in the queue the workstation
2007 Jun 07
1
how to disable all checksum calculations?
Hi, I've a directory of large log files (> 100M) that I want to rsync to another server in short intervals (say every minute). With the --append option I can avoid resending whole files at every sync. But rsync still calculates the checksum over the complete files every time, which claims a significant share of CPU and IO resources. Since the log files are always written in append-only
2003 Jul 25
0
Serious problem with samba-3.0.0beta* and printing
Hello, I've tried both samba-3.0.0beta2 and beta3 but both give me the same problem. When on a windows dekstop and trying to add a printer with samba as the printserver , the printers exported by the samba server are not seen by the windows desktop. e.g.: relevant part of smb.conf: ----------------------------------- load printers = yes printing = cups printcap name =
2005 Jan 13
1
Using WMI Classes to join worksation to domain
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have been working on a Kix script to automatically change the workstation name and join the workstation to the domain. I have written most of the script (which works quite nicely) except the joining to the domain part. I have been using WMI classes to change the worksation name, and was hoping to do the same with the domain join. The
2005 Feb 08
1
Domain SID issue
Hello I have a client who historical had a machinename with an underscore in it : samba_machine I had to get rid of the underscore names and changed the name to samba-machine. At the same time I upgraded to samba-3.0.11 to get a printer queue problem resolved. Now it seems the Domain SID has changed, so I changed the new SID back to the old one with net setlocalsid, because on all machines I had
2004 Mar 09
4
Samba and LDAP backend - howto docs problems?
Hi all, I have followed the instructions at http://samba.mirror.ac.uk/samba/docs/man/passdb.html in an attempt to set up a Samba v3.0.2 (supplied by Redhat as part of RHEL v3.0) PDC. I have got as far as trying to get a windows 2k box to join this new domain that I have created, however this fails with the error "Logon failure: unknown user name or password". Samba itself logs
2003 Dec 02
2
can't add a user to Samba with Ldap passwd backend
Whem i want to add a user to samba, witch act as a PDC, with LDAP passwd backend i get the following error: Problem during LDAPsearch: No such object Query was: , (&(objectClass=sambaDomain)(sambaDomainName=TESTVGC.WIM)) pdb_init_ldapsam: WARNING: Could not get domain info, nor add one to the domain pdb_init_ldapsam: Continuing on regardless, will be unable to allocate new users/groups,
2023 Apr 12
2
Split String in regex while Keeping Delimiter
I thought replacing the spaces following instances of +++,++,+,- with "\n" and then reading with scan should succeed. Like Ivan Krylov I was fairly sure that you meant the minus sign to be "-" rather than "?", but perhaps your were using MS Word as an editor which is inconsistent with effective use of R. If so, learn to use a proper programming editor, and in any case
2003 Sep 06
2
What is wrong? "Creating metasocket failed"
Hi there, I'm trying to set tinc and I get the following messages: Sep 6 13:31:33 leibniz tinc.acvpn[12352]: tincd 1.0.1 (Aug 14 2003 15:09:44) starting, debug level 0 Sep 6 13:31:33 leibniz tinc.acvpn[12352]: /dev/net/tun is a Linux tun/tap device (tun mode) Sep 6 13:31:33 leibniz tinc.acvpn[12352]: Script tinc-up exited with non-zero status 126 Sep 6 13:31:33 leibniz tinc.acvpn[12352]:
2018 Apr 25
0
Copy text from Script syntax into .txt
Try putting this options(echo=TRUE) at the beginning of your script See ?source for a clue -Don -- Don MacQueen Lawrence Livermore National Laboratory 7000 East Ave., L-627 Livermore, CA 94550 925-423-1062 Lab cell 925-724-7509 ?On 4/24/18, 2:23 AM, "R-help on behalf of P. Roberto Bakker" <r-help-bounces at r-project.org on behalf of robertobakker at gmail.com> wrote:
2009 Apr 24
1
stata ==> R - error messages
Dear Sirs, I am just starting with R and I think it is a great system. Now, I want to import Stata datasets (.dta) with read.dta, but receive errormessages like: Error in grep("^(http|ftp|https)://", file) : object "Rklein" not found Error in read.dta("Rklein") : unable to open file: 'No such file or directory' this happens when I use "" What is
2009 May 02
1
value labes Stata vs factors
Dear Sir/Madam, I converted my Stata Rgenmetvl.dta file with read.dta succesfully in R's Rgenmetvl.Rdata. However, factors give problem in certain calculations, e.g.: > mean(Rgenmetvl$sex) [1] NA Warning message: In mean.default(Rgenmetvl$sex) : argument is not numeric or logical: returning NA What can I do? In addition to means, summary(Rgenmetvl$sex) works perfectly. Best regards,