similar to: [smb.conf] "browseable = no EXCEPT valid users" possible ?

Displaying 20 results from an estimated 4000 matches similar to: "[smb.conf] "browseable = no EXCEPT valid users" possible ?"

2011 Jun 01
2
Samba + ACL + Linux Client
Hello, I'm Oliver and I need help for a experiment. I have a sharing with Samba version 3.2.5, my distribution Linux is Debian(Lenny) and the acl version is 2.2.47. Below my configurations files: #/etc/fstab /dev/sda3 /shared reiserfs defaults,acl 0 1 #smb.conf [data] comment = files path = /shared inherit acls = yes inherit permissions = yes map acl inherit = Yes #
2005 Nov 22
1
User and Groups Problem with ADS (Win2003) and Solaris 10
Hi, I got samba 2.0.30b running on a Sparc machine with Solaris 10. I installed Kerberos 1.4.2 Openldap stable version 20051018 To compile Samba 2.0.30b with ADS Looks like Kerberos works kinit Administrator@MYDOMAIN.COM <mailto:Administrator@MYDOMAIN.COM> ==> works klist ==> shows ticket I added the server to the domain net join -U Administrator Joined
2006 May 17
1
Dovecot/LDAP problem
Dear Dovecot mailing list people - What I'm trying to do is use Postfix (with virtual users) and a POP3 server (we don't want IMAP - don't ask) to work against our new Active Directory servers that will be coming soon. Before we roll anything out we're testing it in the lab. Here's what we've got: x86 server running Red Hat Enterprise Linux 3 Postfix 2.0.16 Dovecot-1.0
2001 Apr 04
1
Q: Hide files/dirs when no rights?
Hi everybody, I have a short question. Please pardon me if it's been asked before - I searched but didn't find an answer. Is there currently or will there be (or should I post a diff) that allows (by using a configuration statement) to hide directories and files to which the user has no right to? assuming a directory drwxrwxrwx root root common drwx------ user1 group1
2003 Feb 04
0
Samba PDC and Samba Client
Hello, I have 1 SAMBA PDC : version : Samba version 2.2.6pre2 name: lothar ip: 192.191.193.10 and 192.168.1.2 PDC of ADMIN01 I have 1 SAMBA client: version:Samba version 2.2.7a name: intranet ip 192.191.193.2 member of ADMIN01 with option Wins server and winbind . and one Win2000: member of ADMIN01 --------- My pdc have the add user script (work fine i have see the machine in /etc/passwd and
2008 Apr 15
0
login ldap pdc
Hello, I install samba-ldap-pdc on a ubuntu. I join well the domain with root user, but when I restart, root or user login don't work. I can access to share via network with root or user login. when I try under winXP pro to change security of a file, I can't access to server user list : "bad user or passwd" I've no error in log.smbd or debug my smb.conf [global] smb ports
2006 Sep 12
2
Home dirs problem
Hello, I have a question about mapping users home directory's to samba. The homedir layout is based on an old one used on NIS+ system. The structure is something like: /users /group1 /user1 /user2 ... /group2 /user3 ...
2004 Jun 07
1
not working : valid users = @"DOM+USER"
Hi, I have Samba 3.0.4 on Solaris 9, recent patches applied. Samba is integrated in domain (security = domain). I have compiled and configured winbind, but not pam and no ldap. Ncsd is stopped. Winbind works OK, I can connect to share and users get mapped on-the-fly to UNIX uids and gids in the ranges specified in smb.conf. My config is included below with some tweaks to protect the innocent.
2011 Feb 09
1
Questions about dovecot-shared in 1.2 and inherit group membership from parent mailbox
Hi, I read the Wiki about dovecot-shared a few times but it is not 100% clear to me (at least for 1.2). First, if I want shared keywords I *must* have a dovecot-shared. In this case, the permissions are not taken any longer from the parent folder (what is exactly this parent folder?) but from the dovecot-shared file. So in some sense dovecot-shared is always required (since everyone would
2011 Mar 11
2
insertion of a row between individuals
Can someone help with a fairly simple task? I have a data set where I would like to insert a 0 time event between individuals: what I have: VAR DATE TIME CONC COVAR 1 NOV2 0.25 10 group1 1 NOV2 0.5 20 group1 1 NOV2 1 5 group1 1 NOV2 2 1 group1 1 NOV2 3 0.1 group1 2 NOV2 0.25 10
2017 Oct 03
0
samba performance & ACL behavior
All, I am building a glusterfs environment for file storage and need to use ACL's. The CentOS system is joined to AD. We have ingested data into the Gluster environment at /toplevel. OS: CentOS 7.3 Glusterfs: 3.10.5 Samba: 4.4.4 smb.conf: [global] workgroup = GROUP security = ADS realm = GROUP.DOMAIN.COM template homedir = /home/%U template shell
2005 Apr 20
1
negative p-values from fisher's test (PR#7801)
Full_Name: Martha Nason Version: 2.0.1 OS: Windows XP Submission from: (NULL) (137.187.154.154) I am running simulations using fisher's test on 2 x c tables and a very small p.value from fisher's test (<2.2e-16) is returned as a negative number. Code follows. > set.seed(0) > nreps.outer <-7 > pvalue.fisher <- rep(NA,nreps.outer) > > population1 <- c(
2009 Sep 20
2
missing level of a nested factor results in an NA in lm output
Hello All, I have posted to this list before regarding the same issue so I apologize for the multiple e-mails. I am still struggling with this issue so I thought I'd give it another try. This time I have included reproducible code and a subset of the data I am analyzing. I am running an ANOVA with three factors: GROUP (5 levels), FEATURE (2 levels), and PATIENT (2 levels), where
2011 Nov 03
1
Reclassify string values
Hi All, Is there a simple way to convert a string such as c("A", "B" ,"C", "D") to a string of c("Group1", "Group1", "Group2", "Group2"). Naturally I could use the factor function as below but I don't like seeing that warning message (and I don't want to turn off warning messages). Perhaps a function
2011 Apr 30
1
More flexible aggregate / eval
Dear list, I would like to do some calculation using different grouping variables. My 'df' looks like this: # Some data set.seed(345) id <- seq(200,400, by=10) ids <- sample(substr(id,1,1)) group1 <- rep(1:3, each=7) group2 <- rep(1:2, c(10,11)) group3 <- rep(1:4, c(5,5,5,6)) df <- data.frame(id, ids, group1, group2, group3) df <- rbind(df, df, df) df$time <-
2009 Aug 03
0
sub-directory permissions and active directory group membership
I'm not sure where the problem is, but security group membership and access to sub-directories is giving me fits. Take 2 unique security groups as example, group1 and group2. If within my top level share there is a directory labeled marketing and a second directory labeled legal, where group1 and group2 are assigned to marketing and legal respectively, then the group1 members should not
2011 Jul 29
1
question about groups
Hi all, I have a (simple?) question about groups. this is my scenario: Windows Active directory domain Samba file server ADS integrated 2 shares on this last server (share1, share2) 2 groups on the AD (group1 and group2) First share is only fully available to group1: this is easily done second share is fully available to group2 --- Then I have some users belonging to both group1 and
2005 Feb 23
1
How to conctruct an inner grouping for nlme random statement?
Hello. Im hoping someone can help with a grouping question related to the "random=" statement within the nlme function. How do you specify that some grouping levels are inner to others? I tried several things, given below. Lets say I have a data frame with five variables, resp, cov1, ran1, ran2, group1, and group 2. The formula is resp~cov1 + ran1 + ran2, where the ran are random
2007 Aug 15
0
Mann-Whitney U test discrepancies
Hi, I do want to use the Mann-Whitney test which ranks my data and then uses those ranks rather than the actual data. Here is the R code i am using: group1<- c(1.34,1.47,1.48,1.49,1.62,1.67,1.7,1.7,1.7,1.73,1.81,1.84,1.9,1.96,2, 2,2.19,2.29,2.29,2.41,2.41,2.46,2.5,2.6,2.8,2.8,3.07,3.3) > group2<-
2006 Jun 02
0
parent vs child directory permissions problem
I run FreeBSD 4.6-RELEASE (GENERIC) with samba-2.2.4_1 installed. my workstations all run windows xp home or pro with SP2. We're on a workgroup, not a domain. Lately I've been having a problem with changing rights on subfolders. this is my directory structure drwxrwx--- 53 root allstaff 2048 Jun 2 08:19 topdirectory drwxrwx--- 4 Jack group1 512 May 23 13:10