similar to: pam.d/httpd and winbind

Displaying 20 results from an estimated 70000 matches similar to: "pam.d/httpd and winbind"

2008 Apr 03
2
using conf.d files to override options in httpd.conf
Like many of you, I like to avoid modifying /etc/httpd/conf/httpd.conf as much as possible. Instead, modifying or adding files in /etc/httpd/conf.d However, because /var/www/html is declared within the main httpd.conf and certain directives are set along with "AllowOverride None" (thus forbidding use of .htaccess), it seems like the only way to override any of these options is to
2017 Feb 17
1
SOLVED - Re: Centos 7 httpd Permission problems with Postfixadmin
On 02/17/2017 01:52 PM, Albert McCann wrote: >> -----Original Message----- >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Robert >> Moskowitz >> Sent: Friday, February 17, 2017 1:40 PM >> To: CentOS mailing list <centos at centos.org> >> Subject: Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin > >>> So
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
> -----Original Message----- > From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Robert > Moskowitz > Sent: Friday, February 17, 2017 1:40 PM > To: CentOS mailing list <centos at centos.org> > Subject: Re: [CentOS] Centos 7 httpd Permission problems with Postfixadmin > > So it's an authorisation issue. In your .htaccess file change > > >
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
Robert Moskowitz wrote: > On 02/17/2017 01:11 PM, Pete Biggs wrote: >>> From error.log: >>> >>> [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client >>> 192.168.160.12:48290] AH01630: client denied by server configuration: >>> /usr/share/postfixadmin >> So it's an authorisation issue. In your .htaccess file change
2017 Feb 17
5
Centos 7 httpd Permission problems with Postfixadmin
On 02/17/2017 01:11 PM, Pete Biggs wrote: >> From error.log: >> >> [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client >> 192.168.160.12:48290] AH01630: client denied by server configuration: >> /usr/share/postfixadmin > So it's an authorisation issue. In your .htaccess file change > > Order allow,deny > Allow from
2017 Feb 17
3
Centos 7 httpd Permission problems with Postfixadmin
On 02/17/2017 01:11 PM, Pete Biggs wrote: >> From error.log: >> >> [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client >> 192.168.160.12:48290] AH01630: client denied by server configuration: >> /usr/share/postfixadmin > So it's an authorisation issue. In your .htaccess file change > > Order allow,deny > Allow from
2009 Aug 18
1
httpd .htaccess rewrite for images
Hello, I'm running httpd on a Centos 5.3 machine. I'm trying to use .htaccess to disable direct linking to site images. I've got the following rewrite rule, the domain is test.example.com which is at /var/www/test.example.com under which is a directory called images. RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(test\.)?example.com/.*$ [NC]
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
My memory may be flawed, but I think the .htaccess is a hidden file just change its properties. john On 2/17/2017 1:31 PM, Robert Moskowitz wrote: > > > On 02/17/2017 01:11 PM, Pete Biggs wrote: >>> From error.log: >>> >>> [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client >>> 192.168.160.12:48290] AH01630: client denied by
2008 Apr 18
2
Can't get .htaccess to work
Hi, I'm trying to password protect one of my web accessable directories and I can't get .htaccess to work in a Centos 5.1 box Here's what I did I created an .htaccess file with the contents: AuthName "Restricted Area" AuthType Basic AuthUserFile /home/mysite/.htpasswd AuthGroupFile /dev/null require valid-user and I uploaded it to the dir I want to protect. Then I
2005 Mar 09
0
samba > winbind > pam problem
The specs: Fedora Core 1 samba-3.0.7-2.FC1 openssh-3.6.1p2-19 pam-0.77-15 The details: SAMBA is installed computer is connected to the a Windows 2000 domain wbinfo -u / -g / -t all give the desired results getent passwd lists domain users /etc/pam.d/sshd: auth sufficient pam_winbind.so auth required pam_stack.so service=system-auth auth required pam_nologin.so
2003 Oct 16
0
Apache auth failing for Active Directory group members
On my web server, I have a .htaccess file set up to restrict access to a folder for specific Active Directory users. The Active Directory domain is imaginatively called "AD". Using 'require user ad\brian.cochrane' in .htaccess works great. 'require group "ad\domain users"' also works. However, 'require group "ad\_it"' does not work. The
2003 Oct 17
0
[Fwd: Apache auth failing for Active Directory group members]
I sent this message to the list yesterday, but I believe it was before I had fully joined the list...so I'm not sure if it got through. My apologies if this is a repeat. On my web server, I have a .htaccess file set up to restrict access to a folder for specific Active Directory users. The Active Directory domain is imaginatively called "AD". Using 'require user
2002 May 22
0
Correction - RE: using winbind in pam.d/system-auth, doub le prompts for password
Er, The relevant part of my /etc/pam.d/login (on Debian Potato) actually looks more like this: auth sufficient pam_winbind.so auth required pam_unix.so use_first_pass Manuel Gomez -----Original Message----- From: Manuel Gomez [mailto:ERG@e-r-solutions.com] Sent: Wednesday, May 22, 2002 12:18 PM To: 'Gregg Lebovitz'; 'samba@lists.samba.org' Subject: RE: [Samba] using
2005 Jul 14
0
htaccess authentication asks for MySQL table test.user_info
Hello. For users interested in the MySQL authentication problem for SSL pages, there is another way to prevent mod_auth_mysql to do this mySQL authentication. This has been reported by Brent: In the /etc/httpd/conf/httpd.conf file, add the directive: <Directory xxxxxx/ AuthMySQLEnable off AllowOverride All </Directory> You can also add it to your .htaccess file. Thanks
2001 Feb 21
0
bug?: building RPM of 2.5.1p1 uses wrong pam.d/ssh file for RH6 vs RH7
(I'm using RedHat 6.2 and openssl-0.9.5a-3) After rebuilding binary RPMs using openssh-2.5.1p1-1.src.rpm, I was unable to ssh in to a system upgraded to the new openssh-server-2.5.1p1.rpm After the failure, /var/log/messages on the destination indicated lots of PAM errors of the form "sshd[22814]: PAM [dlerror: /lib/security/pam_stack.so: can not open shared object file: No such file
2002 May 22
0
using winbind in pam.d/system-auth, double prompts fo r password
Greetings, Try using the "use_first_pass" directive in your pam.conf file (or the relevant file in /etc/pam.d/ - on my system it's /etc/pam.d/login). You'll no doubt find more information in the relevant (PAM) man pages. My /etc/pam.d/login line for winbind looks like this: auth required pam_unix.so use_first_pass Manuel Gomez -----Original Message----- From: Gregg
2002 Nov 26
0
winbind pam.d cofigurations
Hello, I currently have samba configured with winbind so that I can login using NT authentication with my domain controller. Winbind is working perfectly with the domain, I have /etc/pam.d/login configured perfectly and I can login through the console.etc.. However, when I try to use passwd, it doesn't prompt for a new password, it does this: bash-2.05b$ passwd Changing password for
2017 Feb 17
0
Centos 7 httpd Permission problems with Postfixadmin
> > From error.log: > > [Fri Feb 17 12:56:33.478024 2017] [authz_core:error] [pid 5759] [client > 192.168.160.12:48290] AH01630: client denied by server configuration: > /usr/share/postfixadmin So it's an authorisation issue. In your .htaccess file change? ????Order allow,deny ??? ?Allow from all to the apache 2.4 version Require all granted See
2016 Aug 28
0
.htaccess file
On 2016-08-28, TE Dukes <tdukes at palmettoshopper.com> wrote: > > I'm just not following or understanding. The .htaccess file works but on a > slow DSL, I don't want the hits. What exactly is slow when you receive requests from remote clients that you don't want? Are you actually seeing problems when clients make requests and Apache has to read in your 2MB .htaccess
2004 Mar 10
0
Samba authentication against an NT group in Apache
Hi, I have exactly the same problem with my web server ... Linux/redhat 9.0 / kernel 2.4.20-20.9.1 (+ Acl patches) Samba 3.0.2a / compiles with winbind and Acl options Apache 2.0.40 / with mod_auth_pam 2.xx included Authentication to samba share from a windows workstation using Acl + winbind + "Nt domain groups" works fine. But I gave some problems when I want to use NT domain