RE: [cas-dev] Ldap Service Registry

2013-08-13 Thread Danner, Mearl
AM To: cas-dev@lists.jasig.org Subject: Re: [cas-dev] Ldap Service Registry > Seems the latest version (4.0 RC2) has broken my LDAP service > registry. The changes were required due to fact that new test coverage indicated a number of bugs in the RC1 components. The test coverage required creation

Re: [cas-dev] Ldap Service Registry

2013-08-13 Thread Marvin S. Addison
Seems the latest version (4.0 RC2) has broken my LDAP service registry. The changes were required due to fact that new test coverage indicated a number of bugs in the RC1 components. The test coverage required creation of a new objectClass on our test directory, so we went with names that wer

[cas-dev] Ldap Service Registry

2013-08-12 Thread Danner, Mearl
Seems the latest version (4.0 RC2) has broken my LDAP service registry. I notice in DefaultLdapServiceMapper.java that the LDAP schema for services registries has been altered. (objectClass=casRegisteredService rather casService, etc.). Is the new schema published so that I can extend my curren