Quantcast
Channel: Software Communities : Popular Discussions - All Things Unix
Viewing all articles
Browse latest Browse all 1046

VAS error "Unknown error 851968"

$
0
0
Hi.

I configured Oracle iAS apache to use mod_auth_vas
I have added to httpd.conf:
LoadModule auth_vas_module      libexec/mod_auth_vas.so
AuthVasServerPrincipal  ServiceHTPausgotst70@AMER.DELL.COM
AuthVasKeytabFile       /etc/opt/quest/vas/HTTP.keytab

I created file .htaccess in
htdocs/vas/ directory. Content is:
AuthType VAS
AuthVasAuthz On
Require valid-user

When I trying to load page in IE, I saw error:
"
Authorization RequiredAuthorization Required
This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.

Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server Server at ausgotst70.us.dell.com Port 7790
"

Server logs listed below:
$ cat access_log.1245888000
10.24.164.152 - - [25/Jun/2009:10:40:52 +0100] "GET /vas/README.html HTTP/1.1" 401 536 0
10.24.164.152 - - [25/Jun/2009:10:40:52 +0100] "GET /vas/README.html HTTP/1.1" 401 536 0

$ cat ssl_request_log.1245888000
[25/Jun/2009:10:40:52 +0100] 10.24.164.152 TLSv1 SSL_RSA_WITH_RC4_128_MD5 "GET /vas/README.html HTTP/1.1" 536
[25/Jun/2009:10:40:52 +0100] 10.24.164.152 TLSv1 SSL_RSA_WITH_RC4_128_MD5 "GET /vas/README.html HTTP/1.1" 536

$ cat error_log.1245888000
[Thu Jun 25 10:40:52 2009] [error] [client 10.24.164.152] [ecid: 1245922852:10.30.101.222:3917:0:5,0] do_gss_spnego_accept: VAS_ERR_INTERNAL: First call to gss_accept_sec_context() failed, minor_status = -1765328240, result = 851968, display_status = " Miscellaneous failure (see text)", Mechanism Specific error text: "Unknown error 851968"
[Thu Jun 25 10:40:52 2009] [error] [client 10.24.164.152] [ecid: 1245922852:10.30.101.222:3917:0:5,0] do_gss_spnego_accept: VAS_ERR_INTERNAL: First call to gss_accept_sec_context() failed, minor_status = -1765328240, result = 851968, display_status = " Miscellaneous failure (see text)", Mechanism Specific error text: "Unknown error 851968"


Viewing all articles
Browse latest Browse all 1046

Trending Articles