Questions tagged [cas]

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

37 questions
1
vote
1 answer

Exchange 2013 DAG Replication

I'm in the process of setting up a 2nd Exchange server 2013 and then Create a DAG for disaster recovery purposes. At the moment we have one CAS/Mailbox Exchange 2013 Server installed on the main site and now they would like to have a second Exchange…
StefanGrech
  • 154
  • 2
  • 10
1
vote
0 answers

Exchange 2010 w/ CAS + Edge Transport. Make CAS Internet Facing?

If I'm deploying an Edge Transport Server to the DMZ, do I need to make the Client Access Server internet facing in order to send / receive mail from the WAN? Asked another way: If I deploy an Edge Transport server with the CAS in the internal…
Brandon
  • 11
  • 1
1
vote
0 answers

How to redirect clients to an external central authorization service (CAS) in web2py app?

I am trying to use an external CAS to authenticate users. I use this to do the task: auth = Auth(db, cas_provider = 'https://some_url') And when accessing the url http://127.0.0.1:8000/app/default/user/login I get the following error: web2py™ …
dtrckd
  • 111
  • 4
1
vote
1 answer

using cas server with mongodb backend

I 'm new to setting up cas(Central Authentication Service) server. I couldn't find any guides to setup mongodb as backend for CAS server. Is there an adapter to connect CAS and mongodb. BTW, we don't want to use LDAP. I have installed necessary…
cuteboyucsc
  • 21
  • 1
  • 4
1
vote
0 answers

SSL exception "No name matching domain found" apache in front of 2 tomcats servers

I have 2 servers. Server1 is an Ubuntu 12.04 LTS with Alfresco 4.2 on Tomcat. Server2 is a Windows 7 with my CAS server (SSO) on eclipse installation. Both have apache with mod proxy AJP in front to negotiate SSL. Alfresco on server1.tld return CAS…
Design
  • 11
  • 2
1
vote
1 answer

Outlook 2013 does not connect to Exchange 2013

I installed an Exchange2013-Server on Windows2012. The Windows2012 server also acts as domain controller - just everything is on this machine. The server has an internal FQDN (machine.test.internaldomain.local). I also configured an subdomain that…
Holger
  • 11
  • 1
  • 2
1
vote
0 answers

Using Perfmon counters only, how can I determine host CPU contention / overload?

I'm running VMWare and have an ESX host that is running at 100% CPU. I also have two Exchange 2010 CAS servers that are running at 100% CPU, Here are some additiona observations: The sum of the Processes tab is only a fraction of the total CPU. …
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
1
vote
0 answers

SSL between 2 Tomcat Servers

I'm trying to make 2 tomcat servers communicate by SSL (one with a CAS webapp, the other one with Liferay) both are on my computer. The problem is that when Liferay tries to validate the ticket granted by CAS, it does not uses the SSL Connector I…
Waterfrag
  • 111
  • 4
1
vote
1 answer

Strange data returned from Exchange Web Services SDK. How do I update the CAS SCP data?

I'm using the Exchange Web Services SDK and am getting strange results after these lines run: ScpUrlGuidString = @"77378F46-2C66-4aa9-A6A6-3E7A48B19596"; ScpPtrGuidString = @"67661d7F-8FC4-4fa7-BFAC-E1D7794C1F68"; configSearcher.Filter = …
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
1
vote
1 answer

Moving from single-site to multi-site Active Directory has broken OWA proxying

Originally we had the following setup: OfficeExch01 has Mailbox Role and CAS Role OfficeExch01 is in the office. CoLoExch01 had just CAS Role. CoLoExch01 is internet facing and in a CoLo. Three AD domain controllers in the default site. Users…
0
votes
2 answers

How can one create an internal-use ssl certificate with an in-house CA that doesn't read as self-signed?

I'm ultimately attempting to get a PHP CAS client (zend server 8 with apache) to trust a CAS server (tomcat 7), and to that end have gone as far as to gin up my own private key infrastructure, here seen with password replaced with buttocks: PKI…
Archgeek
  • 1
  • 1
  • 4
0
votes
2 answers

Exchange 2010 CAS - How to make OWA front fancing?

2008 R2 SP1 - Exchange 2010 SP2 - 14.2 We had to restore our Databases due to corruption, and afterwords we had a version mismatch on the CAS and the DB Server. Ended up building a replacement CAS server same, OS, name & IP. Ran the Setup.com…
0
votes
1 answer

Certificate bound to ip address

I've seen that there are similar questions, but none give a perfect answer to me. I'm trying to set up two machines. One with LAMP and a platform (that works great) and it also handles the user db through LDAP. On the other machine there is a portal…
0
votes
1 answer

Reverse Proxy single sign-on

I have a reverse proxy handling ssl termination and mod_security. The issue is after sso reaches the backend server it tries to authenticate with cas directly instead of the through the proxy still, and since the backend server is inside our…
0
votes
0 answers

monitoring CAS login system

I have a CAS (Central Authentication System) that uses ADFS to authenticate user. First user go to a webapp, click login, which redirects it to CAS. If user is authenticated, it redirects back to webapp, else it will send it to ADFS and authenticate…