Displaying 20 results from an estimated 1000 matches similar to: "[Bug 11456] New: Allow configuration of MAX_GID_LIST"
2007 Jun 10
1
mdadm Linux Raid 10: is it 0+1 or 1+0?
The relevance of this question can be found here:
http://aput.net/~jheiss/raid10/
I read the mdadm documents but I could not find a positive answer.
I even read the raid10 module source but I didn't find the answer there
either.
Does someone here know it?
Thank you!
2010 Mar 25
1
centralized user authentication
> Apart from ipa are there any other good tools out there for centralised user
> auth?
I am currently testing LDAP (openldap) combined with nss_ldap,
configured with authconfig.
I would start by testing IPA. Redhat is building out a set of
enterprise management tools which include cobbler and spacewalk; I
would think IPA will eventually be integrated into their mgt tools.
That said, if
2010 May 27
0
Having trouble with LDAP Authentication.
Message: 11
Date: Tue, 25 May 2010 16:16:45 -0500
From: Andy Akins <andy at egovtn.org>
Subject: [CentOS] Having trouble with LDAP Authentication...
To: CentOS mailing list <centos at centos.org>
Message-ID: <C821A86D.754B%andy at egovtn.org>
Content-Type: text/plain; charset="iso-8859-1"
I?ve google and searched, and have had very little luck...
I have:
1. Installed
2007 Jan 12
0
Kerberos Password Changes
Hi all,
I apologize if I am getting into a subject that has been hashed and rehashed
endlessly on this list, but I am just not finding exactly what I am looking
for in terms of a response.
At the moment, I have Linux and Solaris servers happily authenticating to my
MIT Kerberos KDC, and fetching user information via an OpenLDAP server with
a StartTLS connection (and authenticating to the LDAP
2006 May 03
2
render partial collection
my view contains a call to a partial:
<%= render(:partial => ''item_list'', :collection => @keyword.synonyms,
:locals => { :action_delete => "removesynonym", and_some_other_stuff
})
%>
_item_list.rhtml contains:
<%= link_to (
image_tag(''/images/deletebutton.png''),
{ :action => action_delete,
:id =>
2015 Jan 06
2
[Bug 11035] New: make check failure
https://bugzilla.samba.org/show_bug.cgi?id=11035
Bug ID: 11035
Summary: make check failure
Product: rsync
Version: 3.1.1
Hardware: x64
OS: Mac OS X
Status: NEW
Severity: critical
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: jonathansabrams at
2007 Nov 16
1
drag & drop list needs refreshing
Hello guys, I''m a scriptaculous newbie (I started working with it only
yesterday) and I have already the first problem.
I''m trying to implement a drag & drop list (fallowing the shopping
cart example http://demo.script.aculo.us/shop) and I''m almost done
but after dropping an item on the target div I need to refresh the
page to see that the item has been moved.
2009 Oct 23
3
samba+ldap
Does this mean that my samba is ready to connect to LDAP server?
root at webdev # ./smbd -b |grep LDAP
HAVE_LDAP_H
HAVE_LDAP
HAVE_LDAP_ADD_RESULT_ENTRY
HAVE_LDAP_INIT
HAVE_LDAP_INITIALIZE
HAVE_LDAP_SET_REBIND_PROC
HAVE_LIBLDAP
LDAP_SET_REBIND_PROC_ARGS
root at webdev #
Thanks!
Paras.
2016 Dec 01
3
[PATCH v2 1/2] xattrs: Skip security.evm extended attribute
The security.evm extended attribute is fully owned by the Linux kernel
and cannot be directly written from userspace. Therefore, we can always
skip it.
---
xattrs.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/xattrs.c b/xattrs.c
index b105392..3b72e61 100644
--- a/xattrs.c
+++ b/xattrs.c
@@ -255,6 +255,9 @@ static int rsync_xal_get(const char *fname,
2007 Jan 26
5
Samba Server Specifications
Has anyone posted an up to date hardware review lately?
It seems clear that a RAID6 server with 300GB CHEETAH 15K.5 SAS drives will
trump a P3 with a 30GB IDE drive, however, not everyone will spend the money
required for the high end unit, I'm looking to build a new server & trying
to make best use of funds (aren't we all).
TIA
2012 Jun 09
2
[patch] NFSv4/ZFS ACLs
This is a PoC patch for NFSv4/ZFS ACLs.
The objective of the patch is that rsync --acls support NFSv4/ZFS ACLs
without requiring a new command line option
NFSv4 ACLs can't be represented using POSIX draft ACLs, if an NFSv4 ACL is
present a separate POSIX draft ACL will not be present and there are new
APIs
to access NFSv4 ACLs. So we need to distinguish between NFSv4 ACLs and
POSIX
ACLs in
2008 Jul 02
1
Non-clean Rsync 3.0.3 exit on OSX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've compiled rsync 3.0.3 on OSX 10.4 PPC via the plain jane
./configure; make method (no patches). The resulting binary has then
been moved to /usr/local/bin/rsync3 and copied to a OSX 10.5.4 Intel
client machine as rsync3.
I then run the following command:
rsync3 -vvv -e ssh -avAX --progress --delete
-
2007 May 20
0
[Bug 1298] Use of Allow/DenyGroups leads to slow login
http://bugzilla.mindrot.org/show_bug.cgi?id=1298
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2007-05-20 16:59:07 ---
2010 May 28
1
cookie has key/value pairs and lost order after JSON decode
If a cookie has several items, and is encoded as JSON text as the value
of the cookie, the order is actually apparent in the cookie''s text
But if JSON.decode is used:
ActiveSupport::JSON.decode(cookies[''item_list''])
and the result is actually in a hash, then the ordering is lost...
Is it true that if the original JSON object has an array of hashes (1
key and 1
2001 Jun 07
0
Patch for systems with no setreuid()
Sorry if I'm duplicating an existing patch, but...
On systems with no seteuid() that have setreuid() there is an
emulation, but if both are lacking (but we do have setresuid()),
nothing is done. The following seems to be right, but I've only got
one machine (running an ancient version of HP-UX) which needs this so
it may not be general:
--cut-here--
--- config.h.in.orig Thu Jun 7
2006 Nov 21
4
IP601 Expansion Module HELP!!!
Hey list,
Im in this HUGE crisis. Im trying to get a Polycom 601 with two expansion
modules to work. I need the XML config files I guess. Does anyone have these
I can have? Im trying to get this phone up and running, and haveing MUCHO
problems, can someone help me out!! Im sure if I see the configs I can see
how it works, just need those XML files!! The ones from the 501 that I have
dont seem to
2004 Feb 20
1
NGROUPS_MAX on Linux
Linux has just raised the NGROUPS_MAX limit from 32 to 64k. In doing an
audit of various tools, openssh turned up as having incorrect groups
handling. Almost no user-space apps really care about NGROUPS_MAX.
A proposed patch (untested, since the CVS build won't compile on my RH box..
:-/) :
What think?
Index: uidswap.c
===================================================================
2009 Aug 30
3
looking for RAID 1+0 setup instructions?
Hi,
Can someone please assist met with some software RAID 1+0 setup
instructions? I have searched the web, but couldn't find any. I found
a lot of RAID 10 setup instructions, but it doesn't help me.
--
Kind Regards
Rudi Ahlers
CEO, SoftDux Hosting
Web: http://www.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
2001 May 22
1
[PATCH]: configure.in: Missing check for setvbuf
Hi,
in configure.in the patch for `setvbuf' is missing while in
sftp-int.c the HAVE_SETVBUF define is used:
Index: configure.in
===================================================================
RCS file: /cvs/openssh_cvs/configure.in,v
retrieving revision 1.286
diff -u -p -r1.286 configure.in
--- configure.in 2001/05/17 03:32:51 1.286
+++ configure.in 2001/05/22 11:59:54
@@ -460,7 +460,7
2008 Mar 11
2
Kerberos authentication for non-windows KDCs
I was told recently that Kerberos authentication won't work against a
non-windows KDC. Is that accurate? So for instance, it is not possible
for Samba running on say RHEL, to authenticate against a Linux server
running MIT Kerberos?
Additionally, many people said that setting this up was
well-documented. Any suggestions of particularly good docs / how-to's?'
And lastly, is