mirror of https://gitlab.crans.org/nounous/nixos
fix typo
parent
571e49f0ab
commit
99a38a69d9
|
@ -97,7 +97,7 @@
|
||||||
mail = "mail";
|
mail = "mail";
|
||||||
name = "sn";
|
name = "sn";
|
||||||
};
|
};
|
||||||
binddn = "cn=synapse,ou=service-users,dc=crans,dc=org";
|
bind_dn = "cn=synapse,ou=service-users,dc=crans,dc=org";
|
||||||
bind_password_file = config.age.secrets.ldap_synapse_password.path;
|
bind_password_file = config.age.secrets.ldap_synapse_password.path;
|
||||||
filter = "(&(objectclass=inetOrgPerson)(objectclass=posixAccount))";
|
filter = "(&(objectclass=inetOrgPerson)(objectclass=posixAccount))";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue