1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redmine_ynh.git synced 2024-09-03 20:16:16 +02:00

fix firstname/lastname inversion in db-ldap.sql

This commit is contained in:
François DORIN 2023-09-18 10:08:12 +02:00
parent 9d844d2be5
commit c5dc35576e

View file

@ -5,8 +5,8 @@ INSERT INTO public.auth_sources(type, name, host, port, base_dn, attr_login, at
389,
'ou=users,dc=yunohost,dc=org',
'uid',
'sn',
'givenName',
'sn',
'mail',
TRUE,
'(&(objectclass=posixAccount)(permission=cn=redmine.main,ou=permission,dc=yunohost,dc=org))'