Re: [cas-user] CAS 3.5.2 connect with LDAP

2014-09-22 Thread Alberto Cabello Sánchez
On Mon, 22 Sep 2014 00:03:48 -0700 (PDT) matikycz matik...@gmail.com wrote: Has anyone any advices or solutions for me? Can you trace the actual query issued to the LDAP? I guess something in your bean id=attributeRepository is not working as expected. -- Alberto Cabello Sánchez

Re: [cas-user] CAS 3.5.2 connect with LDAP

2014-09-22 Thread matikycz
I created users like this: dn: uid=user3,ou=users,dc=example,dc=com objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount uid: user3 sn: User givenName: User cn: User User displayName: User User uidNumber: 1002 gidNumber: 500 userPassword: user3pass gecos: User User

Re: [cas-user] CAS 3.5.2 connect with LDAP

2014-09-22 Thread matikycz
And as well output of LDAP export: # LDIF Export for dc=example,dc=com # Server: My LDAP Server (127.0.1.1) # Search Scope: sub # Search Filter: (objectClass=*) # Total Entries: 8 # # Generated by phpLDAPadmin (http://phpldapadmin.sourceforge.net) on September 22, 2014 8:08 am # Version: 1.2.2

Re:[cas-user] [cas-dev] Travis build time improvements and status

2014-09-22 Thread Jérôme LELEU
Hi, Builds from Travis are now pushed to Sonatype so that CAS early adopters can test the CAS server under development (version 4.1.0-SNAPSHOT). = https://oss.sonatype.org/content/repositories/snapshots/org/jasig/cas Thanks. Best regards, Jérôme LELEU Founder of CAS in the cloud:

Re: [cas-user] single sign not working in firefix version firefox-29.0.1

2014-09-22 Thread Santosh kumar
Hi, Single sign on working in chrome bt not in mozila, actually when i close firefox and after start firefox then cookie got deleted, bt in chrome i close and after open cookie still available so in chrome its working bt not in firefox. please help.. On Fri, Sep 19, 2014 at 6:38 PM, Waldbieser,

[cas-user] All possible returned CAS Errors

2014-09-22 Thread Christopher Sterling
Hey, I'm trying to update our internal wiki and I'm wondering, do you guys have a list of possibly returned errors? Our configuration is a fairly standard LDAP connection with LPPE enabled. The ones I know of are as follows *Default ones I know of:* 1. The credentials you provided cannot

Re: [cas-user] single sign not working in firefix version firefox-29.0.1

2014-09-22 Thread Scott Battaglia
The cookies are session cookies so browsers are supposed to clean them up when the browser closes. Chrome may not do that. The important thing is that SSO works within the same browser session. On Mon, Sep 22, 2014 at 2:10 PM, Santosh kumar kr.santosh3...@gmail.com wrote: Hi, Single sign