Skip to content
Snippets Groups Projects
Commit e0129666 authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

try with ldap-reports templating

parent b071e3d8
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
class su_ldap::syncs::ldap_reports (
$ensure = undef,
$addresses = [],
){
......
......@@ -5,7 +5,7 @@ all
title = School of Medicine Campus Wide Email Forwarding locator for Non-Stanford Mailboxes
#
#
ldap_host = <%= @master_host %>.stanford.edu
ldap_host = <%= @ldap_master_fqdn %>
ldap_base_dn = cn=people,dc=stanford,dc=edu
ldap_base_filter = (suou=*)
ldap_base_scope = 2
......@@ -61,6 +61,10 @@ stripweight = 1
# - ljlgeek@stanford.edu
#mail = tboswel2@stanford.edu
mail = bob.burkhardt@stanford.edu
mail = suzanne1@stanford.edu
mail = ljlgeek@stanford.edu
#mail = bob.burkhardt@stanford.edu
#mail = suzanne1@stanford.edu
#mail = ljlgeek@stanford.edu
<% addresses.each do |address| -%>
mail = <%= address %>
<% end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment