Displaying 20 results from an estimated 800 matches similar to: "winbind - timeouts in domain with >100000 domain users"
2007 Jan 25
1
domain/unix groups and valid users parameter
Hi,
I want to switch from 'security = server' to 'security = ADS'.
Kerberos is working and I can login to the server.
With Samba 3.0.22 I was able to restrict access to shares with the
'valid users' directive. ve is local unix group.
valid users = +ve
And force the group ownership with the 'force group' directive.
force group = +ve
[foo]
comment = foo
2005 Jan 14
1
security = server, username map, different domain -> no login
Hi,
I posted a similar question a few days before. I'm still confused what
might be wrong with my config.
Setup:
- update from Samaba 2.2.12 to 3.0.10
- Solaris 8 Server
- server is not a domain (EMEA) member, and it's not possible to add the
server to the EMEA domain :(- server is only in workgroup ERS (our department, no DC, only a few hosts).
- no winbind
- authentification happens
2007 Apr 18
3
file permissions with inherit permission + ACL's
Hi,
I have a share (testshare) where different unix groups (testgroup1,
testgroup2) should have access to. But I want that new files are only
created with 660 permissions.
Here are the ACL's of testshare:
# file: testshare
# owner: ralfgro
# group: ve
user::rwx
group::rwx
group:testgroup1:rwx
group:testgroup2:rwx
mask::rwx
other::---
default:user::rwx
default:group::---
2006 Jul 21
1
3.0.23 - different errors on solaris 8 (Error in dskattr...)
Hi,
I just compiled samba 3.0.23 on our Sun Solaris 8 server. 3.0.22 was
running fine and I used the same compiler options for 3.0.23.
$ ./configure --with-acl-support --prefix=/usr/local/samba3023
--with-quotas --with-included-popt --without-ldap --with-vfs
gcc version 3.4.2
GNU Make 3.80
Running make now throws a lot these warnings:
[-snip-]
Linking nsswitch/libnss_wins.so
ld: warning:
2005 Jan 12
0
Log on problems since update from 2.2.12 to 3.0.10
Hi,
I want to move from Samba 2.2.12 to 3.0.10. I downloade the 3.0.10
sources and compiled them (Solaris 8). Everything went fine. After the
install, I tested the new 3.0.10 Samba with the old smb.conf from 2.2.12
(the docs say this should work). I could not log in anymore.
I switched back to 2.2.12 and tried the 3.0.10 install on a Suse Linux
8.0 - with the same results. I used most parts from
2008 Feb 11
1
dos filemode (security concern)
Hi,
I've a question about the 'dos filemode' option (samba 3.0.24, debian etch). I
want to use this option to allow group members with write access to add/change
permissions.
man smb.conf:
dos filemode (S)
only the owner of a file/directory is able to change the permissions on it.
However, this behavior is often confusing to DOS/Windows users. Enabling
this parameter allows a
2009 Jun 30
0
[LLVMdev] llvmc for PIC16
Hi Sanjiv,
2009/6/29 Sanjiv Gupta <sanjiv.gupta at microchip.com>:
> I want to retrieve the value of argv[0] (which was passed to main function
> of the driver) in PrependCustomizedPath.
I've added a way to access argv[0] in hooks:
http://thread.gmane.org/gmane.comp.compilers.llvm.cvs/50789
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against
2012 Mar 02
5
Domain users are loosing there groups after some time.
Samba version : 3.6.3
Filesystem : BTRFS
Clients : XP, Win7
Log Level : 5
When we start our samba server everything works fine.
After a few days, some of our users are not allowed to connect to shares
anymore. When we restart the clients they can connect for a short time
and then say have the same problem again.
When we restart the server everything works fine for a few days again.
2015 Jan 27
2
Can't get idmap_ad to work with winbind (only idmap_rid)
Hi!
With the end of support for Win XP from many application vendors, we
finally decided to go AD with our small domain that right now consists
of two XP desktop clients and one Samba PDC (3.6 from official Ubuntu
12.04 packages) that's also offering some file shares and a printer
share. Since there already is one FreeBSD server for backup/mirroring, I
decided to go all FreeBSD in the
2012 Jun 12
1
handle large matrix in R
Dear all,
I've run into a question of handling large matrices in R. I'd like to
define a 70000*70000 matrix in R on Platform:
x86_64-apple-darwin9.8.0/x86_64 (64-bit), but it seems to run out of memory
to handle this. Is it due to R memory limiting size or RAM of my laptop? If
I use a cluster with larger RAM, will that be able to handle this large
matrix in R? Thanks much!
Best,
Hui
2011 Nov 01
4
round up a number to 10^4
Hi all,
I have a list of numbers, e.g., X = c(60593.23, 71631.17, 75320.1), and want
to round them so the output is Y = c(60000, 80000, 80000). I tried
Y<-round(X,-4), but it gives me Y = c(60000, 70000, 80000). Do anybody know
how to round up a number to 10^4?
Thank you in advance.
Wendy
--
View this message in context:
2005 Sep 06
1
"map to guest = bad password" not working as expected
Hi all,
I had been trying to use "map to guest = bad password" to map users
from other domains to guest to allow only guest access. But when I try
to access the samba server from another domain, I get an error saying
that it is not authorized from that machine. I am attaching the
smb.conf. Please let me know if I am doing anything wrong.
[global]
idmap uid = 70000-200000
idmap
2011 Apr 06
3
can not install CentOS as VM in KVM
Hi to all,
I am trying to install CentOS 5.5 as VM on a KVM server running Ubuntu
10.04. The Problem: the installer does not find the iso image. (Direct
copy from website downlod.) I can start CentOS from the iso and can even
do some disk checks. But when I go further the installer says "no CDROm
found". Pretty weird. I tried all CentOS 5.5. image available (Live CD,
net install, bin 1
2007 Nov 21
1
Help Required in using cast (reshape package) function
Hello everyone,
I am new to R. I have data in the form of excel pivot table format and I
want to cast it into a format which can make it compatible with
computation.
Since I already have the package in pivot format; I avoid melt function
and use the cast directly.
I inspect the
dataread <- read.csv(".....", header=TRUE)
Data in the format
Id Region Country Industry
2015 Jan 27
2
Can't get idmap_ad to work with winbind (only idmap_rid)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
thanks for your fast reply. It's always Rowland ;)
On 27.01.2015 10:04, Rowland Penny wrote:
> On 27/01/15 05:44, a.braml at buerger-energie-berlin.de wrote:
>> Hi!
>>
>> With the end of support for Win XP from many application
>> vendors, we finally decided to go AD with our small domain that
>> right now
2009 Jun 29
4
[LLVMdev] llvmc for PIC16
Mikhail Glushenkov wrote:
> Hi Sanjiv,
>
> 2009/6/18 Sanjiv Gupta <sanjiv.gupta at microchip.com>:
>
>> Hi Mikhail,
>> Thanks for your wonderful help so far. I have few more questions to ask:
>>
>> How do I modify the driver to pick tools from where the driver itself
>> resides, rather than from the PATH?
>> Do I need to write some C++ code
2007 Oct 25
2
Large voicemail
I am trying to use Asterisk as the voicemail system of the TELCO where I work.
I wanna test with 20000 mail boxes ( and later with a better machine/server I
hope try with 70000 ).
How do I include in voicemail.conf the file with the mail boxes?, In a big
system like this,is better use text files or any database?
Thanks
--
Linux User Registered #232544
Jabber : pepo at
2009 Oct 09
1
Domain trusts "forgetting" trusted users
I am running Samba ver 3.0.33 on Solaris 10 (sparc) as a PDC with LDAP
for the backend for both samba and unix accounts.
I have also set up a trust with an Windows domain- lets call it
WINDOMAIN- (the PDC for the Windows domain is Win 2003 but is in
mixed mode for backwards compat.) The SAMBA domain trusts the WINDOWS
domain, not not vice versa.
I had also tried setting up trusts with
2011 Sep 07
1
3.5.6 : WINBINDD: cli_negprot failed: NT_STATUS_ACCESS_DENIED with Active Directory
Dear
Have connected SAMBA to an Active Directory server
The getent did not show any user and winbindd claim :
[2011/09/07 11:33:29.417355, 1]
libsmb/cliconnect.c:1769(cli_negprot_done)
cli_negprot: SMB signing is mandatory and the server doesn't support
it.
[2011/09/07 11:33:29.417444, 1]
winbindd/winbindd_cm.c:856(cm_prepare_connection)
cli_negprot failed: NT_STATUS_ACCESS_DENIED
2008 Jun 30
6
Plotting three time series on the same graph
Dear R Users,
I would like to plot three time series on the same graph, two axis on the
left and one axis on the right.
The time series that I am graphing on the left do not share a similar
scale: one has a range of 1:100 and the other a range of 25000:70000. How
can I display the tick marks for both on the left hand side without
superimposing them, i.e. one set of tick marks in black right