gitlab: properly use the username

This commit is contained in:
silver 2023-05-24 21:08:42 +01:00
parent 59f4057698
commit 3dc27bcf77

View file

@ -150,10 +150,11 @@
#base = "ou=users,${cfg.ldap.base}?sub?(|(skMemberOf=cn=skynet-users,ou=groups,${cfg.ldap.base}))";
base = "ou=users,${cfg.ldap.base}";
username = "uid";
email = "skMail";
name = "cn";
attributes = {
username = "uid";
email = "skMail";
name = "cn";
};
group_base= "ou=groups,${cfg.ldap.base}";
admin_group = "skynet-admins";