mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(idp): samba ldap attributes
This commit is contained in:
parent
4ad8e34fa4
commit
81bd1a1a15
12 changed files with 670 additions and 3 deletions
|
|
@ -123,7 +123,7 @@
|
|||
(mkWrapper rec {
|
||||
name = "ldapsearch";
|
||||
attr = "pkgs.openldap";
|
||||
exe = "${name} -H ${ldapHostArg} -b ${ldapBaseDn} -o ldif_wrap=no";
|
||||
exe = ''${name} -H ${ldapHostArg} -b "''${LDAPSEARCH_BASE_DN-${ldapBaseDn}}" -o ldif_wrap=no'';
|
||||
})
|
||||
(mkWrapper rec {
|
||||
name = "ldapadd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue