mirror of https://gitlab.crans.org/nounous/nixos
fix ldap
parent
dc45ed882f
commit
0623f60c3a
|
@ -92,7 +92,7 @@
|
|||
enabled = true;
|
||||
uri = "ldap://172.16.10.157:389";
|
||||
start_tls = false;
|
||||
base = "dc=crans,dc=org";
|
||||
base = "cn=Utilisateurs,dc=crans,dc=org";
|
||||
attributes = {
|
||||
uid = "uid";
|
||||
mail = "mail";
|
||||
|
|
Loading…
Reference in New Issue