Please provide us all of your code related to creating the user, specifically
the stuff related to creation of the container. I have created accounts with
commas in them before, so I know it's possible. It has to be some kind of
small syntax error.
AG
> -----Original Message-----
> From: wy [mailto:wilyeo@xxxxxxxxx]
> Sent: Thursday, July 14, 2005 4:39 PM
> To: Glenn Lamb
> Cc: Giuoco, Aaron; perl-ldap@xxxxxxxx
> Subject: Re: Problem using comma in Common Name
>
>
> Tried it both ways with a single or double backslash and the following
> is the error I get for double backslash.
>
> failed to add entry: firstname, lastname 00002081: NameErr:
> DSID-03050ADF, problem 2003
> (BAD_ATT_SYNTAX), data 0, best match of:
> 'CN=lastname\, firstname,OU=abc,DC=xyz,DC=com'
> at domain_ad_add.pl line 212, <DATA> line 422.
>
>
> With single backslash, the error looks like this. It seems that LDAP
> has problem handling ",". It thinks the levels are separated by
> commas.
>
> failed to add entry: firstname, lastname 0000208F: NameErr:
> DSID-031001B3, problem 2006
> (BAD_NAME), data 8350, best match of:
> 'firstname,ou=abc,dc=xyz,dc=com'
>
|