Re:[cas-user] CAS Logging and CAS with MySQL

2014-07-21 Thread jason
Well thanks for the help; it's progress just to confirm that my config seems okay. I feel like improper credentials to my database in the deployerConfigContext.xml file should result in clear error messages in the logs to the effect that the database connection is failing. Any developer on the

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread Daniel Fisher
On Mon, Jul 21, 2014 at 6:31 PM, Raymond Drew Walker wrote: > So, as for the flow processing, after upping all ldaptive logs to DEBUG, > here¹s what I get: > Can you set the log level to TRACE for the org.ldaptive.control package? > controls=[[org.ldaptive.control.PasswordPolicyControl@-35005737

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread Raymond Drew Walker
Daniel, I¹ve added the context component (along with the required namespace declarations in the bean.) With this in place, I do see the correct LDAP attribute queries on login, now I¹ll work on getting them mapped appropriately for use by the principalIdAttribute. So, as for the flow processing,

re:[cas-user] CAS 4 & Eclipse?

2014-07-21 Thread dano
I was finally able to get it work. once cas 4 was imported I closed all the sub-projects. After that I was able to debug with the overlay, (I was forced to manually 'link' the main cas-root folder, which now allows me step through the source. Cheers Dano -- You are currently subscribed to cas-

[cas-user] CAS 4 & Eclipse?

2014-07-21 Thread dano
Hi folks, sorry for some noob questions..but just getting started here. I have the my maven overlay pom working (right now its empty, other then pulling the cas server). I have the project 'working' in eclipse (sts-3.6), i.e. i can fire it up and get to the login page and login using: casuser/M

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread Daniel Fisher
On Mon, Jul 21, 2014 at 1:15 PM, Raymond Drew Walker wrote: > controls=[[org.ldaptive.control.PasswordPolicyControl@-350057371::criticali > ty=false, timeBeforeExpiration=0, graceAuthNsRemaining=0, error=null]]] There's the control, but it doesn't look like it was parsed correctly. Can you turn t

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread Raymond Drew Walker
With this added, I get the following debug info from ldaptive: 2014-07-21 09:56:47,040 DEBUG [org.ldaptive.auth.PooledSearchDnResolver] - 2014-07-21 09:56:47,041 DEBUG [org.ldaptive.auth.PooledSearchDnResolver] - 2014-07-21 09:56:47,058 DEBUG [org.ldaptive.auth.PooledSearchDnResolver] - 2014-07

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread Daniel Fisher
On Mon, Jul 21, 2014 at 12:12 PM, Raymond Drew Walker wrote: > I¹ll crank up logging to see if anything comes up. Here¹s my deployer > config: > > class="org.ldaptive.auth.PooledBindAuthenticationHandler" > p:connectionFactory-ref="bindPooledLdapConnectionFactory" /> > Try adding the passw

Re: [cas-user] CAS 4 and LDAP

2014-07-21 Thread Daniel Fisher
On Mon, Jul 21, 2014 at 10:54 AM, wrote: > Yes, thanks i see my attributes now. > I confirm that my user can read the entry. > The problem is the same.. What does your LDAP log say? > [LDAP: error code 32 - No Such Object]; remaining name > ‘uid=myuser,ou=personnel,ou=people,dc=unice,dc=fr'] T

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread Raymond Drew Walker
I¹ll crank up logging to see if anything comes up. Here¹s my deployer config: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:p="http://www.springframework.org/schema/p"; xmlns:c="http://www.springframework.org/schem

RE: [cas-user] CAS War Overlay "'principal' cannot be null."

2014-07-21 Thread Bird, Rachel
Does anyone have any ideas for this? Thanks, Rachel Bird Enterprise Systems Analyst Taylor University 236 West Reade Avenue Upland, Indiana 46989-0001 Office: 765-998-5504 -Original Message- From: Rachel [mailto:rachel_b...@taylor.edu] Sent: Thursday, July 17, 2014 3:42 PM To: cas-user@l

[cas-user] cas server 3.5.2.1 for weblogic server 10.3.6 deployment has some errors when login

2014-07-21 Thread sunchaojin
Hi, I have downloaded the cas server 3.5.2 these days on your site. First, I put the cas-server-webapp-3.5.2.1.war into the tomcat 7.x ,and I set some xml configurations for http way(not https ), it went good!! Next ,when I put it into a weblogic server 10.3.6, it startted normally too, but whe

Re: [cas-user] CAS 4 and LDAP

2014-07-21 Thread Daniel . CHARLOT
Yes, thanks i see my attributes now. I confirm that my user can read the entry. The problem is the same.. - Daniel CHARLOT D.S.I. Université de Nice Sophia-Antipolis Administrateur Systèmes et Réseaux 28, avenue de Valrose - BP 2135 -

[cas-user] cas server 3.5.2.1 for weblogic server 10.3.6 deployment has some errors when login

2014-07-21 Thread sunchaojin
Hi, I have downloaded the cas server 3.5.2 these days on your site. First, I put the cas-server-webapp-3.5.2.1.war into the tomcat 7.x ,and I set some xml configurations for http way(not https ), it went good!! Next ,when I put it into a weblogic server 10.3.6, it startted normally too, but whe

[cas-user] cas server 3.5.2.1 do not support weblogic 10.3

2014-07-21 Thread sunchaojin
Hi, I found cas server webapp 3.5.2.1 do not support weblogic 10.3 +. when deploying it , I firstly access the /login ,and get a error! -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-

[cas-user] xx

2014-07-21 Thread sunchaojin
-- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread Daniel Fisher
On Fri, Jul 18, 2014 at 6:07 PM, Raymond Drew Walker wrote: > I ran across this issue as well (with Oracle DS LDAP as backend.) > > Once the typo was resolved, even with an extended number of warning days AND > warnAll set to true in config, there is no modification of behavior for any > type of a

Re: [cas-user] Rebuilding a single cas-server-support-anything component

2014-07-21 Thread Scott Battaglia
Can you open an issue/pull request for this? Thanks! Scott On Mon, Jul 21, 2014 at 9:26 AM, wrote: > Hi Guillaume, > > I have do : > cd /cas-server-4.0.0/ > vi pom.xml > replace > ${cs.dir}/src/licensing/header.txt > by > ${licenseHeader} > > mvn package install worked for me > > Bye > -

Re: [cas-user] CAS 4 and LDAP

2014-07-21 Thread Daniel Fisher
On Mon, Jul 21, 2014 at 9:17 AM, wrote: > In fact i dont know why my returnAttributes=[] are empty/null. > Where configure that ? Add to your deployerConfigContext.xml That should get the return attributes set correctly. Confirm that the user has read access to their own entry. --Daniel Fish

Re: [cas-user] Rebuilding a single cas-server-support-anything component

2014-07-21 Thread Daniel . CHARLOT
Hi Guillaume, I have do : cd /cas-server-4.0.0/ vi pom.xml replace ${cs.dir}/src/licensing/header.txt by ${licenseHeader} mvn package install worked for me Bye - Daniel CHARLOT D.S.I. Université de Nice Sophia-Antipolis Administrat

Re: [cas-user] CAS 4 and LDAP

2014-07-21 Thread Daniel . CHARLOT
Hi, I have found before : 2014-07-21 15:01:21,282 INFO [org.ldaptive.auth.Authenticator] - Authentication succeeded for dn: uid=myuser,ou=personnel,ou=people,dc=unice,dc=fr An error : searchFilter=[org.ldaptive.SearchFilter@1642584434::filter=(objectClass=*), parameters={}], returnAttributes=[],

Re: [cas-user] CAS 4 LPPE Configuration

2014-07-21 Thread wa
Other than the typo I also had to add the ActiveDirectoryAuthenticationResponseHandler as below to be able to parse AD response. On Saturday, July 19, 2014 3:08:30 AM UTC+5, Raymond Drew Walker wrote: > > I ran across this issue as well (w