profiles/ldap: init
Phew, this is working? Signed-off-by: Ryan Lahfa <federez-infra@lahfa.xyz>
This commit is contained in:
parent
4a043d6fb5
commit
0a637e5079
5 changed files with 90 additions and 23 deletions
|
@ -8,27 +8,4 @@
|
|||
pkgs.htop
|
||||
pkgs.kitty.terminfo
|
||||
];
|
||||
|
||||
users.ldap.daemon = {
|
||||
enable = false;
|
||||
extraConfig = ''
|
||||
# The location at which the LDAP server(s) should be reachable.
|
||||
uri ldaps://ldap.federez.net
|
||||
uri ldaps://ldap-ro.federez.net
|
||||
|
||||
# The search base that will be used for all queries.
|
||||
base dc=federez,dc=net
|
||||
|
||||
base passwd cn=Utilisateurs,dc=federez,dc=net
|
||||
base shadow cn=Utilisateurs,dc=federez,dc=net
|
||||
base group ou=posix,ou=groups,dc=federez,dc=net
|
||||
|
||||
# The LDAP protocol version to use.
|
||||
ldap_version 3
|
||||
|
||||
# The DN to bind with for normal lookups.
|
||||
binddn cn=nssauth,ou=service-users,dc=federez,dc=net
|
||||
bindpw ********TOP-SECRET-PASSWORD-THAT-MUST-BE-CHANGED-FOR-A-VALID-ONE********
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue