From: Graham B. <gb...@po...> - 2002-04-29 12:42:44
|
Yes, change the line in the pattern from (?:[^\\",=+<>\#;]*[^\\",=+<>\#;\s]|\\(?:[\\ ",=+<>#;]|[0-9a-fA-F]{2}))* to (?:[^\\",=+<>\#;]*[^\\",=+<>\#;\s]|\s*\\(?:[\\ ",=+<>#;]|[0-9a-fA-F]{2}))* I have added these to the test suite Graham. On Sat, Apr 27, 2002 at 04:51:24PM +0200, Norbert Klasen wrote: > Hi, > anybody knows why the regex in ldap_explode_dn doesn't match these? > > CN=John Smith \, III,DC=example,DC=net > CN=John Smith \2C III,DC=example,DC=net > > > -- > Norbert Klasen, Dipl.-Inform. > DAASI International GmbH phone: +49 7071 29 70336 > Wilhelmstr. 106 fax: +49 7071 29 5114 > 72074 Tübingen email: nor...@da... > Germany web: http://www.daasi.de > > > |