similar to: Samba & Invisible Resources

Displaying 20 results from an estimated 30000 matches similar to: "Samba & Invisible Resources"

2004 Feb 10
4
Auto mapping to windows home drives?
This could be quite simple but I don't know how to do it. Does anyone know how I can automatically mount a users home drive (which is located on a windows server) when they log in? Is there a pam module for that? Thanks very much, Sapan
2003 Oct 20
1
Getting a list of all possible smb mounts (and bug report on smbtree)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Message: 36 > Date: Sat, 18 Oct 2003 12:26:02 +0200 (CEST) > From: Bernhard Rosenkraenzer <bero@arklinux.org> > Subject: [Samba] Getting a list of all possible smb mounts > To: samba@lists.samba.org > Message-ID: <Pine.LNX.4.56.0310181208330.21409@dot.kde.org> > Content-Type: TEXT/PLAIN; charset=US-ASCII > >
2003 Nov 18
1
Samba 3.0.0-2 WINS Static entries
Hi, I'm trying to add static entries to the wins.dat file, as per The Official Samba 3 How-to guide but can't get it to work. If I add entries and just leave it be, the server responds with unknown host and If I restart nmbd it removes all the entries (static) that I manually added. Am I doing something wrong or is this a bug ? Brett
2004 Nov 09
1
Confused with profile filesystem permissions
What should be the filesystem permissions for the profile share? Something like 0700 user:group for the directory? I'm getting permission denied errors from winxp pro sp2 and samba 3.0.8pre2. Does it have something to do with "profile acls"?
2003 Sep 09
3
rc3 net groupmap add fails
Relevant part of "net3 groupmap list" is System Operators (S-1-5-21-1617713866-2789119093-1479812082-1007) -> sys In howto there is the following example net groupmap modify ntgroup="System Operators" unixgroup=sys net groupmap modify ntgroup="Power Users" unixgroup=sys You can add System Operators but trying to add Power Users fails. If you do it in reverse
2003 Sep 11
3
samba 3.0 with ldap / sambaSID
Hello, I'm lloking for a way to convert my company's existing samba2.2 ldap backed service to samba 3.0. What's particulary making me curious is the sambaSID. As I've read it is the unique identifier of a PDC in the windows world. So, how does samba3 generate this? Is it supposed to be changed by the admin or is it determined by samba on the first startup? Any pointer to a doc
2003 May 10
7
wins support = yes time server = yes
When I set: wins support = yes time server = yes my wins service stops working and no computers show up in the network neighborhood..as soon as I change time server = no, they start to re-populate. I have looked around and havent found a definitive answer (apologies if I overlooked it)... but if someone could tell me if this is a documented issue, or just me that woudl be great Thanks
2006 Aug 11
2
invisible() - does not return immediately as return() does
Hi, I stumbled across the following (unexpected for me) behavior after replacing a return() statement in the middle of a function by invisible(). Example: foo <- function() { cat("before\n"); return(); cat("after\n")} >foo() before NULL foo2 <- function() { cat("before\n"); invisible(TRUE); cat("after\n")} >foo2() before after I expected
2006 Oct 26
2
how to determine if a function's result is invisible
Suppose we have a function such as the following F <- function(f, x) f(x)+1 which runs function f and then transforms it. I would like the corresponding function which works the same except that unlike F returns an invisible result if and only if f does. Is there some way of determining whether f returns an invisible result or not? Thus we want this: f <- function(x) x g <-
2000 Jun 30
1
dim(a <- ...) sets invisible flag erronously (PR#587)
{Nothing really harmful; R 1.1.0} dim(.) sets (or doesn't clear) the ``invisible flag'' for printing in certain circumstances: > dim(a <- cbind(1)) > does *not* print as it should : > dim(a) [1] 1 1 --- Question to the real "hackers" : How can I check this using R code alone (not using files), i.e. (how) can I ask an R expression if its
2023 Mar 24
1
make file.rename return invisible
Dear R Core devs, I wonder if it makes sense to make function file.rename return invisible? This is not a big issue, but when running in RMarkdown or knitr, this function will print results. I have to manually call invisible to hide the output from showing in the final document: ```r invisible(file.rename(...)) ``` Otherwise knitr will print: ``` file.rename(...) #> TRUE ``` If this
2011 Sep 19
1
Invisible doesn't exit function?
I thought that invisible works like return() However, it appears that it doesn't exit a function. Is it supposed to work this way? funInvisible = function(){ invisible(10) cat('I was not expecting this to print\n') cat('because it occurs after the invisible return\n') } funInvisible() funVisible = function(){ cat('start of function\n')
2003 Jun 09
4
PDC error; can not open passdb database
I am looking to setup a domain server. I have tried and tried and this is the closest I have gotten so far. The main problem I have is in the user authentication. I am getting an error that the user or password is wrong. Currently it looks like Samba can not access the passwd file. What is this file? My log for the client give this error: [2003/06/05 15:35:35, 0]
2003 Jan 15
4
Profile migration again
John H Terpstra jht@samba.org writes: > You see the NTUser.DAT file is keyed to the user's SID and the Domain SID > of the NT4 environment in which they were created. You need to either use > the NT4 procedure as documented in the resource kit for migrating the > profile, something that Microsoft only supports within the one domain > anyhow, or else use the profile editting
2003 Apr 23
3
telnet and samba
I have posted this question twice without any response. We are running samba on an OpenUnix 8 machine, then we are mapping the samba share on a Windows 2000 machine. If we run our process from the Windows command line..(copying files to the share) everything runs great. The problem is if someone telnets to the Windows 2000 machine and runs the same process they get "The specific network
2003 Jun 03
2
subshares ?
hi all... i have what seems a simple question regarding subshares, for lack of a better term... say i have a share with specific user/group permissions and a directory inside the share that i would like to add different user/group permissions... this is an example of my smb.conf file to illustrate [driveA] path = /samba/driveA browseable = Yes writeable = Yes valid users = PDC+groupA force group
2003 May 22
5
X flag in smbpasswd?
mksmbpasswd.sh does not create accounts with the X flag in the password flags field. Does this X matter, and if so, what does it mean? It's not in the man page. ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin |$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent. | IST/ACS - NJMS Medical
2017 Jun 09
2
After gluster clean up sub directories becomes invisible
Hi Team, After performing the gluster clean up and again doing gluster configuration the sub directories become invisible. Even after they are present the directories are invisible. If I create a new directory by the same name it will say the directory already exists. Thanks & Regards, Sangeeta Ramapure -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Nov 12
7
Switching to another Samba server
I've been running Samba 2.2.2 for a while as a domain controller on my mostly Windows network. It's been working great up to this point. Anyway, I just put together a new Linux server and installed 2.2.2 on it as well. I copied the conf file and pretty much mirrored everything on the existing server, changed the paths and the "workgroup" field in the conf file to match the new
1997 Oct 30
2
R-alpha: buglet in return(invisible()) [R 0.50 and 0.60]
Evaluate the following example to get the behavior : --- anybody: patch ? --- tst.i <- function(x) { if(missing(x)) return(invisible()) else if(!is.numeric(x)) stop("x must be numeric") ## else invisible((x+3)^2) } tst.i()#-- should NOT print anything !! print(mode(tst.i()))#--gives "NULL" both in S-plus 3.4 and R 0.60 tst.i(1)# nothing (ok in R and