Glassfish error creating LDAP scope: "Invalid property syntax", "=" in value

I am trying to create an LDAP scope in Glassfish 4.0 (build 89), but every time I tried so far, the following error occurred:

"Invalid property syntax," = "in value: base-dn = [...]"

Screenshot (Imgur)

I tried using different browsers and reinstall Glassfish in Netbeans. It is strange that my friend could copy my base-dn, and it worked.

Thanks in advance!

+4
source share
2 answers

al dc= :

:

dc=hello,dc=world

:

hello, world

. , dc=hello,dc=world

+2

All Articles