Displaying 20 results from an estimated 4000 matches similar to: "How to have a Default Profile per group ?"
2000 Apr 13
1
Multiple resources sharing problem
Hello
I have samba 2.0.5 running as "security=server" on Sparc Solaris. I am
sharing resources to WinNT and Win95 users. I have a problem with
sharing more then one resource to the same Windows user.
There are some example shares from my smb.conf:
[statistics]
comment = Statistic Dir
path = /mnt1/statistics
valid users = stats
allow hosts = 175.20. 12.22.
force user = w3
force
2000 Apr 11
1
DOMAINNAME\Username
Sorry Luke,
You may have already answered this, but I have had a few minor setbacks the last couple of days and haven't received any mail over the last week.
Can you explain who needs the DOMAINNAME\Username? As of when? And why this is needed? Also any side effects of doing this (I know it may cause a problem with the username length on some *cough* antiquated *cough* systems ;-). (Just
2010 May 25
1
using the name of an argument in a function
Hi all,
In a function, I need to get the name of a variable that has been used to
call the function.
For example, I want:
--- 8< ------
toto <- 3
fun <- function(y){
nameOfY <-deparse(substitute(y))
cat("name is ",nameOfY)
}
fun(toto)
# [1] name is toto
--- 8< ----
But deparse(substitute(y)) does not work all the time, especially when we
use generic function.
2020 Oct 02
1
adding sAMAccountType to an user
Hi all,
having by mistake deleting some of my users, i have allmost raise them
from dead by doing
ldbrename -H /var/lib/samba/private/sam.ldb CN=titi
toto\0ADEL:63c1e1b1-09ea-4fd7-8a95-c68a82fd92a2,CN=Deleted
Objects,DC=local,DC=domain,DC=fr "CN=titi
toto,OU=here-here,DC=ietr,DC=univ-rennes1,DC=fr"
and adding the missing property by using an old ldb backup.
BUT
some property are
2015 Jul 13
2
Crear datos aleatorios con restriciones
Hola,
Esta pregunta la hice en stackoverflow
<http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808>pero
nadie pudo contestarla.
1. Quiero generar N escuelas, con G grados y C divisiones.
2. Quiero asignar cada uno de T maestros a 2 divisiones en un grado y
escuela
Si tengo C=4 divisiones, puedo lograr lo que quiero con
2015 Jul 13
2
Crear datos aleatorios con restriciones
Hola,
0. La falta de 'elegancia' hace que sea mas dificil hacer cambios al
codigo. Por ejemplo cambiar n.classrooms <- 4 a n.classrooms <- 20
1. Cuando tengo solo 4 puedo hacer esto:
schoolGrade$A <- Teachers$Teacher.ID[1:cuttoff1]
schoolGrade$B <- Teachers$Teacher.ID[1:cuttoff1]
schoolGrade$C <- Teachers$Teacher.ID[(cuttoff1+1):n.teachers]
schoolGrade$D <-
2015 Jul 13
2
Crear datos aleatorios con restriciones
Gracias Carlos,
Tu codigo es un gran paso en el sentido correcto pero no produce
exactamente lo que estoy buscando.
Mi "solucion" en stackoverflow
<http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808>
produce un data frame `schoolGrade` con 240 observaciones y 7 variables. Mi
objetivo es poder generar un data
2015 Jul 13
2
Crear datos aleatorios con restriciones
Perdon por no se lo suficientemente claro :(
Tu codigo produce `validPairs` que tiene 7 variables y 360 observaciones.
Donde
> validPairs[1,] V1 V2 V3 V4 V5 V6 valid
60 e1 g1 c1 e1 g1 c2 Valid
indica que un maestro tiene asignado c1 y c2 en la escuela e1 y el grado
g1. Correcto? Si es asi, esto es casi lo que queira producir y creo que
puedo llegar a donde quiero usando tu codigo de base.
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
Hi R users
I try to use the lme but I can?t!!!!!
My script is (some words in french, sorry!!):
rm(list=ls(all=TRUE)) #Efface tous les objets en m?moire pour ?viter des
erreurs
library(MASS) #Chargement des Librairies
library(car)
library(Hmisc)
library(tkWidgets)
library(svDialogs)
library(multtest)
library(nlme)
#Rep <- "C:/Documents and Settings/U3M/Bureau/steph/Scripts
2024 Feb 06
1
[EXTERNAL] Re: NOTE: multiple local function definitions for ?fun? with different formal arguments
Here's a dummy example that I think illustrates the problem:
toto <- function() {
if (runif(1) < 0.5)
function(a) a
else
function(a,b) a+b
}
> fcn <- toto()
> fcn(1,2)
[1] 3
> fcn <- toto()
> fcn(1,2)
[1] 3
> fcn <- toto()
> fcn(1,2)
Error in fcn(1, 2) : unused argument (2)
How can you use the returned function, if you get different arguments?
2005 Jul 25
2
Domain groups with spaces in their names
Hello Samba,
I have a Samba file server which I have successfully joined to a domian
controlled by a Windows 2003 domian controller. I cannot get the server to
allow access to users who are members of a group with spaces in its name.
The domain has three (main) groups:
- students
- teachers
- spaced users
My Samba.conf has the following shared directories defined:
[teachers]
comment =
2004 Jun 22
2
group and user permissions issue.
I have browsed through loads of archive material and cant seem to find
anywhere where this exact issue has been posted.
am using samba 2.28 set up as an NT domain, there are no problems with
the general configuration. My issue is witb samba not following the
permissons I have set on files in a shared directory.
Purpose: set up a directory for students and teachers where students can
leave files
2010 Oct 08
2
vfs_acl_xattr issue
Hello,
I'm using samba 3.4.8~dfsg-2 with "vfs objects = acl_xattr".
[share]
path = /home/users/xxxx
valid users = xxxx
read only = No
create mask = 0666
directory mask = 0770
vfs objects = acl_xattr
Here is my problem, i'm connecting to my share, which have a folder
'f01' with some acl.
I created a folder and broke inherit 'f02'.
2005 Nov 30
1
home directory permissions
Hi all,
I use samba-3.0.20b on a solaris 10 box with a ldap backend.
All works fine except one thing:
I have an account "bob".
Its home directory is "/tmp/teachers/bob"
Its group is "teachers".
However when I define the teachers repository permissions like this:
[zoe.root:367] ls -al /tmp
drwxrwx--- 2 root teachers 177 Nov 15 13:22 teachers
(access in
2012 Apr 29
1
Samba4 with Posix ACL's
Hi everyone
I'm setting up a report writing system for a school. All teachers need
rw access to the reports which are in a folder of the same name.
Teachers are in a group called teachers and there is a share called reports:
[reports]
path = /data/reports
read only = No
create mask = 0770
/data/reports has a Posix ACL:
getfacl /data/reports
getfacl: Removing leading '/' from
2006 Mar 07
2
Building tkentry dynamicly
Dear R-users,
I would like to build N "tkentry" compounds in the same window, with
default text for each. As N is variable I need to construct them in an
iterative way :
library(tcltk)
main<-tktoplevel()
tktitle(main)<-"My Tool"
filenames<-c("toto","tata","titi")
N<-length(filenames)
for (i in 1: N) {
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
really, this getent with grep should not return anyting.
because : 700001 is not 70001 ;-)
>getent group | grep 700001 gives :
>domain users:x:70001:
>info:x:70001:toto,titi,tutu
exist both groups only in the AD DC directory, or are ther also linux groups here.
are both assigned a GID how?
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: h.henoch at isc84.org
2000 Jan 27
2
Many Unix accounts to one samba account
Hi Folks.
I have set up a samba server on a machine running Linux 6.1 and it works
perfectly. But i have a problem :
Approx. 200 teachers are going to register the students absence,
and I don't want them to have one password each. ( You know teachers and passwords ).. :-)
I thought I could change the Samba password once per month and deliver it to the teachers by e-mail.
But I dont want
2010 Nov 04
9
Delete action is not working and redirects to edit action
Hello,
i have a strange problem here. I have made a teacher controller using
scaffold. All actions work fine but the delete does not. When i click
the delete link, it redirects me to the edit of this teacher. I have
restarted the server and i have tried in firefox (i use chrome) but
problem still remains. Here is the code from my view.
<%= link_to(image_tag("/images/
2015 Feb 25
2
getent passwd not return the same number of records from a call to another call
I know that ID. I had this 70001 too sometime. It was a cache problem. Try "net cache flush" and after this getent once more.
This should work.
Regards
Tim
Am 25. Februar 2015 09:45:40 MEZ, schrieb "Herv? H?noch" <h.henoch at isc84.org>:
>Both groups are Samba groups
>
>wbinfo --group-info gives for each group :
>GID of domain users is 513
>GID of info is