Displaying 9 results from an estimated 9 matches for "auth_kerb".
2018 Oct 04
2
CentOS 7.5, Apache 2.4, Kerberos
...result of
<RequireAny>: granted
[authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of
Require valid-user : denied (no authenticated user yet)
[authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of
<RequireAny>: denied (no authenticated user yet)
[auth_kerb:debug] src/mod_auth_kerb.c(1643): kerb_authenticate_user entered
with user (NULL) and auth_type Kerberos
[headers:debug] mod_headers.c(900): AH01503: headers:
ap_headers_error_filter()
[authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of
Require valid-user : denied (no authent...
2001 Jul 27
3
installation error
...n file included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock.h:20,
from /usr/include/sys/vnode.h:37,
from /usr/include/sys/stream.h:21,
from /usr/include/netinet/in.h:38,
from /usr/include/rpc/auth_kerb.h:14,
from /usr/include/rpc/rpc.h:39,
from saveload.c:229:
/appl/gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.7.2.3/include/sys/param.h:187:
warning: `NBBY' redefined
/usr/include/sys/select.h:45: warning: this is the location of the
previous definition
In file inc...
2001 May 18
1
Installation help (saveload.c)
...e included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock.h:20,
from /usr/include/sys/vnode.h:37,
from /usr/include/sys/stream.h:21,
from /usr/include/netinet/in.h:38,
from /usr/include/rpc/auth_kerb.h:14,
from /usr/include/rpc/rpc.h:39,
from saveload.c:229:
/erd/share/gnu/lib/gcc-lib/sparc-sun-solaris2.4/2.7.0/include/sys/param.h:185:
warning: `NBBY' redefined
/usr/include/sys/select.h:45: warning: this is the location of the
previous definition
In fil...
1998 Apr 21
1
R-beta: R make problem
...n file included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock.h:20,
from /usr/include/sys/vnode.h:37,
from /usr/include/sys/stream.h:21,
from /usr/include/netinet/in.h:38,
from /usr/include/rpc/auth_kerb.h:14,
from /usr/include/rpc/rpc.h:39,
from saveload.c:243:
/home/res/public/gnu/sun5/lib/gcc-lib/sparc-sun-solaris2.4/2.7.1/include/sys/param.h:185:
warning: `NBBY' redefined
/usr/include/sys/select.h:45: warning: this is the location of the previous
definition...
1999 Mar 18
1
Building R under gnumake 3.75, Solaris 2.6
...n file included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock.h:20,
from /usr/include/sys/vnode.h:37,
from /usr/include/sys/stream.h:21,
from /usr/include/netinet/in.h:38,
from /usr/include/rpc/auth_kerb.h:14,
from /usr/include/rpc/rpc.h:39,
from saveload.c:269:
/usr/local/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2/include/sys/param.h:187: warning: `NBBY' redefined
/usr/include/sys/select.h:45: warning: this is the location of the previous definition
In file includ...
1997 Dec 13
1
R-beta: Compile error; R-0.60.1, Solaris 2.6, gcc 2.7.2.1
...n file included from /usr/include/sys/turnstile.h:12,
from /usr/include/sys/t_lock.h:20,
from /usr/include/sys/vnode.h:37,
from /usr/include/sys/stream.h:21,
from /usr/include/netinet/in.h:38,
from /usr/include/rpc/auth_kerb.h:14,
from /usr/include/rpc/rpc.h:39,
from saveload.c:243:
/pack/gcc-2.7.1/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2.1/include/sys/param.h:185:
warning: `NBBY' redefined
/usr/include/sys/select.h:45: warning: this is the location of the
previous definition
In file...
2018 Feb 05
0
mod_auth_kerb realm not stripped
Hello all.
We have a CentOS 7 system integrated with Active Directory. Achieved using
realmd, SSSD and krb5-workstation together with a ktpass-generated keytab.
Apache's mod_auth_kerb allows users to authenticate via their AD accounts, and
authorise with "require user" directive. But so far we fail to authorise via
AD group membership. i.e. adding AuthLDAPUrl and "require ldap-group"
directives to httpd.conf results in access being denied. Using ldapsearch
w...
2011 Dec 21
0
auth_ntlm_winbind_module causes 401 without any errors.
Hi,
I am using samba 3.6.1 on centos 5.6, and joined a domain controlled
by windows 2008.
`ntlm_auth --username=magicloud` returns NT_XXXX_SUCCESS. So I
assumed that everything is OK.
Then I configured auth_ntlm_winbind_module for apache 2.2, which
worked before with auth_kerb.
LoadModule auth_ntlm_winbind_module
/usr/lib64/httpd/modules/mod_auth_ntlm_winbind.so
<LocationMatch "^/.*$">
AuthName "DOMAIN"
AuthType NTLM
AuthType Negotiate
NTLMAuth on
NTLMAuthHelper "/usr/bin/ntlm_auth
--helper-protocol=...
2014 Mar 13
0
apache, krb5 annoyances
Something I've been fighting since yesterday... I got trac installed, and
working. Then I had to add security. Got all the moving pieces in -
mod_ssl, auth_kerb. If I go to https://hostname/trac, everything's fine, a
popup window asks for username and password. But if I go to
https://hostname.f.q.d.n/trac, it fails, returning a 500? 501? Internal
server error. I'm on a workstation running CentOS 6.5; my user, on Windows
and running IE, gets the sam...