View Issue Details

IDProjectCategoryView StatusLast Update
0004005SOGoBackend Generalpublic2017-01-25 12:31
Reporterdsekowski@uck.gda.pl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSDebianOS Version8 (Jessie)
Product Version3.2.5 
Summary0004005: Password policy from Active Directory
Description

Hello. I set passwordPolicy=YES, so SOGo can use password politics from my Active Directory environment, for example if user has a flas "Must change password at next logon" then SOGo inform user about it and allow him to make it.

But when I set up this parameter, nothing has changed, so if user has flag "Must change password at next logon", "Account is locked", "Account expired" then SOGo inform that user or password are incorrect. It's very misunderstanding for my users.

Does SOGo have support for Active Directory in this matter ?

my conf:
SOGoUserSources = (
{
id = directory;
displayName = "Kontakty UCK";
canAuthenticate = YES;
type = ldap;
CNFieldName = displayName;
IDFieldName = cn;
UIDFieldName = cn;
bindAsCurrentUser = YES;
canAuthenticate = YES;
passwordPolicy = YES;
baseDN = "ou=Users,dc=ad,dc=ad";
hostname = ldaps://server.ad.ad:636;
userPasswordAlgorithm = ssha;
IMAPLoginFieldName = userPrincipalName;
SearchFieldNames = (displayName, userPrincipalName, cn, sn, telephoneNumber, mail, shadowAddress, thumbPhoto);
isAddressBook = YES;
}
);

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-01-25 12:31 dsekowski@uck.gda.pl New Issue