Skip to content

Commit d2e40b3

Browse files
committed
Merge pull request #1697 from DenisGorbachev/patch-2
Update cookbook/security/acl.rst
2 parents e1be4d1 + 0a202b4 commit d2e40b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cookbook/security/acl.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ First, we need to configure the connection the ACL system is supposed to use:
6161
6262
.. note::
6363

64-
The ACL system requires at least one Doctrine DBAL connection to be
65-
configured. However, that does not mean that you have to use Doctrine for
64+
The ACL system requires either one Doctrine DBAL (usable by default)
65+
or Doctrine ODM connection (usable with `MongoDBAclBundle
66+
<https://github.com/iampersistent/MongoDBAclBundle>`_) to be configured.
67+
However, that does not mean that you have to use Doctrine for
6668
mapping your domain objects. You can use whatever mapper you like for your
6769
objects, be it Doctrine ORM, Mongo ODM, Propel, or raw SQL, the choice is
6870
yours.

0 commit comments

Comments
 (0)