Skip to content

Commit 48b0819

Browse files
Denis GorbachevDenis Gorbachev
authored andcommitted
Update cookbook/security/acl.rst
See doctrine/DoctrineMongoDBBundle#4 (comment)
1 parent 4eb160b commit 48b0819

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cookbook/security/acl.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ 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 <https://github.com/iampersistent/M ongoDBAclBundle>`_)
66+
to be configured. However, that does not mean that you have to use Doctrine for
6667
mapping your domain objects. You can use whatever mapper you like for your
6768
objects, be it Doctrine ORM, Mongo ODM, Propel, or raw SQL, the choice is
6869
yours.

0 commit comments

Comments
 (0)