Hi all,
I'm having trouble when users from other domains out of the web server's domain.
I'm using VAS 3.6.8.1
Here's the error we're getting:
[Tue Dec 17 14:39:07 2013] [debug] mod_auth_vas.c(1339): [client 10.10.10.10] [mod_auth_vas] auth_vas_cleanup_request
[Tue Dec 17 14:39:33 2013] [debug] mod_auth_vas.c(2312): [client 10.10.10.10] [mod_auth_vas] auth_vas_check_user_id: auth_type=VAS
[Tue Dec 17 14:39:33 2013] [debug] mod_auth_vas.c(2359): [client 10.10.10.10] [mod_auth_vas] Got: 'Authorization: Basic [...]'
[Tue Dec 17 14:39:33 2013] [debug] mod_auth_vas.c(2422): [client 10.10.10.10] [mod_auth_vas] apr_base64_decode returned 25 btyes
[Tue Dec 17 14:39:33 2013] [debug] mod_auth_vas.c(1154): [client 10.10.10.10] [mod_auth_vas] do_basic_accept
[Tue Dec 17 14:39:33 2013] [debug] mod_auth_vas.c(1194): [client 10.10.10.10] [mod_auth_vas] check_password: user='DOMAIN2\\USER1'
[Tue Dec 17 14:39:33 2013] [debug] mod_auth_vas.c(1416): [client 10.10.10.10] [mod_auth_vas] rnote_get: creating rnote
[Tue Dec 17 14:39:33 2013] [debug] mod_auth_vas.c(1367): [client 10.10.10.10] [mod_auth_vas] initialize_user
[Tue Dec 17 14:39:33 2013] [error] [client 10.10.10.10] [mod_auth_vas] initialize_user: Failed to initialize user for DOMAIN2\\USER1: VAS_ERR_INVALID_PARAM: Invalid unix name DOMAIN2\\USER1
The server is located at DOMAIN1
And the user which is trying to access the website is on DOMAIN1
Here's my VAS Conf:
<Directory />
Options FollowSymLinks
AllowOverride None
# Enable VAS authentication for entire site:
AuthType VAS
AuthVasRemoteUserMap ldap-attr sAMAccountName
AuthVasAuthoritative On
AuthVasUseNegotiate On
# If client cannot negotiate, fall back on basic authentication
AuthVasUseBasic On
AuthName "your Windows account"
# The criteria for accessing these web page
Require user USER1
Order deny,allow
Deny from all
</Directory>
I need to be able to authenticate users from DOMAIN1 and DOMAIN2
Regards,
Obed N Munoz