Displaying 20 results from an estimated 500 matches similar to: "Tomcat authentication via PAM (or other system methods)?"
2010 Dec 23
1
tomcat errors starting after upgrade from cent5.3 to 5.5 (/rebuild-jar-repository: error: Could not find)
We just upgraded Cent from 5.3 to 5.5 on a bunch of servers with
little to no issues (kudos to you guys) except on a few servers where
it appears we are having a problem w/ the Tomcat upgrade. Previously
our application server was working fine under 5.3 with Tomcat/Java
installed as such:
java-1.4.2-gcj-compat-1.4.2.0-40jpp.115
java-1.6.0-openjdk-1.6.0.0-0.30.b09.el5
2007 Nov 23
1
OT - 3Com and IBM iSeries
Hi,
Has onyone heard of successful deployment of 3Com ToIP over IBM iSeries
system (formely AS/400) ?
A prospective customer seems to looking for this but, in my whole life, I've
never of a such setup.
Does it work ?
regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jul 28
5
Minimal Kickstart setups to use with Puppet
Hi,
I was at the Puppet talk at Oscon and I would like to try using
Puppet for PXE on RHEL machines and I was wondering if there are
standard minimal Kickstart recipes from which Puppet can then take
over.
Thanks,
Jason van Zyl
jason at maven.org
2010 Feb 08
4
Anyone using Active Driectory auth with Centos 5.4.....?
Setting up a new backuppc for a small group of device and I am running
centos 5.4 with winbind setup and working. Everything is working and I
would like the users to authenicate using their AD creds and was wondering
what folks are using to do that with apache 2.2 and centos 5.4. I know
about mod_auth_pam but that seems pretty dead so I was just wondering what
folks were using and whats the
2009 Jun 05
1
authentication loosely tied to active directory?
What's the best authentication scheme when you are dealing with an
active directory that someone else controls? I've been using pam
configured for smb and local passwords where a local account is needed
for real logins (but either the domain or local password will work) and
web services don't require a local account. That's most of the
functionality I want and it doesn't
2011 Nov 17
1
CentOS 6 smb authentication?
I have some services on Centos5 boxes that use smb authentication
against the Windows domain as a low-maintenance way to handle most of
our office users for things that don't need home directories (web/file
shares, etc.). Running authconfig is all it takes to add it to PAM,
then adding mod_auth_pam to apache makes it work with that and local
users. This all works without any particular
2001 Nov 27
1
Winbind slow to authenticate
Finally got winbind to work, thanks for all the help.
I wonder if it is normal for winbind to take approximately 20 seconds to
authenticate a user?
In smb.conf I have specified the names of all NT BDCs and PCD but it didn't
change performance. And in pam.d/samba I have only auth and account required
pam_winbind.so
One more thing, does anybody have any hints on how to have Apache
authenticate
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 =
2006 Oct 06
1
HTTP authentication/authorisation for Apache & AD.
I am looking into the best way to integrate active directory user
authentication and authorisation in to Apache.
So far I have a working LDAP solution that requires the
username/password to be entered and a Kerberos setup that is transparent
to the user but with no authorisation.
Searching the net seems to only find commercial offerings which offer
true password less integration between AD &
2007 Apr 02
2
Suggestion: mod_auth_dovecot
Hello,
I have a suggestion which might be a small and very useful project for a
C coder (I'm not one!).
As Dovecot makes its authentication interface available to other
programs, I think that an Apache module to use it would be very useful.
Currently I share an passwd-db file between Dovecot and Apache. However
with Apache that means I have to give Apache read access. That means
that
2003 Apr 07
3
Samba and Apache
does any one know if you can use apache to authenticate against a Windows 2000 AD for its folder permissions
2015 Oct 12
1
getting error Ignoring parameter browse directory and winbind sequence directory
On 12/10/15 08:27, VigneshDhanraj G wrote:
> Hi Rowland,
>
> Thanks for the help.
>
> Yes, Joined to the domain, ftp uses pam authentication. After
> upgrading samba i found ftp pam authentication not working
>
> /etc/pam.d/ftp contains
>
> #%PAM-1.0
> auth sufficient /lib/security/pam_smbpass.so
> auth sufficient /lib/security/pam_winbind.so
2009 Jul 22
2
PAM_USER falsely assumed immutable
In 1.2.1 there's:
passdb-pam.c:230 status = pam_get_item(pamh, PAM_USER, &item);
passdb-pam.c:237 auth_request_set_field(request, "user", item, NULL);
so "item" is PAM_USER, which is then checked by auth_request_set_field:
1022 if (strcmp(request->user, value) != 0) {
1023 auth_request_log_debug(request,
2007 Aug 03
0
tomcat error on x86_64 with 2.6.18-8.1.8.el5xen & jre 1.6.*
I get the same error as this person:
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=9349
Like the poster, I get the error with tomcat 6.0.13 on
x86_64, kernel 2.6.18-8.1.8.el5xen and both jre 1.6.0_01 and
1.6.0_02
When I revert to jre 5u12 on the same kernel, I don't get
the problem.
If I stay with jre 6, but use kernel 2.6.18-8.el5, I also
don't get the error.
So
2007 Aug 13
1
Extract part of vector
Dear R-users,
How do I extract numbers between asp?P= and &VID from my txt vector? I have
tried grep function with no luck.
txt <- c("
http://www.mysite.com/system/empty.asp?P=2&VID=default&SID=421384237289476&S=1&C=18631",
"
http://www.mysite.com/system/empty.asp?P=123&VID=default&SID=421384237289476&S=1&C=18643",
"
2013 Jul 05
0
[LLVMdev] Any suggestion for "Unknown instruction type encountered" error?
hacker cling wrote:
> Hello all,
> I was playing with LLVM pass. I changed the
> lib/Transforms/Hello/Hello.cpp 's content to be my own pass. Then I make
> install the pass and use an example test1.c to see whether it works or
> not. When I run example using the following command:
> clang -emit-llvm test1.c -c -o test1.bc
> opt -load
2011 Nov 01
1
SELinux and SETroubleshootd woes in CR
I'm setting up a dedicated database server, and since this will be a
central service to my various web servers I wanted it to be as secure as
possible...so I am leaving SELinux enabled. However I'm having trouble
getting Apache to use mod_auth_pam. I also now can't get setroubleshootd
working to send me notifications of the denials and provide tips to solve
the problem.
The Apache
2013 Jul 05
2
[LLVMdev] Any suggestion for "Unknown instruction type encountered" error?
Hello all,
I was playing with LLVM pass. I changed the
lib/Transforms/Hello/Hello.cpp 's content to be my own pass. Then I make
install the pass and use an example test1.c to see whether it works or not.
When I run example using the following command:
clang -emit-llvm test1.c -c -o test1.bc
opt -load ../build_llvm/Debug+Asserts/lib/LLVMHello.so -hello < test1.bc >
/dev/null
It
2015 Oct 12
2
getting error Ignoring parameter browse directory and winbind sequence directory
Hi Rowland,
Yes, Joined to the domain, ftp uses pam authentication. After upgrading
samba
On Fri, Oct 9, 2015 at 8:08 PM, Rowland Penny <rowlandpenny241155 at gmail.com>
wrote:
> On 09/10/15 15:28, VigneshDhanraj G wrote:
>
>> Hi Rowland,
>>
>> I updated samba from 40.25 to 4.1.20, now ftp is not working.
>>
>>
> Very cryptic, why isn't ftp
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
On Tue, 11 Aug 2015, Alexander Dalloz wrote:
> Am 11.08.2015 um 22:28 schrieb Dr J Austin:
>>
>> Hi Alexander
>>
>> [root at maui:/var/log]$ watch 'tail -n40 maillog
>>
>> does not quiver when I try to connect
>
> That's suspicious.
>
> Let's exclude it is the client which causes the problem: Connect directly to
> the IMAPS