Displaying 20 results from an estimated 1000 matches similar to: "ACL Security-tab missing users and groups"
2003 Nov 23
2
Samba with Posix ACL support
Hi!
Has anyone got any "success story" or any good advice of using Posix ACLs
(or Enhanced Attributes) with Samba? I'm using Debian woody with 2.4.22
linux, ext3fs and Samba 3.
--
Pirkka
2004 Feb 14
1
NT4 Migration -> Samba 3.0.2a + LDAP
Hi!
How can I maintain users old NT RIDs while migrating to Samba PDC when they
start from 1000. The RID to UID conversion algorithm is RID = 2 * UID + 1000
so the user with RID of 1000 would be root (0 * 2 + 1000 = 1000) on Unix.
Maintaining the old RIDs is essential for migrating on-the-fly, because
re-adding hundreds of computers to domain and losing local user profiles is
not an option.
Any
2004 Mar 17
1
scandinavian letters or charset problem?
Hi!
This teamware mailclient (teamware.com) that we use at the office has
problems adding files as attachments from our Samba 3.0.2a share. The
attachment file browser sees the files but fails to add them as
attachments (with an error message: "valid.stf - file not found"
regardless of the file name in question). I tracked this thing down to
scandinavian letters (if your mail
2003 Nov 18
3
Fwd: Re: smbpasswd fails to add machine account with ldapsam
,--------------- Weitergeleitete Nachricht (Anfang)
Betreff: Re: [Samba] smbpasswd fails to add machine account with ldapsam
Absender: Christoph Rudorff
Datum: Mon, 17 Nov 2003 19:58:19 +0100
Newsgruppe: linux.samba
Pirkka Luukkonen wrote:
> Hi!
>
> I am seeing other users with the same problem as I have.
confirmed.
> My samba also fails to add machine accounts.
2003 Nov 17
1
smbpasswd fails to add machine account with ldapsam
Hi!
I am seeing other users with the same problem as I have. My samba also fails
to add machine accounts. It seems to me if it didn't even try. If I use some
other script (pdbedit, smbldap-tools) than smbpasswd it manages to add the
account but still fails to authenticate within the same session. If I try
again the machine account exists and authentication goes ok.
server:~# smbpasswd -a -m
2004 Sep 05
1
Segfault in Samba
Hi!
My Samba setup broke after upgrading Samba from 3.0.5-1 to 3.0.6-3 using
Debian apt-get upgrade. It seems to me, that the problems lies within
winbind. Any help would be appreciated!
--
Pirkka
> The Samba 'panic action' script, /usr/share/samba/panic-action,
> was called for pid 8012 (/usr/sbin/smbd).
>
> Below is a backtrace for this process generated with gdb, which
2012 Aug 27
1
Querying sqlite through RODBC causes R to crash
Dear R-SIG-Debian,
while trying to query data from an SQLite database through RODBC on
Debian testing, R crashes with the following message:
library(RODBC)
con3 <- odbcConnect("test3")
# 'test3' being an ODBC datasource configured with SQLite3 driver,
# but the same happens with SQLite driver
sqlQuery(con3, "select * from test") # 'test' being any table
2009 Jan 28
3
initial value in 'vmmin' is not finite
Dear r helpers
I run the following code for nested logit and got a message that
Error in optim(c(0, 0, 0, 0, 0.1, -2, -0.2), fr, hessian = TRUE, method = "BFGS") : initial value in 'vmmin' is not finite
What does this mean? and how can I correct it?
Thank you
June
> yogurt = read.table("yogurtnp.csv", header=F,sep=",")> attach(yogurt)>
2009 Mar 02
1
initial gradient and vmmin not finite
Dear Rhelpers
I have the problem with initial values, could you please tell me how to solve it?
Thank you
June
> p = summary(maxLik(fr,start=c(0,0,0,1,0,-25,-0.2)))
Error in maxRoutine(fn = logLik, grad = grad, hess = hess, start = start, :
NA in the initial gradient
> p = summary(maxLik(fr,start=c(0,0,0,1,0,-25,-0.2),method="BFGS"))
Error in optim(start, func, gr =
2010 Aug 13
1
decision tree finetune
My decision tree grows only with one split and based on what I see in
E-Miner it should split on more variables. How can I adjust splitting
criteria in R?
Also is there way to indicate that some variables are binary, like variable
Info_G is binary so in the results would be nice to see "2) Info_G=0"
instead of "2) Info_G<0.5".
Thank you in advance!
And thanks for Eric who
2002 Jan 26
1
Trouble with contrasts
Greetings,
I have a nagging problem with contrasts and I can't seem to resolve it.
A factor exists with four levels (lib1, lib2, con1, con2) and when I
check the contrasts or set the contrasts to any of the prespecified
ones, I do not get the exact contrasts necessary to test the
theoretically relevant ones. I need orthogonal contrasts that look just
like this matrix:
con1 con2
2004 Jun 12
2
SID-UID mapping issue on Samba 3.0.4 in an AD Domain
I have problems with SID to UID mapping using winbind on a FreeBSD 5.2/Samba
3.0.4
as a member server of a Win2k domain controller. I use heimdal-0.6.1 for
kerberos.
I would like my XP machines in the domain to use the share with the user
accounts
defined in Active Directory.
At a first glance it seems to work: the connection to the share succeeds
without a
prompt for a password. Users may
2004 Mar 01
5
Samba3.0.2a, MS Office (Excel), Save problem.
Hi all,
I've done a brief search of the list archieves and cannot find any
solutions to this problem, so I'll post my story and hopefuly someone will
have a better answer.
Brief Description:
This problem has now occured with a number of users, running different
versions of Office (see below).
When saving documents, Office seems to set the read-only bit. The problem
is best shown with
2004 Jan 27
2
MS Word and Samba File Permissions Problem
Hello everybody!
Obviously Samba as a PDC and Fileserver for w2k clients is not as easy as I
first thought.
Soon after setup and integration in a network a problem with the shares and MS
Word appeared.
Any time a file is opened with M$ Word directly from a share and edited it
can't be saved. The M$ user gets the msg that the file is write-protected and
on the samba side the file
2009 Mar 11
1
Samba PDC - Kerberised CIFS access
Hi All,
I have machine M1 hosting Samba PDC. It stores only user information.
I have machine M2 acting as KDC server.
I have machine M3 hosting CIFS shares and it joins into the domain hosted
by PDC M1.
I have machine M4 used as CIFS client.
On M2, I have added users and cifs/host service principals for M3. Also
added service principal in keytab file.
I have added all the user and service
2005 Jul 21
2
i can't delete groupmap
Hi, i can't delete groupmap in my samba 3.0.12:
# net groupmap list
Domain Users (S-1-5-21-3984604316-2900431957-2958281145-513) -> products
Domain Admins (S-1-5-21-3984604316-2900431957-2958281145-513) -> man
Domain Admins (S-1-5-21-3984604316-2900431957-2958281145-512) -> domadmin
Domain Users (S-1-5-21-3984604316-2900431957-2958281145-513) -> domuser
# net groupmap delete
2009 Dec 02
0
[Fwd: Re: Adding and Multiplying two Unevaluated Expressions]
-------- Original-Nachricht --------
Betreff: Re: [R] Adding and Multiplying two Unevaluated Expressions
Datum: Tue, 01 Dec 2009 23:49:39 +0100
Von: Benjamin M?ller <ben_mueller.bm at web.de>
An: Rolf Turner <r.turner at auckland.ac.nz>
Referenzen: <20091201144125.316310 at gmx.net>
<8E40E49F-E8FC-4FBD-8CC5-93789FFB0E53 at auckland.ac.nz>
This works fine for your
2003 Oct 20
7
domain groups
I have ACL's enabled and am getting a new error, in the Samba log (V
3.0.1Pre1, when attempting to set permissions on a file through Win2000:
get_domain_user_groups: primary gid of user [terry] is not a Domain
group !
get_domain_user_groups: You should fix it, NT doesn't like that
Do I need to create a group on the windows(2000) side? The entries in
the domaingroup.map
2003 Dec 15
2
Samba-3.0 groupmapping problem
Hi,
I'm newbie with Samba.
I'm using Samba-3.0 directly installed with Fedora core.
I've made a PDC linux server with Samba-3.0, openldap-2.1.22 with pam_ldap
everything seems to be good but not with net groupmap.
when using command: "net groupmap list" I have the following error :
[2003/12/15 17:52:15, 0] passdb/pdb_ldap.c:ldapsam_setsamgrent(2048)
ldapsam_setsamgrent:
2014 May 05
1
samba 3.6.6 office 2010, write protection on files
hey,
I'm using samba version 3.6.6 on debian wheezy and windows 7 clients with office 2010, on my samba share I've the following settings:
[cad]
comment = CAD
path = /mnt/samba-daten/work/webdav/cad
writable = yes
valid users = root, @cad, @fg-domuser
admin users = abc, def, ghi
create mask = 0770
force create mode = 0770
directory mask = 0770
force directory mode = 0770
veto