Re: [cas-user] Re: Issue with cas 6 password managenment

2020-07-10 Thread indiandefence
Glad it helped you.  On Thu, Jul 9, 2020 at 7:02 PM arti wavale wrote: > Hello Root Sir, > > Thank you so much for guiding me and helping me to resolve problem. > Appreciated.. > > Thanks and Regards > Arti > > > On Thursday, July 9, 2020 at 5:18:57 AM UTC+5:30, Root wrote: >> >> >> SHA is

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-07-09 Thread arti wavale
Hello Root Sir, Thank you so much for guiding me and helping me to resolve problem. Appreciated.. Thanks and Regards Arti On Thursday, July 9, 2020 at 5:18:57 AM UTC+5:30, Root wrote: > > > SHA is pretty simple algorithm, but weak too, if you are testing its fine, > but not good for

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-07-08 Thread indiandefence
SHA is pretty simple algorithm, but weak too, if you are testing its fine, but not good for production. Yes, you should give a try with 636 and as new browsers are pushing towards https, using encrypted connection should become default. On Wed, Jul 8, 2020 at 8:27 PM arti wavale wrote: >

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-07-08 Thread arti wavale
Hello root, Thanks for quick response i have used SHA format for LDAP password. and also tried below properties in cas.properties file but still problem is same which is "could not update account password" # LDAP Password Encoding cas.authn.ldap[0].passwordEncoder.type=DEFAULT

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-07-08 Thread Root
Log is too much, but i can see the error is related to storing the LDAP password type, what type of algorithm is used to store password?, (SSHA ,SHA-512, scrypt, MD5.etc) and the character encoding, the default should be UTF-8 Try to keep default and try or just don't specify too much

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-06-23 Thread Root
OK, but what about the logs?, looking at logs you can get some hint, have you enabled CAS debug mode ( ) in cas-log4j2.xml file?, and also in your LDAP server some option to enable debug/verbose mode, after enable and restarting the services, tail both the logs and try to change the LDAP

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-06-23 Thread arti wavale
Hello Root, First of all, Thank you so much for your reply.. I'm using CAS v5.2 in which I have used "cas.authn.pm.ldap.userFilter=cn ={user}" in cas.properties file. The userFilter attribute was renamed to searchFilter in CAS v5.3 but Still I have tried "

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-06-23 Thread Root
@Arthi, Have you included "cas.authn.pm.ldap.searchFilter=cn={user}" in cas.properties?, and you should enable debug mode in both CAS and LDAP server side and check both logs to get more detail. On Tuesday, June 23, 2020 at 11:14:12 AM UTC+5:30, arti wavale wrote: > > All detail

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-06-23 Thread Vikash Chandra Ansh
Hey Arti, Can u share your number. I have some doubts. Vikash Chandra +918567019627 On Tue 23 Jun, 2020, 11:14 arti wavale, wrote: > All detail information provided in a document . Please find the attachment > > I am facing error such as "could not update the account password " > > If anyone

Re: [cas-user] Re: Issue with cas 6 password managenment

2020-06-22 Thread Vikash Chandra Ansh
Hi Arti, How are you proceeding with ldap password management. Please involve me as well as I want to incorporate this in my application. Thanks and Regards On Sat, Jun 20, 2020 at 9:59 AM arti wavale wrote: > can you explain me, how implemented password management in cas 5.2 and can > share

[cas-user] Re: Issue with cas 6 password managenment

2020-06-19 Thread arti wavale
can you explain me, how implemented password management in cas 5.2 and can share cas.properties file and which dependency are you used in pox.xml file? On Tuesday, November 20, 2018 at 10:33:06 PM UTC+5:30, MD. Fazla Rabby wrote: > > We are already using CAS5.2 and password management working