Adam Reece

Results 67 comments of Adam Reece

This appears to be regarding password policy attributes within the directory. Looking at "apps/user_ldap/lib/User/User.php" at line 672 we find this: ``` $pwdGraceAuthNLimit = array_key_exists('pwdgraceauthnlimit', $result[0]) ? $result[0]['pwdgraceauthnlimit'] : []; ```...

Here's how lines 664-678 should ideally look: ``` //retrieve relevant password policy attributes $cacheKey = 'ppolicyAttributes' . $ppolicyDN; $result = $this->connection->getFromCache($cacheKey); if (is_null($result) || !is_array($result) || empty($result[0]) || !is_array($result[0])) {...

To name a few Google ones: chat.google.com hangouts.google.com meet.google.com

Are you sure you're using the right attributes for [groupMemberAttribute](https://github.com/Adambean/gitlab-ce-ldap-sync#groupmemberattribute-stringnull)? I've just checked on my own Active Directory instance. My "sMAAccountName" is "Adam Reece", but looking at the groups I'm...

It likely works for me as I have the "Subsystem for UNIX-based Applications" feature installed, so POSIX attributes such as "uid" and "memberUid" are automatically present in my AD. The...

+1, this paginator component is manipulating the query in a way that is not compatible with MySQL 5.7+. Example situation: Entities "Product" and "Taxonomy" are linked by bridge entity "TaxonomyToProduct",...

Oh yeah -- As per #358 I've also tried setting options "distinct" to false, and also removed the `addOrderBy()` from the repository function and as `"defaultSortFieldName" => "p2t.sort"` instead. We've...

I too am amazed to find this is still a problem in 2022. On Windows we've regularly had spaces in directory names since Windows 95, and on Linux the first...

This problem is very unresolved, even with the workarounds tried above. Currently if you want to use OneDrive with KeePass your best option is to use a native OneDrive client...

I've literally never used Docker, but feel free to send a PR up so you can retain credit. :)