Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
qpid-java-broker-9.0.0
-
None
Description
Currently a reference to a LDAP user in ACL rules requires full DN, e.g.:
ACL ALLOW "cn=danlangford,ou=000,ou=People,o=MyEnterprise" ALL
It would be beneficial to allow usage of a CN instead:
ACL ALLOW "cn=danlangford" ALL
or
ACL ALLOW danlangford ALL