similar to: Winbind/WIn2k domain question

Displaying 20 results from an estimated 4000 matches similar to: "Winbind/WIn2k domain question"

2002 Aug 01
0
User directory shares with Samba, Winbind, and Win2k domain - Partial solution
Mats, After a couple hours of reading and trial and error, this is what I got to work for me. [username] path = /home/USERS/username writable = yes comment = User File Storage valid users = DOMIAN+username create mode = 0664 directory mode = 0775 browseable = no Then on the directory structure it self I had to run a 'chown -R
2002 Nov 14
0
Code 23 at main.c(887) error
Command: $ rsync -lrptczP --exclude=mysql dcurry@monopoly::cvs /home/dcurry/kiko Output: docs/coke/AverageEntries.htm 1132 100% 0.00kB/s 0:00:00 docs/coke/AverageEntries_files/NewTrendData_11316_image001.gif 8713 100% 0.00kB/s 0:00:00 wrote 197 bytes read 844193 bytes 336.08 bytes/sec total size is 817566737 speedup is 968.23 rsync error: partial transfer (code 23)
2002 Jul 31
1
User directory shares with Samba, Winbind, and Win2k domain - help deparately needed!
I have a new samba install with winbindd running correctly. I have moved folders from the old Win2k file server to this new file server. I need to re-create the same permissions that the Win2k file server had for the users. The users were in groups, based upon departments. Each department head had RW priv to the department share and RO on each user's sub directory. Each user, of course,
2002 Jul 26
1
Needed: step-by-step HOW-TO for Smaba and Winbind in mixed environment
I need a document that will walk me (a Samba newbie) through a setup of samba and winbind in a mixed unix/linux/win2k environment. I am also looking for a linux/unix equivalent to 'network neighborhood' on Windows systems for some of my users. Thanks Daniel Curry IT Manager Cariocas 625 Second Street Suite 201 San Francisco, CA 94107 ph: 415-348-6516 fx: 415-348-6505 cell:
2002 Nov 06
0
Rsync and CVS
Hello everyone. I am curious about setting up a CVS mirror. I have been told to use rsync, but I am unable to find any information on the net on how to set this up. The master server is on a Solaris machine and the slave will be on a linux machine. It would be nice to have bi-directional mirroring, but not a requirement. Does anyone have any suggestions? Thanks Daniel Curry IT Manager
2002 Feb 26
5
Samba 3
Can/Will anyone suggest where (which file) to get the Samba 3? I am interested in seeing how well the Win2k AD integration is working. Thanks Daniel Curry IT Manager Cariocas 625 Second Street Suite 201 San Francisco, CA 94107 ph: 415-348-6516 fx: 415-348-6505 cell: 510-579-6680
2001 Dec 27
1
New to samba Want to use samba as file/print servers for Win2K domain
I am new to Samba. I have a brand new win2K domain. I would like to use Samba on RH7.2 systems to handle all of our file and print services. Before implementing this, I would like to be prepared for the installation. Where can I find information for implementing security on a Samba files share using the Win2K Active Directory security system? Will I need to implement kerberos or LDAP services
2002 Jun 25
1
linux+samba as DC in a win2k network
All, For a bunch of good reasons ;), my company thinks of getting rid of our win2k DC and replacing it with a linux RH 7.3 box with samba 2.2.4 or 2.2.5. Before starting working on that, I would like to gather some basic informations. We've got solaris 2.8, linux and win2k clients machines. LDAP: I understand that I need to setup an LDAP server which will replace the win2k Active Directory
1998 Sep 15
7
Samba and NIS
Dear All, I am attempting to set up Samba 1.9.18p8 on a Sun E450 running Solaris 2.6. The Sun is configured as a NIS master serving a number of other Unix machines. It is our primary development platform acting as a NIS client and also has auto mounted home directories for users. Samba has been built using GCC 2.8.1 with the following options set: FLAGSM = -DSUNOS5 -DSHADOW_PWD -DAUTOMOUNT
2002 Mar 10
14
SAMBA 3.0
Hi Can anyone tell me when is SAMBA 3.0 supposed to be released? Thanks. -------------- next part -------------- HTML attachment scrubbed and removed
2002 Sep 02
0
Help! Clients want a Linux server on their Win2K domain!
Hello All, I am new to Linux and Samba, and have RH7.3 with Samba 2.2.5 installed on my Win2K domain (mixed mode). I am testing RH7.3 as a file server so that I can integrate it into one (for now only one) of our client's Win2K domains. Running wbinfo I can retrieve a list of domain user and group accounts, and in webmin when assigning permissions to Samba shares I can choose these
2002 Nov 05
1
Printer in Win2k to share with RH Server
Hello fellows, I have this kind of configuration: one PC acting as samba server (PDC) with RH7.3 and three workstations with win2k. Today I've installed an Epson Stylus C62 printer on one of the Win2k machines (shared by the name of epsonlpt, and now I want to know if it is possible to use this printer from the RH Server? If yes, can you tell me how? Thanks in advance, Rapazito PT A
2003 Sep 10
1
Finding out who's on, from a Win2k Perl Script
Hi list members. There probably isn't an answer for this, but just in case there is... I have samba running as a PDC (Samba 2.2.8a, RH7.3, Win2k clients). On one of the Win2k Clients (one I use for admin work), I have apache2 and Perl. One of my CGI-BIN scripts uses perl to do some web pages (nothing large scale, private use mainly with a ODBC database on the workstation. My question is, if
2007 Nov 01
3
Curry: proposed new functional programming, er, function.
Hi all (especially R-core) I suppose, With the introduction of the new functional programming functions into base I thought I'd ask for a Curry() function. I use a simple one that looks this: Curry = function(FUN,...) { .orig = list(...);function(...) do.call(FUN,c(.orig,list(...))) } This comes in really handy when using say, heatmap():
2003 Mar 26
1
Unable to join Win2k to Samba Domain
Hi, We have a network of about 20-30 win2k machines in a Samba 2.2.7 (RH7.3) domain. All are joined OK. From yesterday (no idea what changed...), I'm unable to join new machines in the domain... The message from win2k is "The specified user doesn't exist". I join using the root user which is valid (able to connect to shares with this user). If I type a wrong password, I have
2011 Mar 21
1
Curry with `[.function` ?
Dear all, I sometimes use the following function: Curry <- function(FUN,...) { # by Byron Ellis, https://stat.ethz.ch/pipermail/r-devel/2007-November/047318.html .orig <- list(...) function(...) do.call(FUN,c(.orig,list(...))) } ... and have thought it might be convenient to have a method for [ doing this. As a simple example, > apply(M, 1, mean[trim=0.1]) # hypothetical
2002 Jul 07
3
Win2k TS authentication probs / pw changing probs
Hi, We are having problems with clients changing their passwords from Win2k Terminal Servers against a Samba PDC. It works fine if the machine only has few users on it (ie when testing at 6pm after almost everyone is gone - I find it difficult to break). I'm guessing there is some sort of race condition or resource locking going on that prevents it happening properly. As I didn't
2002 Jul 19
0
Problems with Samba as a PDC for Win2K
I am having difficulties running Samba as a PDC for WIN2K Clients. I'm running version 2.2.5 on a RH7.3 box. Win98 is able to access shares just fine, as is win2k if it is just a member of a workgroup, and not a domain. I have tried both the automated process of setting up a machine account, and the manual method. In the automated case, the machine account is automatically created, but the
2004 Feb 16
1
Newbie, Win2K config, fails on test 8 (long)
Hi. I'm not a sysadmin, but I'm the only person in this building who knows anything about linux boxes. I'm trying to install samba to connect the box (rh7.3) to the windows network. test 8 is where I run into problems. My username and passwd are the same for both. My firewall is down. I have appended my .conf file. I've been searching around through the archives and
2002 Jul 28
0
Samba connection problem btw RH7.3 and WinME
Hi All Guys, I just join this list I am going to experiment a crossover connection between a WinME box and a RH7.3 Box. The setting of WinME is without problem. It can communicate with another WinME box or a WinXP box with crossover connection. I don't use password to login in both boxes I have Samba-2.2.3a running on a RH7.3 box #service smb start/stop Everything OK without complaint