similar to: map user homes to a windows share

Displaying 20 results from an estimated 10000 matches similar to: "map user homes to a windows share"

2003 Oct 06
2
samba as PDC in FreeBSD
Hello all, I've set up samba as a PDC in FreeBSD 5.1-release. I seemed to have no problems joining my computer to the domain as it said "Welcome to the domain" but when I try and log in it says it can't contact the domain controller or the domain account doesn't exist. Can anyone offer any help on how to fix this? Here is my smb.conf. Kind regards, Elvar [global]
2006 Nov 19
2
upgraded to samba-3.0.23c = continous password prompts on shares
Since upgrading to samba 3.0.23c when I try and access the samba shares it continually prompts me for a username and password. The samba server has been joined to a win2k3 domain and should be allowing access based on the windows domain accounts like it used to be doing, but that is no longer working. Any help would be greatly appreciated. Kind regards, Elvar
2006 Oct 22
2
asterisk guru needed for job in Chicago area
Hello, I run a small network consulting company in the Chicago area and I have a client who is interested in doing an asterisk based VOIP installation. My company does not have the necessary experience to carry out the project alone so I am looking for an asterisk guru to lead the project. I'm interested in someone from the Chicago or northwest Indiana area who is very experienced with
2008 Jan 24
4
winbindd: Exceeding 200 client connections, no idle connection found
Hello, Can someone tell me how to resolve the "winbindd: Exceeding 200 client connections, no idle connection found" error in my log.winbind? I see tons of them on a regular basis. samba-3.0.28,1 squid-2.6.18 FreeBSD 6.2-STABLE #1: Thu Mar 15 01:46:50 CDT 2007 Kind regards, Elvar
2006 Apr 11
2
file transfer problem
Hello, I'm having a problem copying large amounts of data from our Win2k3 server to a samba share on the samba server. I've turned debugging on in the smb.conf file all the way up to level 10 and I still do not see what is causing my file transfers to abort. It consistently aborts copying files as small as 10 gigs even. I've read through the performance tuning section in the
2008 Jul 23
1
domain user part of unix group problem
Hello, I'm trying to allow a specific windows user to be able to access a samba share which points to the /var/log/squid directory on my squid proxy server and read the access.log files there. The permissions on the access.log file are below... -rw-r----- 1 squid squid 17M Jul 23 02:59 access.log Now, I've tried adding the name of the domain users account to the unix group
2004 Nov 19
2
bit by 3.0.8 username map affect on homes share
Samba is a domain member server authenticating to a MS-Windows domain controller. With 3.0.7 and all previous version for the past few years I could map a Windows to Unix userid in the username map file like so.. fred = fredw His home directory was then accessible as \\servername\fredw so \\servername\%username% from a Windows NTx client. I make EXTENSIVE use of that functionality. I missed
2003 Dec 18
1
FreeBSD mknod errors
Hi all, I ran across a few threads on google regarding FreeBSD's rsync mknod problem but I didn't find any good fix. I was wondering if anyone knows more about this and a good fix. Here's an example of the output. mknod qmail/queue/lock/trigger : Invalid argument mknod qmail/supervise/qmail-send/log/supervise/control : Invalid argument mknod
2015 Sep 07
2
nfs based shared home dir question
Ok, i clarify a bit more. \\servername.internal.domain.tld\users2\%username% is used in my AD for the home folder of the users. %username% translates to the username. I tried 2 setups now, windows acl base setup and posix based setup. Both fail for me. THE SERVER with the shares ( and is nfs server) The samba/windows part. ( postix rights setup ) On the server this is /home/samba/users2
2003 May 04
1
Anybody successfuly using pam_mount or pam_smbmount?
********************************************************************** This message is intended for the addressee named and may contain privileged information or confidential information or both. If you are not the intended recipient please delete it and notify the sender. **********************************************************************
2014 Mar 11
1
connect windwos 7 to linux homes
With windows XP this worked perfect. I would map a network drive to \\servername\homes<file:///\\servername\homes>, provide my linux samba user account and it would stay functional between reboots. With windows 7 I can map the network drive as in XP but after a reboot the mapped drive to the linux samba homes share breaks with the message Microsoft windows network: multiple connections to a
2004 Nov 11
2
Restricting access to [homes]
Greetings! I've got a samba server that's serving Windows and Mac clients. I want to restrict the [homes] share such that users can *only* connect to their own home directory, and not make read-only connections to other people's home directories. For example, on a Mac, if I connect to my Samba server with: smb://servername/bbonds and then authenticate myself as:
2005 Jul 29
1
uid + gid mapping problem
Hi everyone, Ok I can log in locally as a windows user. I can su to a windows user as well. But once I'm there: [root@sandbox ~]# su mluich bash-3.00$ whoami whoami: cannot find username for UID 16777253 bash-3.00$ ls -l total 4 drwxr-xr-x 2 16777253 16777218 4096 Jul 28 16:21 Desktop -rwxr--r-- 1 16777253 16777218 0 Jul 28 15:31 test.txt Getent passwd
2007 Oct 09
5
Backticks wrapping SQL values in polymorphic associations...
Hopefully the subject line didn''t scare you. That said... I have a simple polymorphic relationship (is that possible?): class Part has_many :attachments, :as => :attachable end class Attachment belongs_to :attachable, :polymorphic => true end Calling Part.find(:first).attachments yields this SQL error: ActiveRecord::StatementInvalid: Mysql::Error: Unknown column
2007 Aug 08
2
Backtick Hickup
I'm using Michel Fortin's MDTest cases to rewrite my html2text.php script. Just now I stumbled upon this bug (in PHP Markdown at least): # Input: Backtick: ``\``` # Output: <p>Backtick: ``&#96;``</p> # Should-Be Output: <p>Backtick: <code>`</code></p> If you (Michel) are already aware of this, just ignore me ;-) -- Milian Wolff
2007 Oct 08
5
Flat code block syntax
>>> I'm not sure the indentation feature is so useful. After all, you >>> can use the old syntax if you want indentation. What do you think? >> >> I'd prefer to keep it simple and leave out the indentation feature. I would also prefer to leave this out. >>> Perhaps an alternative would be to use ++++s instead of ~~~~s. >> Advantages: Not
2000 Jun 21
3
OS calls
I've just been reviewing some functions in my syskern library. This library was set up originally to provide me with a way to program around small R/S differences and to encapsulate some operating system requests in one place, so that these problems would not be spread throughout my code. Over the years the need for many of the programs in this library has disappeared. I have always worked
2006 Dec 04
1
backticks
I noticed just now that package.skeleton() produces R files in which the function names are escaped with backticks. ?Quotes says that "The preferred quote is the backtick (`)", but I don't understand _why_ this is preferred. ?formula gives some clues but points out that there are no guarantees that formulae using non-syntactic names such as `like this` will be accepted. What
2009 Jul 30
3
update.formula and backticked colons
I just noticed the following in update.formula and I'm wondering if this behavior is the intention of the developers. Here's an example: update(`a: b` ~ x, ~ . + y) Note now that the response has no backticks and is interpreted as a:b (i.e. ":" is now an operator). This is because in update.formula the call to terms.formula uses simplify = TRUE. I'm working with data that
2007 Mar 23
5
Get "home" directory and simple I/O
Is there any generic function that gets the "home" directory? This should return /home/<user> in Linux and x:/Documents and Settings/<user> (or whatever) in Windows XP. Another (unrelated) question: what is the _simplest_ way to read and write R variables to/from files such that they are stored in a human-readable but R-like form? For example, if (say), x is a vector