Skip to content

Commit

Permalink
openldap module: fix paths for example includes
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e2bd7e)
  • Loading branch information
Ekleog authored and bjornfor committed Mar 4, 2017
1 parent 994a373 commit 2f95a29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nixos/modules/services/databases/openldap.nix
Expand Up @@ -68,10 +68,10 @@ in
";
example = literalExample ''
'''
include ${pkgs.openldap.out}/etc/openldap/schema/core.schema
include ${pkgs.openldap.out}/etc/openldap/schema/cosine.schema
include ${pkgs.openldap.out}/etc/openldap/schema/inetorgperson.schema
include ${pkgs.openldap.out}/etc/openldap/schema/nis.schema
include ${pkgs.openldap.out}/etc/schema/core.schema
include ${pkgs.openldap.out}/etc/schema/cosine.schema
include ${pkgs.openldap.out}/etc/schema/inetorgperson.schema
include ${pkgs.openldap.out}/etc/schema/nis.schema
database bdb
suffix dc=example,dc=org
Expand Down

0 comments on commit 2f95a29

Please sign in to comment.