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:
parent
9d844d2be5
commit
c5dc35576e
1 changed files with 1 additions and 1 deletions
|
@ -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))'
|
||||
|
|
Loading…
Add table
Reference in a new issue