Questions tagged [cas]

The Client Access Server (CAS) server role enables Exchange 2007 and newer to connect to email clients.

37 questions
7
votes
4 answers

How do accept multiple authentication options in Apache?

I want to protect a path in my VirtualHost but allow users a variety of authentication options (e.g. mod-auth-cas, mod-auth-openid and mod-auth-digest.) How do I set up the virtual host definition to allow multiple auth-types for the same location?
James A. Rosen
  • 503
  • 3
  • 9
  • 19
5
votes
1 answer

How do I set up mod_auth_cas for a VirtualHost?

I have the following in /etc/apache2/httpd.conf: Include /private/etc/apache2/passenger_pane_vhosts/*.conf I have the following in /etc/apache2/passenger_pane_vhosts/my_site.conf: LoadModule auth_cas_module…
James A. Rosen
  • 503
  • 3
  • 9
  • 19
5
votes
0 answers

Outlook Change Password Prompt - What enables this, and what do I put for Exchange Server?

One of my end users sent me this screen, which is obviously indicative of an expired user password I'm unable to replicate this in my lab, nor do I know what value to put in for Exchange. (is it just the CAS server?) What are the required version…
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
3
votes
1 answer

Certificates when using cas+apache (mod_auth_cas)

I'm running CAS authentication on one server, and a website that is to be secured on a seperate server on my local network. When I ran both CAS and Apache on the same server, they worked fine. When I separated them to two different physical hosts,…
3
votes
1 answer

Will moving to a CAS array object in Exchange 2010 mess up currently configured clients pre-CAS array config?

I'm planning for an Exchange 2010 environment that is looking to move from operating on a singular CAS server to having multiple CAS servers with a CAS array object configured. There are clients with Outlook profiles that are referencing the…
Nick S
  • 33
  • 2
2
votes
0 answers

nginx proxy with CAS

I have a JS application that issues REST calls from the client browser to a data source that sits behind nginx. We need to implement CAS authentication for the application to manage access. However I am not sure how to implement the CAS piece for…
nick_v1
  • 365
  • 2
  • 3
  • 11
2
votes
1 answer

Exchange 2010 : Fix throttling in OWA due to "max effective time in CAS"

So, we had an issue today where less than a dozen users have been getting timeout errors in OWA. "! Server Busy The server is busy and respond to your request. Please try again later." They're all external, thus coming through our TMG and hitting…
mfinni
  • 35,711
  • 3
  • 50
  • 86
2
votes
0 answers

Exchange 2013 CAS server unknown app pool name for services

I have an problem with a CAS server that I'm trying to wrap my head around. This server was recently rebuilt (clean uninstall of Exchange 2013 and fresh install without restoring settings) in an attempt to address a similar issue and it came…
user98651
  • 95
  • 1
  • 2
  • 11
2
votes
1 answer

Open-source HelpDesk solution for Windows?

I'm looking for an open-source HelpDesk solution with the following features: CAS or direct AD integration Different priorities for different tickets KB generation (from tickets and manually) Email support (create, reply via email) Client can view…
A T
  • 397
  • 1
  • 4
  • 15
2
votes
1 answer

What GPO rights are required for an exchange service account?

I'm trying to create an exchange domain service account. I'd like to define the rights in a Group Policy Object. since this is for both a 2 node DAG, and 2 node CAS Array, I need to know the rights for services like "Exchange Server RPC Client…
Duardon
  • 31
  • 1
  • 6
2
votes
1 answer

Exchange 2010 CAS not proxying RPC/HTTPS connections to Exchange 2003 server

I am migrating from Exchange 2003 to 2010, I would like to setup co-existance and followed the instructions for setup on technet. OWA redirects without issue, the problem I have is with RPC/HTTPS. Exchange 2003 mailboxes and connect directly to…
ITGuy24
  • 1,576
  • 1
  • 15
  • 29
1
vote
1 answer

Issue to get Cookie: JSESSIONID and auth_cookie

I wanted to execute one API using the command line but need to pass Cookie: JSESSIONID=<>; auth_cookie=<> value while executing it. We have CAS authentication for the target API. Please let me know the curl or another command to get Cookie:…
Sunil Bhoi
  • 189
  • 1
  • 1
  • 9
1
vote
0 answers

My webmail access (Proxy CAS) fails when I check my mails by IMAP

I use a web sso portal which provides cas tickets. I "cassify" my webmail and my imap server (cyrus-imapd). When I fetch my emails from the Webmail (proxy CAS), it's ok. Except if I fetch my emails with a classic IMAP client and I try to fetch…
1
vote
1 answer

Java application authentication using Active Directory

I am working on a third party Java application for which I need to authenticate its users using Active Directory. This application is hosted on RHEL 6.5, and uses LDAP to authenticate with Windows Active Directory. The AD server has been set up, and…
rud_hp9
  • 13
  • 5
1
vote
3 answers

Exchange 2007 CAS - Advantages of ISA Server over forwarding port 443

I'm working on deploying Exchange 2007 into an existing Exchange 2003 environment. Microsoft does not support placing an Exchange 2007 Client Access Server (CAS) in a perimeter/DMZ network. Microsoft instead suggests placing an ISA Server in the…
Carl C
  • 1,038
  • 3
  • 10
  • 19
1
2 3