Fix ldap login names with minus
parent
13f85f26ed
commit
74198511ed
|
@ -127,6 +127,8 @@
|
|||
LDAP_BASE = "ou=users,dc=c3d2,dc=de";
|
||||
LDAP_SEARCH_FILTER = "(&(objectclass=person)(|(%{uid}=%{email})(%{mail}=%{email})))";
|
||||
LDAP_UID = "uid";
|
||||
# convert .,- (space) in LDAP usernames to underscore
|
||||
LDAP_UID_CONVERSION_ENABLED = "true";
|
||||
};
|
||||
localDomain = "c3d2.social";
|
||||
otpSecretFile = config.sops.secrets."mastodon/otp-secret".path;
|
||||
|
|
Loading…
Reference in New Issue