Displaying 1 result from an estimated 1 matches for "bindmeth".
Did you mean:
bindmethod
2012 May 29
1
Simply Auto Increment A Number
...rams::ldapservers'').each do |var| -%>
olcSyncrepl: {0}rid=001 provider="ldap://<%= var %>:389"
type=refreshAndPer
sist retry="5 5 300 +" searchbase="<%=
scope.lookupvar(''openldap::params::searchbase'') %>" attrs="*,+"
bindmeth
od=simple binddn="cn=<%= scope.lookupvar(''openldap::params::binddn'')
%>" credentials="<%= scope.lookupvar(''openldap::params::secret'') %>"
<% end -%>
I want to auto increment the {0}rid=001 for each iteration of the
loop. I...