View Issue Details

IDProjectCategoryView StatusLast Update
0000702Composr[All Projects] General / Uncategorisedpublic2012-07-23 20:09
ReporterChris GrahamAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0000702: Allow Active Directory SAM binding
DescriptionActive Directory does not use CN's (and thus DN's) to represent login usernames. Those are used for full names, although Active Directory does force uniqueness on them (very silly design...).

Add support for the 'Login property' being set to 'sAMAccountName', which will activate sam-based login (Windows-specific), rather than DN-based login. Remove the hidden-option added yesterday for sam logins which did not work right.

Ensure that LDAP queries never use DN's to find users, always must do a search filter instead.

Generally tidy up and comment code also, especially the quirks the code is trying to solve.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2012-07-23 20:09

administrator   ~0000783

Fixed in git commit 4ae475d (https://github.com/chrisgraham/Composr/commit/4ae475d - link will become active once code pushed)

A hotfix (a TAR of files to upload) have been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

hotfix-702, 2012-07-23 8pm.tar (57,344 bytes)

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised