Page 1 of 1

password authentication in login

PostPosted:Wed Feb 06, 2013 10:59 am
by rasha123
Hi,

Im using openkm 5.1.10

and it is connected with ldap active directory user authentication.

i noticed that user can login with only their user name and the password field is empty!

how can i make it required to enter password?
i tried to change this configuration i the administration tab but no effect!
Code: Select all
validator.password	String 	com.openkm.validator.password.CompletePasswordValidator 	
validator.password.max.length	Integer 	15 	
validator.password.min.digits	Integer 	1 	
validator.password.min.length	Integer 	1 	
validator.password.min.lowercase	Integer 	1 	
validator.password.min.uppercase	Integer 	1 	
validator.password.mini.special	Integer 	0 
i restarted jboss still the same.

also the logo , i uploaded new logo but also wont effect.

any help plz?

Re: password authentication in login

PostPosted:Thu Feb 07, 2013 6:44 pm
by jllort
In ldap this has no effect because all your passwords and users are stored in ldap. Is there where you should apply any police. OpenKM in this scenario only acts as reader, nothing else.

Re: password authentication in login

PostPosted:Sat Feb 09, 2013 7:02 am
by rasha123
hi,

you mean that this rule
validator.password String com.openkm.validator.password.CompletePasswordValidator
will not effect in openkm as long as im using ldap?

and i should apply this rule in active directory?

Re: password authentication in login

PostPosted:Sat Feb 09, 2013 10:06 am
by jllort
Exact. OpenKM can not write in your ldap like other apps ( for example access to ldap password will be a security hole etc...) LDAP as a centralized users point should be used only by application in read mode and is there where you should apply all policies.