22 Jun
2011
22 Jun
'11
11:37 a.m.
On Wed, Jun 22, 2011 at 08:08:38AM -0600, Robert Roll wrote:
Ok, I seem to have found some information on the net ..
Is it as simple as changing the '=' to '+=' when creating the ldap entry ?
i.e. from: cisco-avpair="tunnel-private-group-ID(#81)=noc
to:
cisco-avpair+="tunnel-private-group-ID(#81)=noc
Should be.
Currently, I use a GENERIC attribute for replyItem, so even though the documentation seems to indicate an operator might be defined in lap.attrmap for the particular replyitem, I don't think I want to do this ?
Correct; however, if you don't have any other duplicates it probably wouldn't do any harm, because += is the same as := if there's only one attribute.