[Freeipa-devel] [PATCH] 21 Escape LDAP characters in member and memberof searches

JR Aquino JR.Aquino at citrix.com
Wed Mar 30 19:53:42 UTC 2011


On Mar 30, 2011, at 12:05 PM, JR Aquino wrote:

> The FreeIPA framework performs unescaped searches to enumerate group membership.
> 
> The following patch corrects this behavior.
> 
> -JR
> 
> <freeipa-jraquino-0021-Escape-LDAP-characters-in-member-and-memberof-search.patch>_______________________________________________
> Freeipa-devel mailing list
> Freeipa-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-devel

Self NACK

Attached is the corrected patch.

search_group_dn = _ldap_filter.escape_filter_chars(search_group_dn)

Is now correctly changed to:

search_group_dn = _ldap_filter.escape_filter_chars(group_dn)

-JR

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-jraquino-0021-Escape-LDAP-characters-in-member-and-memberof-search.patch
Type: application/octet-stream
Size: 1198 bytes
Desc: freeipa-jraquino-0021-Escape-LDAP-characters-in-member-and-memberof-search.patch
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20110330/1333a049/attachment.obj>


More information about the Freeipa-devel mailing list