Monday, July 31, 2023
apps@conference.yunohost.org
July
Mon Tue Wed Thu Fri Sat Sun
          1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
           

[20:26:15] <Tag> About LDAP integration for grocy, I tried to follow this page : https://yunohost.org/fr/packaging_sso_ldap_integration#ldap-integration
I couldn't login until I removed `(uid=%uid)` from the search filter. I don't know what this actually does...
[21:15:22] <tituspijean> I see `Setting('LDAP_UID_ATTR', ''); // Windows AD: "sAMAccountName", OpenLDAP: "uid", GLAuth: "cn"` in their default settings, maybe it was expecting a simple `uid` there but not in the filter?