@@ -255,7 +255,7 @@ server ldap_sync {
255255 # FreeRADIUS attributes.
256256 #
257257# update {
258- # & member += "member"
258+ # member += "member"
259259# }
260260# }
261261
@@ -330,7 +330,7 @@ server ldap_sync {
330330# update {
331331# Proto.radius.User-Name = 'sAMAccountName'
332332# user-acct-control = 'userAccountControl'
333- # & last-known-parent = 'lastKnownParent'
333+ # last-known-parent = 'lastKnownParent'
334334# }
335335# }
336336 }
@@ -383,7 +383,7 @@ server ldap_sync {
383383# if (!reply.LDAP-Sync.Cookie) {
384384# string csn
385385#
386- # & csn := %concat(%ldap("ldap:///%ldap.uri.safe(%{LDAP-Sync.Directory-Root-DN})?contextCSN?base"), ';')
386+ # csn := %concat(%ldap("ldap:///%ldap.uri.safe(%{LDAP-Sync.Directory-Root-DN})?contextCSN?base"), ';')
387387# reply.LDAP-Sync.Cookie := "rid=000,csn=%{csn}"
388388# }
389389 }
@@ -429,7 +429,7 @@ server ldap_sync {
429429 # - request.LDAP-Sync.DN the base_dn of the sync.
430430 # - request.LDAP-Sync.Entry-UUID the UUID of the object. (RFC 4533 directories only)
431431 # - request.LDAP-Sync.Entry-DN the DN of the object that was added.
432- # - & *:* attributes mapped from the LDAP entry to FreeRADIUS
432+ # - *:* attributes mapped from the LDAP entry to FreeRADIUS
433433 # attributes using the update section within the sync.
434434 # - request.LDAP-Sync.Filter the filter of the sync (optional).
435435 # - request.LDAP-Sync.Scope the scope of the sync (optional).
@@ -456,7 +456,7 @@ server ldap_sync {
456456 # - request.LDAP-Sync.DN the base_dn of the sync.
457457 # - request.LDAP-Sync.Entry-UUID the UUID of the object. (RFC 4533 directories only)
458458 # - request.LDAP-Sync.Entry-DN the DN of the object that was added.
459- # - & *:* attributes mapped from the LDAP entry to FreeRADIUS
459+ # - *:* attributes mapped from the LDAP entry to FreeRADIUS
460460 # attributes using the update section within the sync.
461461 # - request.LDAP-Sync.Filter the filter of the sync (optional).
462462 # - request.LDAP-Sync.Scope the scope of the sync (optional).
@@ -483,7 +483,7 @@ server ldap_sync {
483483 # - request.LDAP-Sync.DN the base_dn of the sync.
484484 # - request.LDAP-Sync.Entry-UUID the UUID of the object. (RFC 4533 directories only)
485485 # - request.LDAP-Sync.Entry-DN the DN of the object that was removed (optional).
486- # - & *:* attributes mapped from the LDAP entry to FreeRADIUS
486+ # - *:* attributes mapped from the LDAP entry to FreeRADIUS
487487 # attributes using the update section within the sync,
488488 # if the attributes are returned by the directory.
489489 # - request.LDAP-Sync.Filter the filter of the sync (optional).
0 commit comments