View Issue Details

IDProjectCategoryView StatusLast Update
0002842SOGowith SOGopublic2014-07-07 13:05
Reporterbambero Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
OSOpenBSDOS Version5.5 
Product Version2.1.1 
Summary0002842: LDAP {PLAIN} auth
Description

SOGo supports password algoritm like {algoritm}password.

In my LDAP passwords looks like:
{plain}123456

So I put to SOGo configuration:
SOGoUserSources = (
{
type = ldap;
...
userPasswordAlgorithm = plain;
passwordPolicy = NO;
prependPasswordScheme = YES;
}
);

So when I put password 123456 in authorization form I cannot login.

But when I put {plain}123456 I can login.

When changing passwords by SOGo in ldap I have {plain}123456 (this is correct), so why I cannot login ?

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-07-07 13:05 bambero New Issue