Ok, I will try and get it checked in shortly.

Ben Alex wrote:

[EMAIL PROTECTED] wrote:

If you change line 445 (from the 2005-04-13_070009 snapshot) from
String roleName = rolePrefix + ldapRole.toUpperCase() + roleSuffix;
to
String roleName = rolePrefix + ldapRole.toUpperCase().replaceAll("[,=
]", "_") + roleSuffix;


Then that should do it.



Hi Matt

Robert Sanders looks after the LDAP capabilities, so I'll leave it with him to make the change or get back to you if there's a problem.

Cheers
Ben



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


--
   Robert r. Sanders
   Chief Technologist
   iPOV
   (334) 821-5412
   www.ipov.net



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Home: http://acegisecurity.sourceforge.net
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to